diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 20:02:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 22:18:49 +0100 |
commit | 4e48d56c083d2f763a5978e1dbf515b12dc12f96 (patch) | |
tree | d495fcb83d04fd8d278b974bf5794bc1df76fd57 /test | |
parent | fd6e2d18420f43b0c956d943024cb462e1af6aa6 (diff) |
PIPE_CONNECT: promote from experimental
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 6 | ||||
-rw-r--r-- | test/scripts/4050-pipe-conn/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4056-pipe-conn-auth/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4058-pipe-conn-tfo/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4060-pipe-conn-gnutls/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4062-pipe-conn-openssl/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4064-pipe-conn-gnutls-auth/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4066-pipe-conn-openssl-auth/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES | 2 | ||||
-rw-r--r-- | test/scripts/4069-pipe-conn-openssl-tfo/REQUIRES | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/test/runtest b/test/runtest index bd0b9859b..33caf204e 100755 --- a/test/runtest +++ b/test/runtest @@ -1164,6 +1164,9 @@ RESET_AFTER_EXTRA_LINE_READ: # SUPPORT_PROXY next if /host in hosts_proxy\?/; + # PIPE_CONNECT + next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; + # Experimental_International next if / in smtputf8_advertise_hosts\? no \(option unset\)/; @@ -1173,9 +1176,6 @@ RESET_AFTER_EXTRA_LINE_READ: # TCP Fast Open next if /^(ppppp )?setsockopt FASTOPEN: Network Error/; - # Experimental_PIPE_CONNECT - next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; - # Environment cleaning next if /\w+ in keep_environment\? (yes|no)/; diff --git a/test/scripts/4050-pipe-conn/REQUIRES b/test/scripts/4050-pipe-conn/REQUIRES index fd2535fa5..1b9b3f83c 100644 --- a/test/scripts/4050-pipe-conn/REQUIRES +++ b/test/scripts/4050-pipe-conn/REQUIRES @@ -1 +1 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT diff --git a/test/scripts/4056-pipe-conn-auth/REQUIRES b/test/scripts/4056-pipe-conn-auth/REQUIRES index 9ae94aaaf..5d02ef731 100644 --- a/test/scripts/4056-pipe-conn-auth/REQUIRES +++ b/test/scripts/4056-pipe-conn-auth/REQUIRES @@ -1,2 +1,2 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT authenticator plaintext diff --git a/test/scripts/4058-pipe-conn-tfo/REQUIRES b/test/scripts/4058-pipe-conn-tfo/REQUIRES index c18c49b2e..5136f5257 100644 --- a/test/scripts/4058-pipe-conn-tfo/REQUIRES +++ b/test/scripts/4058-pipe-conn-tfo/REQUIRES @@ -1,2 +1,2 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support TCP_Fast_Open diff --git a/test/scripts/4060-pipe-conn-gnutls/REQUIRES b/test/scripts/4060-pipe-conn-gnutls/REQUIRES index 36c96e737..9c2dba1fb 100644 --- a/test/scripts/4060-pipe-conn-gnutls/REQUIRES +++ b/test/scripts/4060-pipe-conn-gnutls/REQUIRES @@ -1,2 +1,2 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support GnuTLS diff --git a/test/scripts/4062-pipe-conn-openssl/REQUIRES b/test/scripts/4062-pipe-conn-openssl/REQUIRES index 3863ae742..14cbb1305 100644 --- a/test/scripts/4062-pipe-conn-openssl/REQUIRES +++ b/test/scripts/4062-pipe-conn-openssl/REQUIRES @@ -1,2 +1,2 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support OpenSSL diff --git a/test/scripts/4064-pipe-conn-gnutls-auth/REQUIRES b/test/scripts/4064-pipe-conn-gnutls-auth/REQUIRES index fafecf0fe..a7b932236 100644 --- a/test/scripts/4064-pipe-conn-gnutls-auth/REQUIRES +++ b/test/scripts/4064-pipe-conn-gnutls-auth/REQUIRES @@ -1,3 +1,3 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support GnuTLS authenticator plaintext diff --git a/test/scripts/4066-pipe-conn-openssl-auth/REQUIRES b/test/scripts/4066-pipe-conn-openssl-auth/REQUIRES index e58e0f91a..502171d90 100644 --- a/test/scripts/4066-pipe-conn-openssl-auth/REQUIRES +++ b/test/scripts/4066-pipe-conn-openssl-auth/REQUIRES @@ -1,3 +1,3 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support OpenSSL authenticator plaintext diff --git a/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES b/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES index 0cfd46cac..7531f8c26 100644 --- a/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES +++ b/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES @@ -1,3 +1,3 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support GnuTLS support TCP_Fast_Open diff --git a/test/scripts/4069-pipe-conn-openssl-tfo/REQUIRES b/test/scripts/4069-pipe-conn-openssl-tfo/REQUIRES index be856b0d6..b8d0734b3 100644 --- a/test/scripts/4069-pipe-conn-openssl-tfo/REQUIRES +++ b/test/scripts/4069-pipe-conn-openssl-tfo/REQUIRES @@ -1,3 +1,3 @@ -support Experimental_PIPE_CONNECT +support PIPE_CONNECT support OpenSSL support TCP_Fast_Open |