summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2021-03-19 12:19:24 +0300
committerDmitry Stogov <dmitry@zend.com>2021-03-19 12:19:24 +0300
commit6689bedd1796380f882fdecc6dcf8da1ff885c2b (patch)
tree4431b0a9121c230eb6a3612cbffe624536145431 /ext
parente67156e967950b4ed7bbb7993ccff574d430b28d (diff)
downloadphp-git-6689bedd1796380f882fdecc6dcf8da1ff885c2b.tar.gz
XFAIL on WIN64 because of problem in libffi
Diffstat (limited to 'ext')
-rw-r--r--ext/ffi/tests/bug80847.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi/tests/bug80847.phpt b/ext/ffi/tests/bug80847.phpt
index f81ca3e994..24ded10833 100644
--- a/ext/ffi/tests/bug80847.phpt
+++ b/ext/ffi/tests/bug80847.phpt
@@ -4,6 +4,7 @@ Bug #80847 (Nested structs)
<?php
if (!extension_loaded('ffi')) die('skip ffi extension not available');
if (!extension_loaded('zend_test')) die('skip zend_test extension not available');
+if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big strctures by value on Windows/64');
?>
--FILE--
<?php