Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 17 of 17) sorted by relevance

/cts/tools/utils/
Drerun.py37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
38 failedCases.append(failure)
77 for failure in failedCases:
78 print " " + failure
79 for failure in failedCases:
80 [className, methodName] = failure.split('#')
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java198 public void testFailure(Failure failure) throws Exception { in testFailure() argument
201 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testFailure()
204 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
207 .logTestFail(failure.getDescription().getMethodName(), failure.toString()); in testAssumptionFailure()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java218 public void testFailure(Failure failure) throws Exception { in testFailure() argument
220 if (failure.getException() instanceof MultiConstellationNotSupportedException) { in testFailure()
222 mTestsResults.append(failure.getException()); in testFailure()
226 + failure.getDescription().getMethodName() in testFailure()
227 + "\n\n Error: " + failure.toString() + "\n"); in testFailure()
231 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java243 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " in handleMessage()
248 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " in handleMessage()
253 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); in handleMessage()
293 public void failure(RuntimeException failure) { in failure() method in MessengerTest.MessengerTestHelper
296 mFailure = failure; in failure()
DMessageQueueTest.java848 failure(new RuntimeException("Expected message #" + mCount + ", received #" in handleMessage()
856 failure(new RuntimeException("Message received after done, #" + msg.what)); in handleMessage()
914 public void failure(RuntimeException failure) { in failure() method in MessageQueueTest.OrderTestHelper
917 mFailure = failure; in failure()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c79 failure("expected " printfType " but got " printfType, \
93 return failure("could not find StaticFromNative"); in initializeVariables()
100 return failure("could not find InstanceFromNative"); in initializeVariables()
108 return failure("could not find InstanceFromNative.theOne"); in initializeVariables()
115 return failure("could not construct string"); in initializeVariables()
140 *errorMsg = failure("could not find static test method %s:%s", in findStaticMethod()
155 *errorMsg = failure("could not find instance test method %s:%s", in findInstanceMethod()
245 return failure("shouldn't happen"); in help_CallBooleanMethod()
350 return failure("shouldn't happen"); in help_CallByteMethod()
455 return failure("shouldn't happen"); in help_CallShortMethod()
[all …]
Dhelper.h50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
Dhelper.c28 char *failure(const char *format, ...) { in failure() function
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java57 public void testFailure(Failure failure) throws Exception { in testFailure() argument
61 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/
DTestLoader.java105 Failure failure = new Failure(description, e); in doLoadClass()
106 mLoadFailuresMap.put(className, failure); in doLoadClass()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java437 CaptureFailure failure) { in onCaptureFailed() argument
439 mFailureQueue.put(failure); in onCaptureFailed()
609 CaptureFailure failure = mFailureQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getCaptureFailures() local
611 if (failure == null) { in getCaptureFailures()
615 failures.add(failure); in getCaptureFailures()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java941 for (CaptureFailure failure : failures) { in testAbandonRepeatingRequestSurface()
942 if (lastFrameNumber < failure.getFrameNumber()) { in testAbandonRepeatingRequestSurface()
943 lastFrameNumber = failure.getFrameNumber(); in testAbandonRepeatingRequestSurface()
DReprocessCaptureTest.java808 for (CaptureFailure failure : failures) { in testReprocessAbort()
809 failedRequests.add(failure.getRequest()); in testReprocessAbort()
DCameraDeviceTest.java477 CaptureFailure failure) { in testChainedOperation() argument
482 fail("onCaptureFailed invoked with failure reason: " + failure.getReason()); in testChainedOperation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1827 CaptureFailure failure) {
1854 CaptureFailure failure) {
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...