aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-26 06:28:10 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-26 06:28:10 -0700
commitba3c3cd36c06c88b5663d61f44accb9b5d88d77c (patch)
treea3d97ea5e60586d207ea1cd1277dcaec03bf4b96 /tools/run_tests
parent18c26922d10e00b69317793dc3b72b48d0b202d9 (diff)
Add testing of bad client behavior
This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/tests.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 5dae3e8eb5..cd94454d42 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -4039,6 +4039,15 @@
"windows",
"posix"
]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "connection_prefix_bad_client_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
}
]