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

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

Issue 1813743002: [libfuzzer] Enable v8_script_parser_fuzzer for ClusterFuzz. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 646171b7eb4fe6e89f20eccf767513fef9919cac..057d9701089a36bb61d638018f87fe251eeeccc6 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -261,7 +261,6 @@ fuzzer_test("v8_script_parser_fuzzer") {
"//v8:parser_fuzzer",
]
dict = "dicts/js.dict"
- additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
}
fuzzer_test("v8_json_parser_fuzzer") {
« 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