]> granicus.if.org Git - php/commitdiff
Skip new test case on Windows when JIT is enabled
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Jun 2020 15:12:34 +0000 (17:12 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Jun 2020 15:12:34 +0000 (17:12 +0200)
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=c5cf0af8a98cbc574fd315bf9d78033b896886f3>.

sapi/phpdbg/tests/bug73927.phpt

index 81a1d2fa47fe733876c2b69e8dd4065b94139c1e..f1890e48501ae11fb6a6365f66b13311727ece5a 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 Bug #73927 (phpdbg fails with windows error prompt at "watch array")
+--SKIPIF--
+<?php
+if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
+    die('xfail breakpoint/watchpoint issues with JIT on Windows');
+}
+?>
 --PHPDBG--
 b 19
 r