diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-05-26 06:28:10 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-26 06:28:10 -0700 |
commit | ba3c3cd36c06c88b5663d61f44accb9b5d88d77c (patch) | |
tree | a3d97ea5e60586d207ea1cd1277dcaec03bf4b96 /tools/run_tests | |
parent | 18c26922d10e00b69317793dc3b72b48d0b202d9 (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.json | 9 |
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" + ] } ] |