aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-07 10:09:44 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-07 10:09:44 -0800
commit535701c5bd8e36a2be5db16c42964515982e78b6 (patch)
tree6cf39aebb91d50504cc3db59ba218a30e0c2f6c9 /tools
parentb67ef24d776fcc2a0b75ca4c85f58be762d0c68d (diff)
Add bad hpack frame tests
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 df19892435..2325a6beb2 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -14190,6 +14190,21 @@
],
"headers": [],
"language": "c",
+ "name": "headers_bad_client_test",
+ "src": [
+ "test/core/bad_client/tests/headers.c"
+ ]
+ },
+ {
+ "deps": [
+ "bad_client_test",
+ "gpr",
+ "gpr_test_util",
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
+ ],
+ "headers": [],
+ "language": "c",
"name": "initial_settings_frame_bad_client_test",
"src": [
"test/core/bad_client/tests/initial_settings_frame.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 179b078263..13967f7f84 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -15439,6 +15439,24 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
+ "name": "headers_bad_client_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
"name": "initial_settings_frame_bad_client_test",
"platforms": [
"linux",