Home
last modified time | relevance | path

Searched refs:testRunFailed (Results 1 – 25 of 94) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java100 mMockListener.testRunFailed(EasyMock.capture(captured)); in testCaptureTestCrash_oneCrashingLogcat()
106 mReporter.testRunFailed("Something went wrong."); in testCaptureTestCrash_oneCrashingLogcat()
145 mMockListener.testRunFailed(EasyMock.capture(captured)); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
151 mReporter.testRunFailed("instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
193 mMockListener.testRunFailed(EasyMock.capture(captured)); in testCaptureTestCrash_duplicateStack()
199 mReporter.testRunFailed("instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_duplicateStack()
DCollectingTestListenerTest.java77 public void testRunFailed() { in testRunFailed() method in CollectingTestListenerTest
79 mCollectingTestListener.testRunFailed("error"); in testRunFailed()
91 mCollectingTestListener.testRunFailed("error1"); in testRunFailed_counting()
96 mCollectingTestListener.testRunFailed("error3"); in testRunFailed_counting()
282 listener.testRunFailed("early failure!"); in testEarlyFailure()
304 mCollectingTestListener.testRunFailed("missing tests"); in testSingleRun_multi()
322 mCollectingTestListener.testRunFailed("missing tests"); in testSingleRun_multi_failureRunFirst()
345 mCollectingTestListener.testRunFailed("missing tests"); in testSingleRun_multi_failureRunFirst_attempts()
DSubprocessResultsReporterTest.java133 mMockListener.testRunFailed(EasyMock.capture(captured)); in testPrintEvent_printToSocket()
138 mReporter.testRunFailed("no reason"); in testPrintEvent_printToSocket()
172 mMockListener.testRunFailed(EasyMock.capture(captured)); in testPrintEvent_printToSocket_StructuredFailures()
183 mReporter.testRunFailed(runFailure); in testPrintEvent_printToSocket_StructuredFailures()
DLegacySubprocessResultsReporterTest.java77 mMockListener.testRunFailed( in testPrintEvent_printToSocket()
83 mReporter.testRunFailed("no reason"); in testPrintEvent_printToSocket()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java88 public default void testRunFailed(String errorMessage) {} in testRunFailed() method
95 public default void testRunFailed(FailureDescription failure) { in testRunFailed() method
96 testRunFailed(failure.toString()); in testRunFailed()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java90 public void testRunFailed(String errorMessage) { in testRunFailed() method in LogcatCrashResultForwarder
91 testRunFailed(FailureDescription.create(errorMessage, FailureStatus.TEST_FAILURE)); in testRunFailed()
95 public void testRunFailed(FailureDescription error) { in testRunFailed() method in LogcatCrashResultForwarder
110 super.testRunFailed(error); in testRunFailed()
DNameMangleListener.java104 public void testRunFailed(String errorMessage) { in testRunFailed() method in NameMangleListener
105 mListener.testRunFailed(errorMessage); in testRunFailed()
DResultForwarder.java213 public void testRunFailed(String errorMessage) { in testRunFailed() method in ResultForwarder
216 listener.testRunFailed(errorMessage); in testRunFailed()
226 public void testRunFailed(FailureDescription failure) { in testRunFailed() method in ResultForwarder
229 listener.testRunFailed(failure); in testRunFailed()
DCollectingTestListener.java225 result.testRunFailed(errorMessage); in testRunStarted()
249 public void testRunFailed(String errorMessage) { in testRunFailed() method in CollectingTestListener
251 mCurrentTestRunResult.testRunFailed(errorMessage); in testRunFailed()
256 public void testRunFailed(FailureDescription failure) { in testRunFailed() method in CollectingTestListener
258 mCurrentTestRunResult.testRunFailed(failure); in testRunFailed()
DStubTestRunListener.java72 public void testRunFailed(String errorMessage) { in testRunFailed() method in StubTestRunListener
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DMultiDeviceStubTest.java46 listener.testRunFailed("You forgot to call setExpectedDevice"); in run()
48 listener.testRunFailed( in run()
DModuleListenerTest.java146 mListener.testRunFailed("I failed!"); in testhasRunCrashedAtAttempt()
151 mListener.testRunFailed("I failed!"); in testhasRunCrashedAtAttempt()
175 mListener.testRunFailed("test.apex did not report any run."); in testRetryInvalid()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java101 .testRunFailed(String.format(ExecutableBaseTest.NO_BINARY_ERROR, path)); in testRunHostExecutable_doesNotExists()
125 verify(mMockListener, Mockito.times(0)).testRunFailed((String) any()); in testRunHostExecutable()
159 verify(mMockListener, Mockito.times(0)).testRunFailed((String) any()); in testRunHostExecutable_relativePath()
196 .testRunFailed( in testRunHostExecutable_dnae()
233 verify(mMockListener, Mockito.times(0)).testRunFailed((String) any()); in testRunHostExecutable_search()
263 .testRunFailed( in testRunHostExecutable_notFound()
307 verify(mMockListener, Mockito.times(0)).testRunFailed((String) any()); in testRunHostExecutable_failure()
353 verify(mMockListener, Mockito.times(0)).testRunFailed((String) any()); in testRunHostExecutable_timeout()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java230 public void testRunFailed(String errorMessage) { in testRunFailed() method in ResultAggregator
231 super.testRunFailed(errorMessage); in testRunFailed()
236 public void testRunFailed(FailureDescription failure) { in testRunFailed() method in ResultAggregator
237 super.testRunFailed(failure); in testRunFailed()
348 mAggregatedForwarder.testRunFailed(runResult.getRunFailureDescription()); in testModuleEnded()
429 listener.testRunFailed(result.getRunFailureDescription()); in forwardTestRunResults()
446 mDetailedForwarder.testRunFailed(mAllDetailedFailures.get(0)); in forwardDetailedFailure()
448 mDetailedForwarder.testRunFailed( in forwardDetailedFailure()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java96 public void testRunFailed(FailureDescription error) { in testRunFailed() method in InstrumentationListener
115 super.testRunFailed(error); in testRunFailed()
130 super.testRunFailed(error); in testRunEnded()
DGoogleBenchmarkResultParser.java69 mTestListener.testRunFailed(String.format("Failed to Parse context: %s", e)); in parse()
118 mTestListener.testRunFailed(String.format("Failed to parse benchmarks results: %s", e)); in parse()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java86 public void testRunFailed(String errorMessage) { in testRunFailed() method in ModuleListener
88 super.testRunFailed(errorMessage); in testRunFailed()
93 public void testRunFailed(FailureDescription failure) { in testRunFailed() method in ModuleListener
95 super.testRunFailed(failure); in testRunFailed()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java158 public void testRunFailed(String failureMessage) { in testRunFailed() method in ShardListener
159 super.testRunFailed(failureMessage); in testRunFailed()
166 public void testRunFailed(FailureDescription failure) { in testRunFailed() method in ShardListener
167 super.testRunFailed(failure); in testRunFailed()
245 mMainListener.testRunFailed(runResult.getRunFailureDescription()); in forwardRunResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java177 mMockListener.testRunFailed((String) EasyMock.anyObject()); in testRunFail_exception()
178 mMockListener.testRunFailed((String) EasyMock.anyObject()); in testRunFail_exception()
213 mMockListener.testRunFailed((String) EasyMock.anyObject()); in testRunFail_list()
234 mMockListener.testRunFailed((String) EasyMock.anyObject()); in testRunFail_failureOnly()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java374 listener.testRunFailed("Test run failed to complete"); in testRun_betterFailure()
405 inOrder.verify(mMockListener).testRunFailed(error1); in testRun_betterFailure()
438 listener.testRunFailed(RUN_ERROR_MSG); in testRun_rerun()
466 .testRunFailed( in testRun_rerun()
527 inOrder.verify(mMockListener).testRunFailed(failure); in testRun_duplicate()
606 listener.testRunFailed(RUN_ERROR_MSG); in testRun_rerun_Parameterized()
668 listener.testRunFailed(RUN_ERROR_MSG); in testRun_rerunCoverage()
709 .testRunFailed( in testRun_rerunCoverage()
790 listener.testRunFailed(RUN_ERROR_MSG); in testRun_rebootBeforeReRun()
818 .testRunFailed( in testRun_rebootBeforeReRun()
[all …]
DInstrumentationTestFuncTest.java160 mMockListener.testRunFailed( in testRun_testCrash()
167 mMockListener.testRunFailed( in testRun_testCrash()
252 public void testRunFailed(String errorMessage) { in testRun_deviceReboot() method
281 public void testRunFailed(String errorMessage) { in testRun_maxTimeout() method
335 public void testRunFailed(String errorMessage) { in testRun_deviceRuntimeReset() method
DGTestXmlResultParserTest.java184 mockRunListener.testRunFailed(expected); in testParseWithEmptyFile()
214 mockRunListener.testRunFailed(expected); in testParseUnexpectedNumberTest()
247 mockRunListener.testRunFailed(expected); in testParseSimpleFile_badXmltag()
279 mockRunListener.testRunFailed(expected); in testParseWithEmptyFile_AdditionalOutput()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java149 listener.testRunFailed(failure); in testEnded()
186 public void testRunFailed(String failure) { in testRunFailed() method in TestRunToTestInvocationForwarder
191 listener.testRunFailed(failureDescription); in testRunFailed()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java165 listener.testRunFailed("Fail to run: " + file.getAbsolutePath()); in runSingleRustFile()
183 listener.testRunFailed( in runSingleRustFile()
187 listener.testRunFailed(e.getMessage()); in runSingleRustFile()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java146 public final void testRunFailed(String errorMessage) { in testRunFailed() method in BasePostProcessor
147 mForwarder.testRunFailed(errorMessage); in testRunFailed()
151 public final void testRunFailed(FailureDescription failure) { in testRunFailed() method in BasePostProcessor
152 mForwarder.testRunFailed(failure); in testRunFailed()

1234