aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-05-04 13:49:38 -0700
committerGravatar Yang Gao <yangg@google.com>2015-05-04 13:49:38 -0700
commit26839c7da95c095755e1f5bd05e0d97c94b3daa5 (patch)
treed43572741750f3b8ed68df47c7583a20f7710a9b /tools
parent181ad885085d6eed0d7f4d9efd38d439bc2d6576 (diff)
Add a c test for max message length
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index d157fce6db..4a9e2eb8fd 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -813,6 +813,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fake_security_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fake_security_no_op_test",
"platforms": [
"windows",
@@ -1029,6 +1038,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_no_op_test",
"platforms": [
"windows",
@@ -1245,6 +1263,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_uds_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_uds_no_op_test",
"platforms": [
"windows",
@@ -1461,6 +1488,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_simple_ssl_fullstack_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_simple_ssl_fullstack_no_op_test",
"platforms": [
"windows",
@@ -1677,6 +1713,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_test",
"platforms": [
"windows",
@@ -1893,6 +1938,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_no_op_test",
"platforms": [
"windows",
@@ -2109,6 +2163,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_max_message_length_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_no_op_test",
"platforms": [
"windows",
@@ -2325,6 +2388,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_max_message_length_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_no_op_unsecure_test",
"platforms": [
"windows",
@@ -2541,6 +2613,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_uds_max_message_length_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_uds_no_op_unsecure_test",
"platforms": [
"windows",
@@ -2757,6 +2838,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_max_message_length_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_no_op_unsecure_test",
"platforms": [
"windows",
@@ -2973,6 +3063,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_max_message_length_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_no_op_unsecure_test",
"platforms": [
"windows",