v8/tools/testrunner
Liviu Rau 9733dacc5c [test] Refactor testrunner (3)
- removed some 'feature envy' instances:
  - created a AugmentedOptions class to take care of non trivial option look-ups
  - moved some calculation closer the the actual data
- promoted parameter that was passed around a lot (options) to filed in the offending class
- similar object creation looks a bit more similar
- CommandContext provides a wrapper that ensures resource de-allocation
- separate tests from standard and num_fuzz runners
- added a couple of more tests to improve coverage

This is still in flux. But further changes risk creating a disconnect between the original implementation and further refactorings.

Bug: v8:12785
Change-Id: I0ec2e9c6a81604a5cd1d4a80982dd3329c1b48db
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3686411
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81148}
2022-06-14 12:49:47 +00:00
..
local [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
objects [test] Cleanup 2022-06-01 09:09:18 +00:00
outproc [numfuzz] Gracefully ignore contradictory flags 2022-05-17 13:09:07 +00:00
testdata [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
testproc [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
utils [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
base_runner.py [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
num_fuzzer.py [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
PRESUBMIT.py Allow V8 to run all unittests presubmit 2022-03-29 11:14:09 +00:00
standard_runner_test.py [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
standard_runner.py [test] Refactor testrunner (3) 2022-06-14 12:49:47 +00:00
test_config.py [test] Cleanup 2022-06-01 09:09:18 +00:00
trycatch_loader.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00