Commit a2df537a authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[fuzzer] Remove wasm_call_fuzzer

The wasm call fuzzer is superseded by the wasm compile fuzzer, thus
remove it.

R=ahaas@chromium.org

Change-Id: I732a3d2ca81a1642e862f2cf374e4adaf51e8f07
Reviewed-on: https://chromium-review.googlesource.com/895531
Commit-Queue: Abhishek Arya <inferno@chromium.org>
Reviewed-by: default avatarAbhishek Arya <inferno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533282}
parent ff826a15
...@@ -243,14 +243,6 @@ fuzzer_test("v8_wasm_compile_fuzzer") { ...@@ -243,14 +243,6 @@ fuzzer_test("v8_wasm_compile_fuzzer") {
libfuzzer_options = [ "max_len=500" ] libfuzzer_options = [ "max_len=500" ]
} }
fuzzer_test("v8_wasm_call_fuzzer") {
sources = []
deps = [
"//v8:wasm_call_fuzzer",
]
libfuzzer_options = [ "max_len=500" ]
}
fuzzer_test("v8_wasm_fuzzer") { fuzzer_test("v8_wasm_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