Skip to content

Commit d59709d

Browse files
committed
Mark test as XFAIL for Windows/JIT/Release builds
1 parent 9fa1d13 commit d59709d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/output/ob_011.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
output buffering - fatalism
3+
--SKIPIF--
4+
<?php
5+
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
6+
die('xfail crashes on Windows with JITted release builds');
7+
}
8+
?>
39
--FILE--
410
<?php
511
function obh($s)

0 commit comments

Comments
 (0)