Home
last modified time | relevance | path

Searched refs:flaky_tests (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py602 flaky_tests = [] variable in TestExpectation
659 self.flaky_tests.append(test_name_regex)
698 for flaky in self.flaky_tests:
/third_party/node/tools/
H A Dtest.py1458 if options.flaky_tests not in [RUN, SKIP, DONTCARE, KEEP_RETRYING]:
1459 print("Unknown flaky-tests mode %s" % options.flaky_tests)
1736 elif (options.flaky_tests == SKIP) and (set([SLOW, FLAKY]) & case.outcomes):
1769 result = RunTestCases(cases_to_run, options.progress, options.j, options.flaky_tests, options.measure_flakiness)

Completed in 4 milliseconds