diff options
author | yang-g <yangg@google.com> | 2015-12-08 14:38:52 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-08 14:38:52 -0800 |
commit | bd000af27896441b34b3d1983db5ea1ec645cc43 (patch) | |
tree | df9e852991348d49497be5e5a9e2b0786861da86 /tools | |
parent | 0edc362f91dea54f0b094daddc589b25b94f31bb (diff) | |
parent | 5ecd75fdf6f047f251bea8b61219687b72102a4d (diff) |
merge with head
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 b703216496..a6053ed726 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14239,6 +14239,21 @@ ] }, { + "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": [ "include/grpc/support/alloc.h", diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index c39bdaeff9..228617eb34 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -15500,5 +15500,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" + ] } ] |