Skip to content

Commit 710dc03

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Mark curl tests using http2.golang.org as XFAIL
2 parents 0cd1741 + 5005445 commit 710dc03

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ext/curl/tests/bug76675.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #76675 (Segfault with H2 server push write/writeheader handlers)
33
--EXTENSIONS--
44
curl
5+
--XFAIL--
6+
http2.golang.org/serverpush is gone
57
--SKIPIF--
68
<?php
79
if (getenv("SKIP_ONLINE_TESTS")) {
@@ -11,6 +13,7 @@ $curl_version = curl_version();
1113
if ($curl_version['version_number'] < 0x073d00) {
1214
exit("skip: test may crash with curl < 7.61.0");
1315
}
16+
die("skip test is slow due to timeout, and XFAILs anyway");
1417
?>
1518
--FILE--
1619
<?php

ext/curl/tests/bug77535.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #77535 (Invalid callback, h2 server push)
33
--EXTENSIONS--
44
curl
5+
--XFAIL--
6+
http2.golang.org/serverpush is gone
57
--SKIPIF--
68
<?php
79
if (getenv("SKIP_ONLINE_TESTS")) {
@@ -11,6 +13,7 @@ $curl_version = curl_version();
1113
if ($curl_version['version_number'] < 0x073d00) {
1214
exit("skip: test may crash with curl < 7.61.0");
1315
}
16+
die("skip test is slow due to timeout, and XFAILs anyway");
1417
?>
1518
--FILE--
1619
<?php

0 commit comments

Comments
 (0)