diff options
author | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2015-12-07 14:12:46 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2015-12-07 14:12:46 -0800 |
commit | d9330176b19c123cc59e6cea64cd287c8665cc7d (patch) | |
tree | 4ee3c989f42bb60c7cd84d920afd16238b9a5e7d /tools | |
parent | 6cb84e8baa2643b172abf7107147216afa03fbe8 (diff) | |
parent | 535701c5bd8e36a2be5db16c42964515982e78b6 (diff) |
Merge pull request #4297 from ctiller/hpack-tests
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", |