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

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

Issue 1558483003: port libxml_xml_read_memory_fuzzer (from kcc's libfuzzer-bot) and disable error messages from the p… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/libxml_xml_read_memory_fuzzer.cc » ('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 f94fa17a887ca42d530e620a6f7dbfd046ec69f8..2180d361075da361b62e934223aeae4b97d8d3bd 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -255,3 +255,12 @@ fuzzer_test("sqlite3_prepare_v2_fuzzer") {
"//third_party/sqlite",
]
}
+
+fuzzer_test("libxml_xml_read_memory_fuzzer") {
+ sources = [
+ "libxml_xml_read_memory_fuzzer.cc",
+ ]
+ deps = [
+ "//third_party/libxml:libxml",
+ ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/libxml_xml_read_memory_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698