Home
last modified time | relevance | path

Searched refs:testFailed (Results 1 – 25 of 127) sorted by relevance

123456

/tools/tradefederation/core/tests/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarderTest.java58 mMockListener.testFailed(td1, "I failed"); in testForwarding()
62 mMockListener.testFailed(td2, "I failed"); in testForwarding()
72 mForwarder.testFailed(tid1, "I failed"); in testForwarding()
76 mForwarder.testFailed(tid2, "I failed"); in testForwarding()
91 mMockListener.testFailed(td1, "I failed"); in testForwarding_null()
111 mForwarder.testFailed(tid1, "I failed"); in testForwarding_null()
115 mForwarder.testFailed(tid2, "I failed"); in testForwarding_null()
130 mMockListener.testFailed(td1, "I failed"); in testForwarding_initError()
150 mForwarder.testFailed(tid1, "I failed"); in testForwarding_initError()
154 mForwarder.testFailed(tid2, "I failed"); in testForwarding_initError()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java55 mMockListener.testFailed(test, "instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_noCrashInLogcat()
60 mReporter.testFailed(test, "instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_noCrashInLogcat()
92 mMockListener.testFailed( in testCaptureTestCrash_oneCrashingLogcat()
104 mReporter.testFailed(test, "instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_oneCrashingLogcat()
141 mMockListener.testFailed(test, "Something went wrong."); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
149 mReporter.testFailed(test, "Something went wrong."); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
189 mMockListener.testFailed(test, "Something went wrong."); in testCaptureTestCrash_duplicateStack()
197 mReporter.testFailed(test, "Something went wrong."); in testCaptureTestCrash_duplicateStack()
DTestRunResultTest.java66 result.testFailed(test, "I failed!"); in testGetNumTestsInState_failed()
134 result.testFailed(test2, "failure"); in testMultiRun_WithTestCases()
173 result.testFailed(test, "failure"); in testLogSavedFile_testCases()
251 result1.testFailed(testcase2, "flaky 1"); in testMergeRetriedRunResults_fullMergeLogicCheck()
254 result1.testFailed(testcase3, "bad_code1"); in testMergeRetriedRunResults_fullMergeLogicCheck()
259 result2.testFailed(testcase2, "flaky 2"); in testMergeRetriedRunResults_fullMergeLogicCheck()
262 result2.testFailed(testcase3, "bad_code2"); in testMergeRetriedRunResults_fullMergeLogicCheck()
269 result3.testFailed(testcase3, "bad_code3"); in testMergeRetriedRunResults_fullMergeLogicCheck()
318 result2.testFailed(testcase, "Second run failed."); in testMergeRetriedRunResults_checkMergingStackTraces()
329 result4.testFailed(testcase, "Fourth run failed."); in testMergeRetriedRunResults_checkMergingStackTraces()
[all …]
DTestResultListenerTest.java62 public void testFailed() { in testFailed() method in TestResultListenerTest
64 mResultListener.testFailed(mTest, "foo"); in testFailed()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java154 public default void testFailed(TestDescription test, String trace) {} in testFailed() method
164 public default void testFailed(TestDescription test, FailureDescription failure) { in testFailed() method
165 testFailed(test, failure.toString()); in testFailed()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DScreenshotOnFailureCollectorTest.java63 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect()
80 mTestListener.testFailed(test, "I failed"); in testCollect()
89 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect_skipOffline()
100 mTestListener.testFailed(test, "I failed"); in testCollect_skipOffline()
DLogcatOnFailureCollectorTest.java114 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect()
135 mTestListener.testFailed(test, "I failed"); in testCollect()
155 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect_legacy()
171 mTestListener.testFailed(test, "I failed"); in testCollect_legacy()
204 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect_multiRun()
224 mMockListener.testFailed(EasyMock.eq(test2), (String) EasyMock.anyObject()); in testCollect_multiRun()
245 mTestListener.testFailed(test, "I failed"); in testCollect_multiRun()
251 mTestListener.testFailed(test2, "I failed"); in testCollect_multiRun()
DDebugHostLogOnFailureCollectorTest.java108 mTestListener.testFailed(test, "I failed"); in testCollect()
120 Mockito.verify(mMockListener).testFailed(Mockito.eq(test), (String) Mockito.any()); in testCollect()
143 mTestListener.testFailed(test, "I failed"); in testCollect_null()
155 Mockito.verify(mMockListener).testFailed(Mockito.eq(test), (String) Mockito.any()); in testCollect_null()
DBugreportzOnFailureCollectorTest.java59 mMockListener.testFailed(EasyMock.eq(test), (String) EasyMock.anyObject()); in testCollect()
73 mTestListener.testFailed(test, "I failed"); in testCollect()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DPythonUnitTestResultParserTest.java531 mMockListener.testFailed(anyObject(), eq(expectedTrackback)); in testCaptureMultilineTraceback()
553 mMockListener.testFailed( in testParseRealOutput()
556 mMockListener.testFailed( in testParseRealOutput()
562 mMockListener.testFailed( in testParseRealOutput()
606 mMockListener.testFailed( in testParseRealOutput3()
630 mMockListener.testFailed( in testParseSubtestOutput()
635 mMockListener.testFailed( in testParseSubtestOutput()
666 mMockListener.testFailed( in testParseTestResults_withIncludeFilters()
727 mMockListener.testFailed( in testParseTestResults_withExcludeFilters()
730 mMockListener.testFailed( in testParseTestResults_withExcludeFilters()
[all …]
DGTestResultParserTest.java141 mockRunListener.testFailed( in testParseWithFailures()
155 mockRunListener.testFailed( in testParseWithFailures()
162 mockRunListener.testFailed( in testParseWithFailures()
200 mockRunListener.testFailed( in testParseWithErrors()
214 mockRunListener.testFailed( in testParseWithErrors()
279 mockRunListener.testFailed( in testParseSimpleFile_AltFormat()
285 mockRunListener.testFailed( in testParseSimpleFile_AltFormat()
292 mockRunListener.testFailed( in testParseSimpleFile_AltFormat()
404 mockRunListener.testFailed( in testParseSimpleFileWithoutRunComplete()
DDeviceBatteryLevelCheckerTest.java127 mMockListener.testFailed( in testNull()
133 mMockListener.testFailed(mTestDescription2, failure); in testNull()
175 mMockListener.testFailed( in testLow()
236 mMockListener.testFailed( in testLow_becomeNull()
242 mMockListener.testFailed(mTestDescription2, failure); in testLow_becomeNull()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDynamicFileStubTest.java79 listener.testFailed(testId, String.format("%s doesn't exist.", mFile.getPath())); in checkDynamicFile()
96 listener.testFailed(testId, String.format("%s doesn't exist.", nonExistFiles)); in checkDynamicFileList()
116 listener.testFailed(testId, String.format("%s doesn't exist.", nonExistFiles)); in checkDynamicFileMap()
139 listener.testFailed(testId, String.format("%s doesn't exist.", nonExistFiles)); in checkDynamicFileMultiMap()
DDeviceBatteryLevelChecker.java149 listener.testFailed(mChargingSpeed, failure); in run()
173 listener.testFailed( in runTest()
261 listener.testFailed( in runBatteryCharging()
282 listener.testFailed( in checkChargingSpeed()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java68 public void testFailed(TestDescription test, String trace) { in testFailed() method in LogcatCrashResultForwarder
71 super.testFailed(test, trace); in testFailed()
75 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() method in LogcatCrashResultForwarder
79 super.testFailed(test, failure); in testFailed()
DTextResultReporter.java46 public void testFailed(TestDescription testId, String trace) { in testFailed() method in TextResultReporter
47 super.testFailed(testId, trace); in testFailed()
DNameMangleListener.java75 public void testFailed(TestDescription test, String trace) { in testFailed() method in NameMangleListener
77 mListener.testFailed(mangledTestId, trace); in testFailed()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java260 public void testFailed(TestDescription test, String trace) { in testFailed() method in ResultAggregator
261 super.testFailed(test, trace); in testFailed()
262 mDetailedForwarder.testFailed(test, trace); in testFailed()
266 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() method in ResultAggregator
267 super.testFailed(test, failure); in testFailed()
268 mDetailedForwarder.testFailed(test, failure); in testFailed()
386 listener.testFailed(testEntry.getKey(), testEntry.getValue().getFailure()); in forwardTestResults()
396 listener.testFailed( in forwardTestResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestFailureListenerTest.java69 mFailureListener.testFailed(testId, trace); in testTestFailed()
86 mFailureListener.testFailed(testId, trace); in testTestFailed_userBuild()
111 mFailureListener.testFailed(testId, trace); in testFailed_multiDevice()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java180 public void testFailed(TestDescription test, String trace) { in testFailed() method in ModuleListener
186 super.testFailed(test, trace); in testFailed()
191 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() method in ModuleListener
197 super.testFailed(test, failure); in testFailed()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DJUnitXmlParserTest.java77 mMockListener.testFailed( in testParse()
102 mMockListener.testFailed( in testParseErrorAndSkipped()
120 mMockListener.testFailed(EasyMock.eq(test1), EasyMock.eq("exited with error code 134.")); in testParseError_format()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkResultParser.java85 mTestListener.testFailed( in parse()
102 mTestListener.testFailed( in parse()
105 mTestListener.testFailed( in parse()
DArtRunTest.java155 listener.testFailed(testId, error); in runArtTest()
161 listener.testFailed(testId, "I/O error while accessing expected output file."); in runArtTest()
164 listener.testFailed(testId, "No output received to compare to."); in runArtTest()
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java173 listener.testFailed( in testFastboot()
219 listener.testFailed(firstBootTestId, "Device not available after flashing"); in testFastboot()
237 listener.testFailed(firstBootTestId, "Reading of battery level is wrong."); in testFastboot()
245 listener.testFailed(firstBootTestId, "Failed to query battery level."); in testFastboot()
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
DOnDeviceTest.java26 public void testFailed() { in testFailed() method in OnDeviceTest

123456