]> granicus.if.org Git - php/commitdiff
Mark phpdbg test as XFAIL on Windows with JIT enabled
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 24 Jun 2020 08:33:22 +0000 (10:33 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 24 Jun 2020 08:34:16 +0000 (10:34 +0200)
The test fails as of commit 8b12ea04ee405f746ca2394672f8372c57fd05b2.

sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt

index ab6236a7fce0f87ee41b685e6ff949de1e9b00eb..21ac6a4919600625d53e8f652a687135518e27d2 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 Getting executable lines from custom wrappers
+--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--
 r
 q