HomeSort by relevance Sort by last modified time
    Searched refs:tests_to_update (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/perf_expectations/
update_perf_expectations_unittest.py 23 def VerifyPreparedTests(self, tests_to_update, reva, revb):
26 upe_mod.PrepareTestsForUpdate(tests_to_update, all_tests_copy, reva, revb)
37 if test_key in tests_to_update:
57 tests_to_update = 'win-release/media_tests_av_perf/fps/tulip2.webm'
60 upe_mod.GetMatchingTests(tests_to_update,
64 tests_to_update = 'win-release/media_tests_av_perf/fps.*'
77 actual_list = upe_mod.GetMatchingTests(tests_to_update,
83 tests_to_update = '.*-release/media_tests_av_perf/fps.*'
102 actual_list = upe_mod.GetMatchingTests(tests_to_update,
167 tests_to_update =
    [all...]
update_perf_expectations.py 100 def GetMatchingTests(tests_to_update, all_test_keys):
104 tests_to_update: reg-ex string specifying tests to be updated.
110 search_string = re.compile(tests_to_update)
117 tests_to_update)
121 def PrepareTestsForUpdate(tests_to_update, all_tests, reva, revb):
126 tests_to_update: list of tests to be updated.
145 for test_key in tests_to_update:
233 tests_to_update = []
243 tests_to_update = GetTestsToUpdate(tests_filter, all_test_keys)
247 PrepareTestsForUpdate(tests_to_update, all_tests, options.reva, options.revb
    [all...]

Completed in 3406 milliseconds