From 0ef45543fd393d14e7d337fd4aa018d1013572c5 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Mon, 11 Apr 2016 21:59:25 -0700
Subject: [PATCH] Expand corpus

---
 .../client_fuzzer_corpus/settings_frame_1.bin | Bin 0 -> 18 bytes
 tools/run_tests/tests.json                    |  22 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 test/core/end2end/fuzzers/client_fuzzer_corpus/settings_frame_1.bin

diff --git a/test/core/end2end/fuzzers/client_fuzzer_corpus/settings_frame_1.bin b/test/core/end2end/fuzzers/client_fuzzer_corpus/settings_frame_1.bin
new file mode 100644
index 0000000000000000000000000000000000000000..49b1bbb728eda5ab6ee0f5e2d31bb8469258dfe1
GIT binary patch
literal 18
RcmZQzU|?Z@0v1LP0{{SP015yA

literal 0
HcmV?d00001

diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 3657ec79d5..255f02e006 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -26062,6 +26062,28 @@
       "posix"
     ]
   }, 
+  {
+    "args": [
+      "test/core/end2end/fuzzers/client_fuzzer_corpus/settings_frame_1.bin"
+    ], 
+    "ci_platforms": [
+      "linux", 
+      "mac", 
+      "windows", 
+      "posix"
+    ], 
+    "cpu_cost": 0.1, 
+    "exclude_configs": [], 
+    "flaky": false, 
+    "language": "c", 
+    "name": "client_fuzzer_one_entry", 
+    "platforms": [
+      "linux", 
+      "mac", 
+      "windows", 
+      "posix"
+    ]
+  }, 
   {
     "args": [
       "test/core/transport/chttp2/hpack_parser_corpus/0141fcddc9807ee093313b2256f1306fbbdc6cda"
-- 
GitLab