From eda1e9bc39276cea62c72752ea01f90b584bb509 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 8 Dec 2015 10:37:56 -0800 Subject: Unknown frame test --- tools/run_tests/sources_and_headers.json | 15 +++++++++++++++ tools/run_tests/tests.json | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) (limited to 'tools') diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 3fbc70a2d1..ecb2f550bb 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14224,6 +14224,21 @@ "test/core/bad_client/tests/initial_settings_frame.c" ] }, + { + "deps": [ + "bad_client_test", + "gpr", + "gpr_test_util", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "language": "c", + "name": "unknown_frame_bad_client_test", + "src": [ + "test/core/bad_client/tests/unknown_frame.c" + ] + }, { "deps": [], "headers": [ diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index a1e06322ce..648822213a 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -15482,5 +15482,23 @@ "posix", "windows" ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "unknown_frame_bad_client_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] } ] -- cgit v1.2.3