summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-11-30 15:19:28 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-30 15:24:15 +0100
commit57463cf78b0fac09c50fabe66143e6e41c6c46be (patch)
tree98ea026e8febdf2b099c17690b9375cdbbb7a9e3 /sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
parent32cd5a1bc8616435e50445ec43e157ca4bb10e4c (diff)
downloadphp-git-57463cf78b0fac09c50fabe66143e6e41c6c46be.tar.gz
Drop all JIT related XFAILS from phpdbg test suite
phpdbg now disables JIT, so these cause XFAIL warnings.
Diffstat (limited to 'sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt')
-rw-r--r--sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
index 21ac6a4919..ab6236a7fc 100644
--- a/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
+++ b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt
@@ -1,11 +1,5 @@
--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