Home
last modified time | relevance | path

Searched refs:RETRY_ANY_FAILURE (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java180 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding()
286 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure()
374 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure_noRerun()
480 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_runFailure_aggregation()
575 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModules()
666 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_singleRun_noModules_runFailures()
774 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModules_runFailures()
901 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_module_noModule()
1036 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModule_module()
1175 RetryStrategy.RETRY_ANY_FAILURE); in testForwarding_noModule_module_runFailure()
[all …]
/tools/tradefederation/core/atest/
Datest_arg_parser.py63 RETRY_ANY_FAILURE = ('Rerun failed tests until passed or the max iteration ' variable
207 metavar='MAX_ITERATIONS', help=RETRY_ANY_FAILURE)
264 RETRY_ANY_FAILURE=RETRY_ANY_FAILURE,
Dconstants_default.py53 RETRY_ANY_FAILURE = 'RETRY_ANY_FAILURE' variable
Datest.py192 'retry_any_failure': constants.RETRY_ANY_FAILURE,
/tools/asuite/atest/
Datest_arg_parser.py64 RETRY_ANY_FAILURE = ('Rerun failed tests until passed or the max iteration ' variable
219 metavar='MAX_ITERATIONS', help=RETRY_ANY_FAILURE)
282 RETRY_ANY_FAILURE=RETRY_ANY_FAILURE,
Dconstants_default.py55 RETRY_ANY_FAILURE = 'RETRY_ANY_FAILURE' variable
Datest.py192 'retry_any_failure': constants.RETRY_ANY_FAILURE,
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py74 constants.RETRY_ANY_FAILURE]
407 if constants.RETRY_ANY_FAILURE == arg:
409 args_to_append.append(constants.RETRY_ANY_FAILURE)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py77 constants.RETRY_ANY_FAILURE]
445 if constants.RETRY_ANY_FAILURE == arg:
447 args_to_append.append(constants.RETRY_ANY_FAILURE)
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/retry/
DRetryStrategy.java33 RETRY_ANY_FAILURE, enumConstant
DMergeStrategy.java42 case RETRY_ANY_FAILURE: in getMergeStrategy()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java212 if (RetryStrategy.RETRY_ANY_FAILURE.equals(mRetryStrategy)) { in testRunStarted()