File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
Bug #76675 (Segfault with H2 server push write/writeheader handlers)
3
3
--EXTENSIONS--
4
4
curl
5
+ --XFAIL--
6
+ http2.golang.org/serverpush is gone
5
7
--SKIPIF--
6
8
<?php
7
9
if (getenv ("SKIP_ONLINE_TESTS " )) {
@@ -11,6 +13,7 @@ $curl_version = curl_version();
11
13
if ($ curl_version ['version_number ' ] < 0x073d00 ) {
12
14
exit ("skip: test may crash with curl < 7.61.0 " );
13
15
}
16
+ die ("skip test is slow due to timeout, and XFAILs anyway " );
14
17
?>
15
18
--FILE--
16
19
<?php
Original file line number Diff line number Diff line change 2
2
Bug #77535 (Invalid callback, h2 server push)
3
3
--EXTENSIONS--
4
4
curl
5
+ --XFAIL--
6
+ http2.golang.org/serverpush is gone
5
7
--SKIPIF--
6
8
<?php
7
9
if (getenv ("SKIP_ONLINE_TESTS " )) {
@@ -11,6 +13,7 @@ $curl_version = curl_version();
11
13
if ($ curl_version ['version_number ' ] < 0x073d00 ) {
12
14
exit ("skip: test may crash with curl < 7.61.0 " );
13
15
}
16
+ die ("skip test is slow due to timeout, and XFAILs anyway " );
14
17
?>
15
18
--FILE--
16
19
<?php
You can’t perform that action at this time.
0 commit comments