diff options
author | Noah Eisen <ncteisen@gmail.com> | 2017-04-26 14:12:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 14:12:02 -0700 |
commit | 436a3942963117a4751428afeb6f9952a720ce1a (patch) | |
tree | 33d8748210306de9bda2953853b88466f5387288 /tools | |
parent | ec6f434610a5aef301d2747bbcd986af13c67267 (diff) | |
parent | f725d7e6b6ac57641e67f363f3e3b585d074f0e2 (diff) |
Merge pull request #10823 from ncteisen/client-auth-filter-fuzz
Don't Abort on Input
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/tests.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 058127862e..2928b870c9 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -85304,6 +85304,29 @@ }, { "args": [ + "test/core/end2end/fuzzers/api_fuzzer_corpus/clusterfuzz-testcase-minimized-5175380371570688" + ], + "ci_platforms": [ + "linux" + ], + "cpu_cost": 0.1, + "exclude_configs": [ + "tsan" + ], + "exclude_iomgrs": [ + "uv" + ], + "flaky": false, + "language": "c", + "name": "api_fuzzer_one_entry", + "platforms": [ + "mac", + "linux" + ], + "uses_polling": false + }, + { + "args": [ "test/core/end2end/fuzzers/api_fuzzer_corpus/crash-0597bbdd657fa4ed14443994c9147a1a7bbc205f" ], "ci_platforms": [ |