diff options
Diffstat (limited to 'sapi/phpdbg/tests/breakpoints_004.phpt')
-rw-r--r-- | sapi/phpdbg/tests/breakpoints_004.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/breakpoints_004.phpt b/sapi/phpdbg/tests/breakpoints_004.phpt index 917e908efb..8141bf2252 100644 --- a/sapi/phpdbg/tests/breakpoints_004.phpt +++ b/sapi/phpdbg/tests/breakpoints_004.phpt @@ -1,5 +1,11 @@ --TEST-- Test opcode breakpoints +--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 ZEND_ECHO r |