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

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

Issue 2298153002: [v8][wasm] Adjust settings of the wasm_code_fuzzer. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | 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 985c0e4aaeec0a71fb27f7cd92fb7d1ff89858b7..9954a98e3962fc46bb54ff90398c37b791cf05d9 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -245,8 +245,6 @@ fuzzer_test("v8_wasm_code_fuzzer") {
deps = [
"//v8:wasm_code_fuzzer",
]
- dict = "dicts/v8_wasm.dict"
- seed_corpus = "//v8/test/fuzzer/wasm_code/"
libfuzzer_options = [ "max_len=500" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698