Home
last modified time | relevance | path

Searched defs:result1 (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestRunResultTest.java242 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_fullMergeLogicCheck() local
305 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_checkMergingStackTraces() local
357 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_RaiseErrorIfDiffTests() local
386 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_CheckMergeMapAttributes() local
431 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_runFailures() local
473 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_incompleteRun() local
514 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_JointResultForExpectedCount() local
541 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_JointResultForExpectedCount_IncompleteRuns() local
571 TestRunResult result1 = new TestRunResult(); in testMergeRetriedRunResults_testCaseStatus() local
DDeviceFileReporterTest.java242 final String result1 = "/data/files/file.png\r\n"; in testRepeat_skip() local
295 final String result1 = "/data/files/file.png\r\n"; in testRepeat_noSkip() local
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DBaseRetryDecisionTest.java252 TestRunResult result1 = in testShouldRetry_skip_retrying_list_test() local
271 TestRunResult result1 = in testShouldRetry_skip_retrying_list_test_no_abi() local
307 TestRunResult result1 = in testShouldRetry_skip_retrying_list_test_no_module() local
/tools/asuite/atest/integration_tests/
Dresult_compare_test.py129 def assert_test_result_equal(self, result1, result2): argument