diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-12-09 19:42:22 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-12-09 19:42:22 -0800 |
commit | 3b66ab9f9e16dae7d006e3abac947e11a45d9002 (patch) | |
tree | 0bfa9fbca1dd028897ddf3b0ee7eca0390168b16 /tools | |
parent | f9263bcfcd21efce71e90a81be96e58dd03686fc (diff) |
Window overflow test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 15 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 33 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 35466f88ac..2928b3c67b 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14309,6 +14309,21 @@ ] }, { + "deps": [ + "bad_client_test", + "gpr", + "gpr_test_util", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "language": "c", + "name": "window_overflow_bad_client_test", + "src": [ + "test/core/bad_client/tests/window_overflow.c" + ] + }, + { "deps": [], "headers": [ "include/grpc/support/alloc.h", diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index f579a2d518..ad5ee86389 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -15590,5 +15590,23 @@ "posix", "windows" ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "window_overflow_bad_client_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] } ] |