• Andreas Haas's avatar
    [wasm] Cleanup the wasm fuzzer corpus files. · 2f92e9eb
    Andreas Haas authored
    In a recent CL I moved the corpus of the wasm fuzzer and of the
    wasm-asmjs fuzzer to a different directory
    (wasm_corpus and wasm_asmjs_corpus) so that the corpus is not executed
    on the try-bots. With this CL I remove the old corpus from the
    .gitignore file.
    
    In addition I removed the hooks for wasm_corpus and
    wasm_asmjs_corpus from the V8 DEPS file, because in a V8 checkout
    they are not used anyway.
    
    I also added code to the test runner to delete all *.wasm files
    from the directories test/fuzzer/wasm and test/fuzzer/wasm_asmjs.
    This code should be removed in a week, but it will help my coworkers
    to cleanup their V8 checkout.
    
    
    
    R=bradnelson@chromium.org
    CC=machenbach@chromium.org
    
    Change-Id: I9fdf9d77b71b133f84f7e744763d65fdf127d624
    Reviewed-on: https://chromium-review.googlesource.com/505614
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45417}
    2f92e9eb
Name
Last commit
Last update
..
json Loading commit data...
parser Loading commit data...
regexp Loading commit data...
wasm Loading commit data...
wasm_asmjs Loading commit data...
wasm_call Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
wasm_data_section Loading commit data...
wasm_function_sigs_section Loading commit data...
wasm_globals_section Loading commit data...
wasm_imports_section Loading commit data...
wasm_memory_section Loading commit data...
wasm_names_section Loading commit data...
wasm_types_section 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.gyp Loading commit data...
fuzzer.isolate Loading commit data...
fuzzer.status Loading commit data...
json.cc Loading commit data...
parser.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-asmjs.cc Loading commit data...
wasm-call.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-data-section.cc Loading commit data...
wasm-function-sigs-section.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm-globals-section.cc Loading commit data...
wasm-imports-section.cc Loading commit data...
wasm-memory-section.cc Loading commit data...
wasm-names-section.cc Loading commit data...
wasm-types-section.cc Loading commit data...
wasm.cc Loading commit data...
wasm_asmjs_corpus.tar.gz.sha1 Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...