Commit df281a6e authored by ahaas's avatar ahaas Committed by Commit Bot

[v8][wasm] Remove the v8-wasm-asmjs-fuzzer

This CL removes the v8-wasm-asmjs-fuzzer target function because it
violates several assumptions of the production code by now, see the
referenced bug.

I added Jochen as a reviewer for the changes in DEPS.

R=mmoroz@chromium.org, jochen@chromium.org
CC=clemensh@chromium.org, mstarzinger@chromium.org, bradnelson@chromium.org
BUG=chromium:734550

Review-Url: https://codereview.chromium.org/2943993002
Cr-Commit-Position: refs/heads/master@{#480834}
parent adc1375f
...@@ -859,18 +859,6 @@ hooks = [ ...@@ -859,18 +859,6 @@ hooks = [
"-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1", "-s", "src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1",
], ],
}, },
{
"name": "wasm_asmjs_fuzzer",
"pattern": ".",
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
"--no_resume",
"--no_auth",
"-u",
"--bucket", "v8-wasm-asmjs-fuzzer",
"-s", "src/v8/test/fuzzer/wasm_asmjs_corpus.tar.gz.sha1",
],
},
{ {
'name': 'devtools_install_node', 'name': 'devtools_install_node',
'action': [ 'python', 'action': [ 'python',
......
...@@ -300,16 +300,6 @@ fuzzer_test("v8_wasm_async_fuzzer") { ...@@ -300,16 +300,6 @@ fuzzer_test("v8_wasm_async_fuzzer") {
libfuzzer_options = [ "max_len=500" ] libfuzzer_options = [ "max_len=500" ]
} }
fuzzer_test("v8_wasm_asmjs_fuzzer") {
sources = []
deps = [
"//v8:wasm_asmjs_fuzzer",
]
dict = "dicts/v8_wasm.dict"
seed_corpus = "//v8/test/fuzzer/wasm_asmjs_corpus/"
libfuzzer_options = [ "max_len=500" ]
}
fuzzer_test("v8_wasm_data_section_fuzzer") { fuzzer_test("v8_wasm_data_section_fuzzer") {
sources = [] sources = []
deps = [ deps = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment