Skip to content

Commit

Permalink
Mark test as XFAIL for Windows/JIT/Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 10, 2020
1 parent 9fa1d13 commit d59709d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/output/ob_011.phpt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d59709d

Please sign in to comment.