summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-07-10 09:29:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-07-10 09:32:28 +0200
commitd59709d1ad15a854d87bda26064299db67623976 (patch)
treeb9791df573d65c5a1183fe451e99f767f7b84e28 /tests
parent9fa1d1330138ac424f990ff03e62721120aaaec3 (diff)
downloadphp-git-d59709d1ad15a854d87bda26064299db67623976.tar.gz
Mark test as XFAIL for Windows/JIT/Release builds
Diffstat (limited to 'tests')
-rw-r--r--tests/output/ob_011.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt
index cd48cc3880..f188071939 100644
--- a/tests/output/ob_011.phpt
+++ b/tests/output/ob_011.phpt
@@ -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)