mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Mark test as XFAIL for Windows/JIT/Release builds
This commit is contained in:
parent
9fa1d13301
commit
d59709d1ad
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue