diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-07 10:09:44 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-07 10:09:44 -0800 |
commit | 535701c5bd8e36a2be5db16c42964515982e78b6 (patch) | |
tree | 6cf39aebb91d50504cc3db59ba218a30e0c2f6c9 /tools | |
parent | b67ef24d776fcc2a0b75ca4c85f58be762d0c68d (diff) |
Add bad hpack frame tests
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 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", |