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

Unified Diff: syzygy/instrument/test_data/afl-bad-config.json

Issue 2951713003: adds the afl instrumenter. (Closed)
Patch Set: addressed feedback Created 3 years, 6 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
Index: syzygy/instrument/test_data/afl-bad-config.json
diff --git a/syzygy/instrument/test_data/afl-bad-config.json b/syzygy/instrument/test_data/afl-bad-config.json
new file mode 100644
index 0000000000000000000000000000000000000000..70a3390930874b58fd985ee4e226445334cea053
--- /dev/null
+++ b/syzygy/instrument/test_data/afl-bad-config.json
@@ -0,0 +1,7 @@
+{
+ "whitelist" : [
+ "fuzzme", "pattern1", /* "foo", */ "_pattern2"
+ ],
+
+ "blacklist" : [ "foo" ]
+}
« no previous file with comments | « syzygy/instrument/instrumenters/afl_instrumenter_unittest.cc ('k') | syzygy/instrument/test_data/afl-bad-empty-blacklist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698