Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 2943993002: [v8][wasm] Remove the v8-wasm-asmjs-fuzzer (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 8c8752b073b357832cd735575b282cb0b967a42c..e1105d661b881c5b6d8d422d2bf9a30f14042a6b 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -290,16 +290,6 @@ fuzzer_test("v8_wasm_fuzzer") {
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") {
sources = []
deps = [
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698