v8/tools/testrunner
Michael Achenbach 1ea09f0b4f [test] Ignore optimization state in tests on number fuzzer
This enable test suites to check which test driver framework is used.
When using number fuzzer on mjsunit, we add a JS file that
switches off the optimization-state assertions.

Checking intrinsic state is not feasible on the number fuzzer and in
the past, we needed to skip tests on demand, which is a maintenance
burden. The main function of the fuzzer, to check for dcheck errors and
tsan issues, is retained.

Bug: v8:9127
Change-Id: I699b85d5f7c9aaed337a2130d9eddc160c059d7b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1565892
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60816}
2019-04-12 12:50:55 +00:00
..
local [test] Ignore optimization state in tests on number fuzzer 2019-04-12 12:50:55 +00:00
objects [testrunner] handle timeout param in file 2019-02-27 17:49:17 +00:00
outproc Python2 compatibility: fix flake8 report F632 F821 2019-04-05 16:24:19 +00:00
testproc [test] Expose test-framework name in test results 2019-04-11 11:34:53 +00:00
utils Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
__init__.py
base_runner.py [test] Ignore optimization state in tests on number fuzzer 2019-04-12 12:50:55 +00:00
num_fuzzer.py [test] Expose test-framework name in test results 2019-04-11 11:34:53 +00:00
OWNERS Make tmrts an infra OWNER 2019-02-15 09:02:24 +00:00
PRESUBMIT.py [tools] Clean up presubmit and run all unittests 2019-02-01 10:27:29 +00:00
standard_runner.py [test] Expose test-framework name in test results 2019-04-11 11:34:53 +00:00
test_config.py [test] Add feature to keep running skipped tests. 2018-11-22 08:12:21 +00:00
trycatch_loader.js