Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_regrtest.py443 def list_regex(line_format, tests): function
451 regex = list_regex('%s test%s skipped', skipped)
455 regex = list_regex('%s test%s failed', failed)
459 regex = list_regex('%s test%s altered the execution environment',
464 regex = list_regex('%s test%s omitted', omitted)
468 regex = list_regex('%s re-run test%s', rerun.keys())
477 regex = list_regex('%s test%s run no tests', no_test_ran)