/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | CaseResultTest.java | 62 testResult.failed(STACK_TRACE); in testResultReporting() 73 mResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testCountResults() 74 mResult.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults() 81 mResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeCase() 88 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase() 103 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase_passToFail()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | TestWatcher.java | 54 failed(e, description); in apply() 73 protected void failed(Throwable e, Description description) {}
|
D | FailureWatcher.java | 46 protected void failed(Throwable e, Description description) { in failed() method in FailureWatcher
|
D | TestMetricRule.java | 152 protected void failed(Throwable t, Description description) { in failed() method in TestMetricRule
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/listeners/ |
D | FailureScreenshotTestWatcher.java | 43 protected void failed(Throwable e, Description description) { in failed() method in FailureScreenshotTestWatcher
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ITestResult.java | 113 void failed(String trace); in failed() method
|
D | TestResult.java | 179 public void failed(String trace) { in failed() method in TestResult
|
D | ResultHandler.java | 400 int failed = result.countResults(TestStatus.FAIL); in writeResults() local 491 serializer.attribute(NS, FAILED_ATTR, Integer.toString(failed)); in writeResults()
|
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_runner.py | 210 failed, errored = map(len, (result.failures, result.errors)) 211 if failed: 212 infos.append('failures=%d' % failed)
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | TestWatcherTest.java | 203 protected void failed(Throwable e, Description description) { in failed() method in TestWatcherTest.TestableTestWatcher
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | logcat.txt | 96 06-15 19:57:35.346 26230 26230 E : AM data write failed: Broken pipe 128 09-23 01:55:43.022 245 245 F installd: utils.cpp:67] Check failed: is_valid_package_name(packag… 132 …46 E : debuggerd: Unable to connect to activity manager (connect failed: Connection refuse… 139 09-23 01:55:43.077 546 546 F DEBUG : Abort message: 'utils.cpp:67] Check failed: is_valid_pac… 194 …363 F DEBUG : Abort message: '[FATAL:allocation_tracker.cc(143)] Check failed: map_entry != allo… 239 …s/av/media/libstagefright/MPEG4Extractor.cpp:6853 CHECK_EQ( (unsigned)ptr[0],1u) failed: 129 vs. 1' 336 10-01 10:04:58.301 8937 8937 E DEBUG : failed to read /proc/uptime: Permission denied
|
D | x86app_process64.txt | 395 [ 389] failed to create sigchain pthread key: %s 398 [ 3e0] failed to find special handler to remove
|
D | x86app_process32.txt | 366 [ 389] failed to create sigchain pthread key: %s 369 [ 3e0] failed to find special handler to remove
|
/platform_testing/libraries/flicker/ |
D | README.md | 90 The `reason` string is build along the way with all the details as to why the assertions failed and… 92 Example of a failed test:
|