Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestRunResultTest.java243 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_fullMergeLogicCheck() local
306 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_checkMergingStackTraces() local
358 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_RaiseErrorIfDiffTests() local
387 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_CheckMergeMapAttributes() local
432 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_runFailures() local
474 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_incompleteRun() local
515 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_JointResultForExpectedCount() local
542 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_JointResultForExpectedCount_IncompleteRuns() local
572 TestRunResult result2 = new TestRunResult(); in testMergeRetriedRunResults_testCaseStatus() local
DDeviceFileReporterTest.java243 final String result2 = "/data/files/file.png\r\n/data/files/file.xml\r\n"; in testRepeat_skip() local
296 final String result2 = "/data/files/file.png\r\n/data/files/file.xml\r\n"; in testRepeat_noSkip() local
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DBaseRetryDecisionTest.java167 TestRunResult result2 = createResult(null, null); in testShouldRetry_success() local
203 TestRunResult result2 = createResult(null, null, failure2); in testShouldRetry_runFailure_nonRetriable() local
218 TestRunResult result2 = createResult(null, null, failure2); in testShouldRetry_multi_runFailure_nonRetriable() local
/tools/asuite/atest/integration_tests/
Dresult_compare_test.py129 def assert_test_result_equal(self, result1, result2): argument
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java221 TestResult result2 = new TestResult(); in testReplay_MultiTest() local
/tools/asuite/adevice/src/
Dfingerprint.rs943 let result2 = fingerprint_partitions(tmp_root.path(), &[PathBuf::from("system")]).unwrap(); in fingerprint_partition_cache_mismatch_test() localVariable