aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-05-04 12:48:48 -0700
committerGravatar Yang Gao <yangg@google.com>2015-05-04 12:48:48 -0700
commit7164eea295d5620f61f013f8a32160dbb9eb0b74 (patch)
tree005abf39dc9635eb5e668c2a2568785cb2680cfb /tools
parentc112d146a2dcc5e90d5f5cca10f55f212f9492c6 (diff)
parent434a36bf4ad4ce5a46bf2c59389b437126faa358 (diff)
Merge pull request #1463 from ctiller/seqno
Fix a typo that resulted in truncating incoming sequence numbers to 24 bits
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..f88f7ba732 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -903,6 +903,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fake_security_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_bad_hostname_test",
"platforms": [
"windows",
@@ -1119,6 +1128,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_uds_bad_hostname_test",
"platforms": [
"windows",
@@ -1335,6 +1353,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_uds_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_simple_ssl_fullstack_bad_hostname_test",
"platforms": [
"windows",
@@ -1551,6 +1578,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_simple_ssl_fullstack_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_bad_hostname_test",
"platforms": [
"windows",
@@ -1767,6 +1803,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_bad_hostname_test",
"platforms": [
"windows",
@@ -1983,6 +2028,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_test",
"platforms": [
"windows",
@@ -2199,6 +2253,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_with_high_initial_sequence_number_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_bad_hostname_unsecure_test",
"platforms": [
"windows",
@@ -2415,6 +2478,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_simple_request_with_high_initial_sequence_number_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_fullstack_uds_bad_hostname_unsecure_test",
"platforms": [
"windows",
@@ -2631,6 +2703,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_fullstack_uds_simple_request_with_high_initial_sequence_number_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_bad_hostname_unsecure_test",
"platforms": [
"windows",
@@ -2847,6 +2928,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_simple_request_with_high_initial_sequence_number_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_unsecure_test",
"platforms": [
"windows",
@@ -3059,6 +3149,15 @@
"windows",
"posix"
]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_with_high_initial_sequence_number_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
}
]