• 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
..
inspector Loading commit data...
json Loading commit data...
multi_return Loading commit data...
parser Loading commit data...
regexp Loading commit data...
regexp_builtins Loading commit data...
wasm Loading commit data...
wasm_async Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
fuzzer-support.cc Loading commit data...
fuzzer-support.h Loading commit data...
fuzzer.cc Loading commit data...
fuzzer.status Loading commit data...
inspector-fuzzer.cc Loading commit data...
json.cc Loading commit data...
multi-return.cc Loading commit data...
parser.cc Loading commit data...
regexp-builtins.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-async.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm.cc Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...