Searched refs:list_regex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 122 def list_regex(line_format, tests): function 130 regex = list_regex('%s test%s skipped', skipped) 134 regex = list_regex('%s test%s failed', failed) 138 regex = list_regex('%s test%s altered the execution environment', 143 regex = list_regex('%s test%s omitted', omitted) 147 regex = list_regex('%s re-run test%s', rerun)
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 428 def list_regex(line_format, tests): function 436 regex = list_regex('%s test%s skipped', skipped) 440 regex = list_regex('%s test%s failed', failed) 444 regex = list_regex('%s test%s altered the execution environment', 449 regex = list_regex('%s test%s omitted', omitted) 453 regex = list_regex('%s re-run test%s', rerun) 462 regex = list_regex('%s test%s run no tests', no_test_ran)
|