]> granicus.if.org Git - php/commitdiff
Mark test as XFAIL for Windows/JIT/Release builds
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 10 Jul 2020 07:29:41 +0000 (09:29 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 10 Jul 2020 07:32:28 +0000 (09:32 +0200)
tests/output/ob_011.phpt

index cd48cc38807c53c5e165b57e7b7b3867ad8d647e..f188071939c7459a99f12b45dd8f6c34a88d9729 100644 (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)