v8/tools/testrunner/local
Andreas Haas 63fc14c68b [wasm] Add --no-wasm-lazy-compilation to nooptimization
With shipping lazy compilation, we lose the test coverage for eager
compilation. This is bad, because with PGO, eager compilation may have
a comeback. With this CL we enable eager compilation in the
nooptimization test variant. This variant seems to be the best fit, as
there are no conflicts with existing flags. The --liftoff flag is not a
problem, because Liftoff was anyways the default for eager compilation.

R=clemensb@chromium.org

Bug: v8:12852
Change-Id: I002ecb2a31ad2e2335a0469fdf5e3d5bda3b33bc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4027004
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84294}
2022-11-16 11:42:17 +00:00
..
fake_testsuite [infra] Change all Python shebangs to Python3 2022-08-05 14:55:00 +00:00
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
android.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
command.py [test] Fix occasional hangs on pool termination 2022-09-09 09:53:24 +00:00
context.py [test] Refactor testrunner (5) 2022-08-11 05:55:52 +00:00
pool_test.py [test] Drain queues asynchroneously when terminating workers 2022-09-14 05:58:47 +00:00
pool.py [test] Drain queues asynchroneously when terminating workers 2022-09-14 05:58:47 +00:00
statusfile_test.py [test] Cleanup 2022-06-01 09:09:18 +00:00
statusfile.py [mips32] Delete mips32 from v8 2022-09-13 07:54:54 +00:00
testsuite_test.py [test] Refactor testrunner (5) 2022-08-11 05:55:52 +00:00
testsuite.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
utils.py [mips32] Delete mips32 from v8 2022-09-13 07:54:54 +00:00
variants.py [wasm] Add --no-wasm-lazy-compilation to nooptimization 2022-11-16 11:42:17 +00:00
verbose.py Reland "[tools] Clean up py2 code" 2022-03-25 12:14:26 +00:00