v8/tools/testrunner/testproc
Michael Achenbach 99fad4115d [test] Forgive tests timing out on num-fuzzers
Timeouts on num-fuzzer only lead to false positives, as tests might
take unpredictably longer.

This CL forgives timeouts through a global override mechanism of the
expected outcomes. This allows to remove already existing scattered
code that allowed timeouts in some test suites only.

Bug: v8:6917
Change-Id: Ib131765d360e335789c1952bc6793ed051e016ea
Reviewed-on: https://chromium-review.googlesource.com/908454
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51188}
2018-02-08 23:08:05 +00:00
..
__init__.py [test] Introduce test processors 2018-01-08 11:27:47 +00:00
base.py [test] Added signal handling to test processors 2018-01-31 10:39:06 +00:00
combiner.py [test] Add combine tests option to numfuzz 2018-01-25 15:50:24 +00:00
execution.py [test] Remove context usage from test processors 2018-02-01 10:35:02 +00:00
expectation.py [test] Forgive tests timing out on num-fuzzers 2018-02-08 23:08:05 +00:00
filter.py [test] Fix args parsing and name filter 2018-01-17 10:32:12 +00:00
fuzzer.py [test] Make it more likely to use smaller interrupt-budget on fuzzer 2018-02-02 14:45:17 +00:00
loader.py [test] Simplify passing results between test processors. 2018-01-15 08:51:40 +00:00
progress.py Reland "[test] Random seed processor" 2018-01-31 09:53:34 +00:00
rerun.py [test] Added signal handling to test processors 2018-01-31 10:39:06 +00:00
result.py [test] Move command from test to the result 2018-01-17 12:59:54 +00:00
seed.py [test] Stressing random seed with multiple subtests in parallel 2018-01-31 12:06:11 +00:00
shard.py [test] Implement shard processor 2018-01-16 11:33:03 +00:00
sigproc.py [test] Return heartbeats and results during pool termination 2018-01-31 11:25:26 +00:00
timeout.py [test] Added signal handling to test processors 2018-01-31 10:39:06 +00:00
variant.py [test] Do not pass unnecessary results 2018-01-17 11:32:12 +00:00