v8/tools/testrunner/local
Michal Majewski 0f2223c894 [test] Refactor getting test outcomes from statusfile.
Filtering by status file split to four parts:
1. Getting outcomes - reads both variant dependent and
independent outcomes, no more need to do it twice.
2. Checking unused rules - has a switch to check only variant
dependent/independent rules.
3. Reading flags - if outcome starts with '--' it is treated as a flag.
4. Actual filtering.

Outcomes removed from the testcase object, can be accessed
by call to its testsuite.

Bug: v8:6917
Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
Change-Id: I35762f891010ddda926250452b88656047433daa
Reviewed-on: https://chromium-review.googlesource.com/775160
Commit-Queue: Michał Majewski <majeski@google.com>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49547}
2017-11-21 15:00:24 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
commands.py [test] Add output for investigating win-asan failures 2017-10-16 10:30:27 +00:00
execution.py [test] Refactor getting test outcomes from statusfile. 2017-11-21 15:00:24 +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] Refactor getting test outcomes from statusfile. 2017-11-21 15:00:24 +00:00
statusfile_unittest.py [test] Change wildcards to prefix rules. 2017-11-20 14:25:04 +00:00
statusfile.py [test] Change wildcards to prefix rules. 2017-11-20 14:25:04 +00:00
testsuite_unittest.py [test] Refactor getting test outcomes from statusfile. 2017-11-21 15:00:24 +00:00
testsuite.py [test] Refactor getting test outcomes from statusfile. 2017-11-21 15:00:24 +00:00
utils.py [test] Enable test status filtering by variant 2016-08-04 14:42:16 +00:00
variants.py Reland "[test] Add Liftoff variant" 2017-11-21 12:10:53 +00:00
verbose.py [test] Refactor getting test outcomes from statusfile. 2017-11-21 15:00:24 +00:00