Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 16 of 16) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java62 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()
/test/vts/runners/host/
Drecords.py238 self.failed = []
293 def getNonPassingRecords(self, non_executed=True, failed=True, skipped=False, error=True): argument
304 + (self.failed if failed else [])
350 self.requested, self.failed, self.executed, self.passed,
375 self.failed.append(record)
442 self.executed, self.failed, self.passed, self.skipped, self.error)
495 d["Failed"] = len(self.failed)
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DModuleResultTest.java71 testCase.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testCountResults()
72 testCase.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults()
80 caseResult.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeModule()
84 caseResult2.getOrCreateResult(METHOD_1).failed(STACK_TRACE); in testMergeModule()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java130 boolean failed) { in throwAggregatedException() argument
134 msg.append(String.format("Test %s for cases: ", (failed) ? "failed" : "skipped")); in throwAggregatedException()
140 if (failed) { in throwAggregatedException()
146 if (failed) { in throwAggregatedException()
DITestResult.java111 void failed(String trace); in failed() method
DTestResult.java176 public void failed(String trace) { in failed() method in TestResult
DResultHandler.java328 int failed = result.countResults(TestStatus.FAIL); in writeResults() local
398 serializer.attribute(NS, FAILED_ATTR, Integer.toString(failed)); in writeResults()
/test/suite_harness/common/util/tests/assets/
Dlogcat.txt96 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…
232 …ks/av/media/libstagefright/MPEG4Extractor.cpp:6853 CHECK_EQ( (unsigned)ptr[0],1u) failed: 129 vs. 1
240 …s/av/media/libstagefright/MPEG4Extractor.cpp:6853 CHECK_EQ( (unsigned)ptr[0],1u) failed: 129 vs. 1'
Dx86app_process64.txt395 [ 389] failed to create sigchain pthread key: %s
398 [ 3e0] failed to find special handler to remove
Dx86app_process32.txt366 [ 389] failed to create sigchain pthread key: %s
369 [ 3e0] failed to find special handler to remove
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java100 mFailedTest.failed("stack-trace - error happened"); in setUp()
/test/suite_harness/common/host-side/tradefed/res/report/
Dcompatibility_result.css125 td.failed {
/test/vts/proto/
DVtsDriverControlMessage.proto63 // failed
DAndroidSystemControlMessage.proto64 // failed
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output_error.txt29 …09283827981beee] armeabi-v7a SampleCameraTest completed in 0 ms. 0 passed, 0 failed, 0 not executed
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java399 mCurrentResult.failed(sanitizeXmlContent(trace)); in testFailed()