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

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

Issue 2872533002: [clusterfuzz][wasm] Use a new corpus directory (Closed)
Patch Set: Created 3 years, 7 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 6b001ef01d6b82eb0e7167df8c522c455918f1c8..cb4bdcb20af63859aedd6366b93363cfbc94cffb 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -285,7 +285,7 @@ fuzzer_test("v8_wasm_fuzzer") {
"//v8:wasm_fuzzer",
]
dict = "dicts/v8_wasm.dict"
- seed_corpus = "//v8/test/fuzzer/wasm/"
+ seed_corpus = "//v8/test/fuzzer/wasm_corpus/"
libfuzzer_options = [ "max_len=500" ]
}
@@ -295,7 +295,7 @@ fuzzer_test("v8_wasm_asmjs_fuzzer") {
"//v8:wasm_asmjs_fuzzer",
]
dict = "dicts/v8_wasm.dict"
- seed_corpus = "//v8/test/fuzzer/wasm_asmjs/"
+ seed_corpus = "//v8/test/fuzzer/wasm_asmjs_corpus/"
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