diff options
author | yang-g <yangg@google.com> | 2015-12-09 10:47:18 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-09 10:47:18 -0800 |
commit | fe9a975655735507b901787232a593122d01bce9 (patch) | |
tree | 6bb2aee699ee01b5c466068c9af35c826fac46de /tools | |
parent | 54834ba74be2eb58f12a5faac2d3c2c949ab4054 (diff) |
Add a test for failing to add a port
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 6538c50954..70817eefbb 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -913,6 +913,20 @@ "gpr", "gpr_test_util", "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", + "name": "server_chttp2_test", + "src": [ + "test/core/surface/server_chttp2_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", "grpc_test_util", "test_tcp_server" ], diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 30727f6239..fc68803859 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1041,6 +1041,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "server_chttp2_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "set_initial_connect_string_test", "platforms": [ "linux", |