Skip to content

Commit 26badd5

Browse files
committed
Mark phpdbg test as XFAIL on Windows with JIT enabled
The test fails as of commit 8b12ea0.
1 parent c008fde commit 26badd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Getting executable lines from custom wrappers
3+
--SKIPIF--
4+
<?php
5+
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
6+
die('xfail breakpoint/watchpoint issues with JIT on Windows');
7+
}
8+
?>
39
--PHPDBG--
410
r
511
q

0 commit comments

Comments
 (0)