v8/tools/testrunner/local
Leszek Swirski cebcd8c51b Revert "[flags,testrunner] Consider readonly flags for conflict detection"
This reverts commit ebd933037e.

Reason for revert: Breaks a test: https://logs.chromium.org/logs/v8/buildbucket/cr-buildbucket/8792462319927467985/+/u/OptimizeForSize/CreateIsolateFromReadOnlySnapshot

Original change's description:
> [flags,testrunner] Consider readonly flags for conflict detection
>
> Flag conflict detection 1) bails out on incompatible flag values (e.g.
> --jitless and --turbofan) and 2) handles such bailouts transparently in
> the test runner by marking affected tests as OUTCOMES_FAIL.
>
> This CL adds full support for readonly flags to this system, together
> with required additional annotations in variants.py.
>
> Drive-by: assert proper use of v8_enable_slow_dchecks, and add
> support when dcheck_always_on is set.
> Drive-by: introduce has_maglev build variable detection based on
> v8_enable_maglev and use that for .status file annotations.
> Drive-by: protect against unintended overwrites of build variables
> in statusfile.py.
>
> Cq-Include-Trybots: luci.v8.try:v8_linux64_fyi_rel
> Bug: v8:13629,v8:10577
> Change-Id: I04de399139a0490806df8bfee7e75e2ec767b4b5
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4135879
> Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
> Reviewed-by: Victor Gomes <victorgomes@chromium.org>
> Commit-Queue: Jakob Linke <jgruber@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#85130}

Bug: v8:13629,v8:10577
Change-Id: I0cb072c6c9f05d92894cc0af83c4d1a28df100d5
Cq-Include-Trybots: luci.v8.try:v8_linux64_fyi_rel
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4147098
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: Victor Gomes <victorgomes@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85133}
2023-01-09 08:51:33 +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 Revert "[flags,testrunner] Consider readonly flags for conflict detection" 2023-01-09 08:51:33 +00:00
testsuite_test.py [test] Refactor testrunner (5) 2022-08-11 05:55:52 +00:00
testsuite.py [resultdb] Add more data about tests 2022-12-08 09:55:07 +00:00
utils.py [mips32] Delete mips32 from v8 2022-09-13 07:54:54 +00:00
variants.py Revert "[flags,testrunner] Consider readonly flags for conflict detection" 2023-01-09 08:51:33 +00:00
verbose.py Reland "[tools] Clean up py2 code" 2022-03-25 12:14:26 +00:00