Mark test as XFAIL for Windows/JIT/Release builds

This commit is contained in:
Christoph M. Becker 2020-07-10 09:29:41 +02:00
parent 9fa1d13301
commit d59709d1ad

View file

@ -1,5 +1,11 @@
--TEST--
output buffering - fatalism
--SKIPIF--
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
die('xfail crashes on Windows with JITted release builds');
}
?>
--FILE--
<?php
function obh($s)