v8/tools/testrunner/local
Enrico Bacis 80423e89b1 [test] Use glob expansion in test selection
The run_test.py tool test selection only expands asterisks at the end of
the test name. This CL introduces glob expansion in test selection
(asterisks are expanded anywhere in the path).

This is useful when tests that belong to the same area have different
prefixes. For example wasm cctests have two different prefixes:
'cctest/test-run-wasm*' and 'cctest/test-wasm*'. With this CL it is
possible to specify the selector 'cctest/*wasm*' to run them all.

R=machenbach@chromium.org

Change-Id: I1c7cc5136b21e71f3eaf69fb98d5dfd77d336e2a
Reviewed-on: https://chromium-review.googlesource.com/609000
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Enrico Bacis <enricobacis@google.com>
Cr-Commit-Position: refs/heads/master@{#47274}
2017-08-10 08:47:59 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
commands.py Reland of [date] Add ICU backend for timezone info behind a flag (patchset #1 id:1 of https://codereview.chromium.org/2811103002/ ) 2017-04-11 13:17:29 +00:00
execution.py Revert "[test] Don't hide crashes in predictable mode" 2017-05-24 11:50:59 +00:00
junit_output.py Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
perfdata.py [test] Switch off perf data feature on swarming. 2015-11-23 09:11:17 +00:00
pool_unittest.py [test] Fix pool unittest 2017-02-07 13:58:26 +00:00
pool.py [test] Make missing files result in a proper test runner error. 2016-02-02 13:59:04 +00:00
progress.py [test] Add new json test results output for flakiness dashboard 2017-03-02 14:26:04 +00:00
statusfile_unittest.py [test] Enable test status filtering by variant 2016-08-04 14:42:16 +00:00
statusfile.py Remove x87 port 2017-07-18 18:20:40 +00:00
testsuite_unittest.py [test] Fix merging of test outcomes 2016-08-05 09:43:29 +00:00
testsuite.py [test] Use glob expansion in test selection 2017-08-10 08:47:59 +00:00
utils.py [test] Enable test status filtering by variant 2016-08-04 14:42:16 +00:00
variants.py [test] Remove deprecated "fullcode" test variant. 2017-07-27 14:01:03 +00:00
verbose.py Add flaky test classification feature to test suites. 2013-08-06 14:39:39 +00:00