diff options
author | yang-g <yangg@google.com> | 2017-03-28 09:49:54 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-03-28 11:45:17 -0700 |
commit | fdd908b01a35346cf252c43a1281a42b8d7c241c (patch) | |
tree | 2a3db21254578a55b52687fd41929ee70b10669a /tools | |
parent | 739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff) |
Clamp memory usage estimate
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 6202346fc2..9400dbcc39 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -94211,6 +94211,29 @@ }, { "args": [ + "test/core/end2end/fuzzers/api_fuzzer_corpus/poc-c726ee220e980ed6ad17809fd9efe2844ee61555ac08e4f88afd8901cc2dd53a" + ], + "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/timeout-0fa0559576ad2a45b06d0bfb84115963d7d48206" ], "ci_platforms": [ |