From 2fd159508fab3df3eff2e67c7c73f8a6330cc4fb Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Sat, 23 Apr 2016 13:34:05 -0700 Subject: [PATCH] Expand corpus --- .../0052f8fb6a7884ced8a6754aa13441be1f7dcd51 | Bin 0 -> 49 bytes .../6995dd153f712ad257ab5a365e5a4b84dc676ed3 | Bin 0 -> 66 bytes .../f107c60f00da44a2c412c5b89c733efe5f9be4aa | Bin 0 -> 78 bytes tools/run_tests/tests.json | 66 ++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 test/core/nanopb/corpus_response/0052f8fb6a7884ced8a6754aa13441be1f7dcd51 create mode 100644 test/core/nanopb/corpus_response/6995dd153f712ad257ab5a365e5a4b84dc676ed3 create mode 100644 test/core/nanopb/corpus_response/f107c60f00da44a2c412c5b89c733efe5f9be4aa diff --git a/test/core/nanopb/corpus_response/0052f8fb6a7884ced8a6754aa13441be1f7dcd51 b/test/core/nanopb/corpus_response/0052f8fb6a7884ced8a6754aa13441be1f7dcd51 new file mode 100644 index 0000000000000000000000000000000000000000..a88986e2d4df654ba2a1273033014e4b454decfb GIT binary patch literal 49 zcmV-10M7pr0lf|=y@NZ>TmS$V7X<+S{|gZj5xt~=y_253lY`EgC(J1&v4ff35GlQ* Hk^nk@#B&q& literal 0 HcmV?d00001 diff --git a/test/core/nanopb/corpus_response/6995dd153f712ad257ab5a365e5a4b84dc676ed3 b/test/core/nanopb/corpus_response/6995dd153f712ad257ab5a365e5a4b84dc676ed3 new file mode 100644 index 0000000000000000000000000000000000000000..a9ae5ff3e9840671f819a957a66fff37e8a313eb GIT binary patch literal 66 zcmV-I0KNYXD7}L_&RhTh7#9Tq|NjdS5fQzlfxVNSy_18^y`z!<fYD$GLzOA9Qvd(G YDONfuZG$N)&apdSJ1ILVuwqIOCxLnz!T<mO literal 0 HcmV?d00001 diff --git a/test/core/nanopb/corpus_response/f107c60f00da44a2c412c5b89c733efe5f9be4aa b/test/core/nanopb/corpus_response/f107c60f00da44a2c412c5b89c733efe5f9be4aa new file mode 100644 index 0000000000000000000000000000000000000000..2bd503a192030352e55f2909230a0074610dc844 GIT binary patch literal 78 zcmV-U0I~lO0lf|=y@NZ>TmS$V7X<+S{|gZj5xt~=y_253lY`E^qmlrC(O?Kel_{}O k|Np%yRyrwdgDEP`u{&TpDLX2#VoI4O%qb<YCxe*~C&*SGUjP6A literal 0 HcmV?d00001 diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 2d91ad9c63..efbe8f9c0d 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -54694,6 +54694,28 @@ "posix" ] }, + { + "args": [ + "test/core/nanopb/corpus_response/0052f8fb6a7884ced8a6754aa13441be1f7dcd51" + ], + "ci_platforms": [ + "linux", + "mac", + "windows", + "posix" + ], + "cpu_cost": 0.1, + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "nanopb_fuzzer_response_test_one_entry", + "platforms": [ + "linux", + "mac", + "windows", + "posix" + ] + }, { "args": [ "test/core/nanopb/corpus_response/0c35544f40d428d103e9c5b969ad9cd16767b110" @@ -55200,6 +55222,28 @@ "posix" ] }, + { + "args": [ + "test/core/nanopb/corpus_response/6995dd153f712ad257ab5a365e5a4b84dc676ed3" + ], + "ci_platforms": [ + "linux", + "mac", + "windows", + "posix" + ], + "cpu_cost": 0.1, + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "nanopb_fuzzer_response_test_one_entry", + "platforms": [ + "linux", + "mac", + "windows", + "posix" + ] + }, { "args": [ "test/core/nanopb/corpus_response/6d15065785eb8f4b5f17357a520cb4815a2cb355" @@ -55926,6 +55970,28 @@ "posix" ] }, + { + "args": [ + "test/core/nanopb/corpus_response/f107c60f00da44a2c412c5b89c733efe5f9be4aa" + ], + "ci_platforms": [ + "linux", + "mac", + "windows", + "posix" + ], + "cpu_cost": 0.1, + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "nanopb_fuzzer_response_test_one_entry", + "platforms": [ + "linux", + "mac", + "windows", + "posix" + ] + }, { "args": [ "test/core/nanopb/corpus_response/f58a9135d07ea9a5e3e710f6b3bf6d48d5942dfd" -- GitLab