• ahaas's avatar
    [wasm] Write fuzzers for single wasm sections. · 3ff20190
    ahaas authored
    This CL adds fuzzers for the wasm module sections 'types', 'names',
    'globals', 'imports', 'function signatures', 'memory', and 'data', one
    fuzzer per section. No fuzzers are added for the other sections because
    either there already exists a fuzzer (e.g. wasm-code), or there exist
    inter-section dependencies.
    
    To avoid introducing a bunch executables which would make compilation
    with make slow, I introduce a single executable
    'v8_simple_wasm_section_fuzzer' which calls the fuzzers mentioned above.
    This executable is run by the trybots and ensures that the fuzzers
    actually compile. For debugging I introduce commandline parameters which
    allow to execute the specific fuzzers from 'v8_simple_wasm_section_fuzzer'.
    
    R=titzer@chromium.org, jochen@chromium.org, mstarzinger@chromium.org
    
    Review-Url: https://codereview.chromium.org/2336603002
    Cr-Commit-Position: refs/heads/master@{#39413}
    3ff20190
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
fuzzer Loading commit data...
inspector_protocol_parser_test 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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...