• Clemens Backes's avatar
    [inspector][fuzzer] Add watchdog to avoid timeouts · 5ab0bded
    Clemens Backes authored
    The inspector fuzzer is running into timeouts most of the time
    currently, because the test explicitly needs to quit execution.
    Make fuzzing more efficient by adding a watchdog thread which stop
    execution after 2 seconds. This will still result in valid test cases,
    i.e. everything that was executed within those two seconds will count as
    covered code.
    
    Drive-by: Slightly simplify the storage of task runners. No need to
    clear the vector after termination.
    
    R=szuend@chromium.org
    
    Bug: chromium:1142437, chromium:1145285
    Change-Id: I7b5fe7ddcbce731fbc3d74ee8c43f7249f34b918
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2520906
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71002}
    5ab0bded
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...