Skip to content

Commit 838f6bf

Browse files
committed
xfail socket zerocopy test on Cirrus + arm
Closes GH-11553
1 parent 6b9d295 commit 838f6bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/sockets/tests/socket_sendto_zerocopy.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if (!defined("SO_ZEROCOPY")) {
1111
if (strpos($arch, 'ppc') !== false || strpos($arch, 'powerpc') !== false) {
1212
die('skip not for powerpc arch');
1313
}
14+
if (getenv('CIRRUS_CI') && strpos($arch, 'aarch64') !== false) {
15+
die('xfail Broken on Cirrus + arm');
16+
}
17+
?>
1418
--FILE--
1519
<?php
1620
$socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);

0 commit comments

Comments
 (0)