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

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

Issue 2497603002: Limit memory usage for sqlite3 fuzzer + move it to sqlite dir. (Closed)
Patch Set: Fix nits. Created 4 years, 1 month 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 | testing/libfuzzer/fuzzers/dicts/generated/sqlite3_prepare_v2_fuzzer.dict » ('j') | 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 704c0cd4501c879c61d43a98f938d1a97b72d355..9775394f31b51b5b64bb5e45ca01dfbdb389ac75 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -184,16 +184,6 @@ fuzzer_test("zlib_uncompress_fuzzer") {
]
}
-fuzzer_test("sqlite3_prepare_v2_fuzzer") {
- sources = [
- "sqlite3_prepare_v2_fuzzer.cc",
- ]
- deps = [
- "//third_party/sqlite",
- ]
- dict = "dicts/generated/sqlite3_prepare_v2_fuzzer.dict"
-}
-
fuzzer_test("libxml_xml_read_memory_fuzzer") {
sources = [
"libxml_xml_read_memory_fuzzer.cc",
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/dicts/generated/sqlite3_prepare_v2_fuzzer.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698