Home
last modified time | relevance | path

Searched refs:testStatus (Results 1 – 11 of 11) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DFieldsWithGenericTest.java60 int testStatus = testStatusPassed; in testFieldsWithGeneric001() local
142 testStatus = testStatusFailed; in testFieldsWithGeneric001()
153 testStatus = testStatusFailed; in testFieldsWithGeneric001()
165 testStatus = testStatusFailed; in testFieldsWithGeneric001()
178 testStatus = testStatusFailed; in testFieldsWithGeneric001()
193 testStatus = testStatusFailed; in testFieldsWithGeneric001()
208 testStatus = testStatusFailed; in testFieldsWithGeneric001()
215 if (testStatus == testStatusPassed) { in testFieldsWithGeneric001()
222 if (testStatus == testStatusFailed) { in testFieldsWithGeneric001()
DMethodsWithGenericTest.java59 int testStatus = testStatusPassed; in testMethodsWithGeneric001() local
146 testStatus = testStatusFailed; in testMethodsWithGeneric001()
158 testStatus = testStatusFailed; in testMethodsWithGeneric001()
172 testStatus = testStatusFailed; in testMethodsWithGeneric001()
186 testStatus = testStatusFailed; in testMethodsWithGeneric001()
203 testStatus = testStatusFailed; in testMethodsWithGeneric001()
218 testStatus = testStatusFailed; in testMethodsWithGeneric001()
225 if (testStatus == testStatusPassed) { in testMethodsWithGeneric001()
235 if (testStatus == testStatusFailed) { in testMethodsWithGeneric001()
DFieldsTest.java59 int testStatus = testStatusPassed; in testFields001() local
128 testStatus = testStatusFailed; in testFields001()
139 testStatus = testStatusFailed; in testFields001()
152 testStatus = testStatusFailed; in testFields001()
167 testStatus = testStatusFailed; in testFields001()
180 testStatus = testStatusFailed; in testFields001()
186 if (testStatus == testStatusPassed) { in testFields001()
193 if (testStatus == testStatusFailed) { in testFields001()
DMethodsTest.java59 int testStatus = testStatusPassed; in testMethods001() local
136 testStatus = testStatusFailed; in testMethods001()
148 testStatus = testStatusFailed; in testMethods001()
162 testStatus = testStatusFailed; in testMethods001()
178 testStatus = testStatusFailed; in testMethods001()
191 testStatus = testStatusFailed; in testMethods001()
197 if ( testStatus == testStatusPassed ) { in testMethods001()
204 if (testStatus == testStatusFailed) { in testMethods001()
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp307 IcuTestErrorCode testStatus(helper, "AAA"); in TestIcuTestErrorCode() local
308 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
317 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode() local
318 testStatus.setScope("foo"); in TestIcuTestErrorCode()
319 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
328 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode() local
329 testStatus.setScope("foo"); in TestIcuTestErrorCode()
330 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()
331 testStatus.errIfFailureAndReset(); in TestIcuTestErrorCode()
335 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStopTest.java103 String testStatus = synchronizer.receiveMessage(); in testStop001() local
104 logWriter.println("testStop001: Received from Debuggee test status = " + testStatus); in testStop001()
105 if ( ! testStatus.equals("PASSED") ) { in testStop001()
107 fail("Bad message received from debuggee: " + testStatus); in testStop001()
DStopDebuggee.java64 public static String testStatus = "PASSED"; field in StopDebuggee
93 synchronizer.sendMessage(testStatus); in run()
121 testStatus = "FAILED"; in run()
128 testStatus = "FAILED"; in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DReferenceTypeTest.java62 int testStatus = testStatusPassed; in testReferenceType001() local
176 testStatus = testStatusFailed; in testReferenceType001()
200 testStatus = testStatusFailed; in testReferenceType001()
207 if ( testStatus == testStatusPassed ) { in testReferenceType001()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1095 VkResult testStatus; in testSemaphores() local
1149testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext1.fences[0], true, std::n… in testSemaphores()
1150 if (testStatus != VK_SUCCESS) in testSemaphores()
1170testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext2.fences[0], true, std::n… in testSemaphores()
1171 if (testStatus != VK_SUCCESS) in testSemaphores()
1200 VkResult testStatus; in testEvents() local
1239 testStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, 10000000); in testEvents()
1240 if (testStatus != VK_TIMEOUT) in testEvents()
1255 testStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, ~(0ull)); in testEvents()
1256 if (testStatus != VK_SUCCESS) in testEvents()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp464 tcu::TestStatus testStatus = checkResult(1); in iterate() local
465 if (testStatus.getCode() != QP_TEST_RESULT_PASS) in iterate()
466 return testStatus; in iterate()
DvktApiBufferTests.cpp510 const tcu::TestStatus testStatus = bufferCreateAndAllocTest(testSizes[i]); in iterate() local
512 if (testStatus.getCode() != QP_TEST_RESULT_PASS) in iterate()
513 return testStatus; in iterate()