Skip to content

Commit 6800f0a

Browse files
dstogovcmb69
authored andcommitted
XFAIL on WIN64 because of problem in libffi
(cherry picked from commit 6689bed)
1 parent 5832be7 commit 6800f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ffi/tests/bug80847.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #80847 (Nested structs)
44
<?php
55
if (!extension_loaded('ffi')) die('skip ffi extension not available');
66
if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
7+
if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big strctures by value on Windows/64');
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)