aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-08 10:37:56 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-08 10:37:56 -0800
commiteda1e9bc39276cea62c72752ea01f90b584bb509 (patch)
tree4c20febd49d481fa1c4fdec014ed73aa64f0f155 /tools
parent045c8483c2d78421d40bf88112e012e1624a0d93 (diff)
Unknown frame test
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 3fbc70a2d1..ecb2f550bb 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -14225,6 +14225,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 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"
+ ]
}
]