summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-06-24 10:33:22 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-24 10:34:16 +0200
commit26badd58b5fd8951548ef6cebc3a9c72546640a5 (patch)
tree5f0815b0e9ffbece190fe6c028de9d4577607b5f /sapi/phpdbg
parentc008fde96182ca029f99c11011bbce1cd7cd1752 (diff)
downloadphp-git-26badd58b5fd8951548ef6cebc3a9c72546640a5.tar.gz
Mark phpdbg test as XFAIL on Windows with JIT enabled
The test fails as of commit 8b12ea04ee405f746ca2394672f8372c57fd05b2.
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r--sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
index ab6236a7fc..21ac6a4919 100644
--- a/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
+++ b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
@@ -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