v8/tools/testrunner
Leszek Swirski a25aa43e84 [cleanup] Remove --stress-opt
--stress-opt never did what we wanted it to; it ran its runs in
different contexts (therefore not able to share feedback across runs),
and even if it didn't, each run would create new closures for any
defined closures, so we'd still more than likely end up poly- or
mega-morphic.

Fuzzers cover this use case better than --stress-opt ever did, so now
it's just using precious bot time. We can get rid of it.

Bug: v8:10386
Change-Id: Ibbb9207d887b4b1dc4ec9093858d477c0f95eb37
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3803228
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82722}
2022-08-25 12:26:24 +00:00
..
local [cleanup] Remove --stress-opt 2022-08-25 12:26:24 +00:00
objects [cleanup] Remove --stress-opt 2022-08-25 12:26:24 +00:00
outproc [test] testrunner: Print diff if stdout does not match 2022-07-26 13:05:27 +00:00
testdata [test] testrunner: Print diff if stdout does not match 2022-07-26 13:05:27 +00:00
testproc [test] Refactor testrunner (5) 2022-08-11 05:55:52 +00:00
utils [test] Refactor testrunner (5) 2022-08-11 05:55:52 +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 (5) 2022-08-11 05:55:52 +00:00
build_config.py Reland "[riscv32] Add RISCV32 backend" 2022-08-04 12:47:44 +00:00
num_fuzzer.py [test] Refactor testrunner (5) 2022-08-11 05:55:52 +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 (5) 2022-08-11 05:55:52 +00:00
standard_runner.py [test] Refactor testrunner (5) 2022-08-11 05:55:52 +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