[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] [php-src] PHP-8.2: xfail socket zerocopy test on Cirrus + arm
From:       Ilija Tovilo <noreply () php ! net>
Date:       2023-06-29 6:48:49
Message-ID: MlurDr6S97gf77sWlkEOEyRCrkaHNpfZjWShNaZMU () main ! php ! net
[Download RAW message or body]

Author: Ilija Tovilo (iluuu1994)
Date: 2023-06-29T08:48:48+02:00

Commit: https://github.com/php/php-src/commit/838f6bffff6363a204a2597cbfbaad1d7ee3f2b6
 Raw diff: https://github.com/php/php-src/commit/838f6bffff6363a204a2597cbfbaad1d7ee3f2b6.diff


xfail socket zerocopy test on Cirrus + arm

Closes GH-11553

Changed paths:
  M  ext/sockets/tests/socket_sendto_zerocopy.phpt


Diff:

diff --git a/ext/sockets/tests/socket_sendto_zerocopy.phpt \
b/ext/sockets/tests/socket_sendto_zerocopy.phpt index 107444b6313a..8542038da998 \
                100644
--- a/ext/sockets/tests/socket_sendto_zerocopy.phpt
+++ b/ext/sockets/tests/socket_sendto_zerocopy.phpt
@@ -11,6 +11,10 @@ if (!defined("SO_ZEROCOPY")) {
 if (strpos($arch, 'ppc') !== false || strpos($arch, 'powerpc') !== false) {
     die('skip not for powerpc arch');
 }
+if (getenv('CIRRUS_CI') && strpos($arch, 'aarch64') !== false) {
+    die('xfail Broken on Cirrus + arm');
+}
+?>
 --FILE--
 <?php
 $socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic