aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 08:56:09 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 08:56:09 -0800
commit795764bf3afcc482917b250193166667e26185c0 (patch)
treee94c9fba7e736d582834b05c5332c5321e67de2f /tools
parent2665f4f8b5815b2499a8635be6ebff08aabfe2db (diff)
Hit a few more paths in http_server_filter.c, sockaddr_resolver.c
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/sources_and_headers.json15
-rw-r--r--tools/run_tests/tests.json18
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 7d10240818..ae554593cc 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -14833,6 +14833,21 @@
],
"headers": [],
"language": "c",
+ "name": "badreq_bad_client_test",
+ "src": [
+ "test/core/bad_client/tests/badreq.c"
+ ]
+ },
+ {
+ "deps": [
+ "bad_client_test",
+ "gpr",
+ "gpr_test_util",
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
+ ],
+ "headers": [],
+ "language": "c",
"name": "connection_prefix_bad_client_test",
"src": [
"test/core/bad_client/tests/connection_prefix.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 4ab124f5f0..49d14cfb0f 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -16286,6 +16286,24 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
+ "name": "badreq_bad_client_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
"name": "connection_prefix_bad_client_test",
"platforms": [
"linux",