Browse Source

Exclude opcache from a few opcode related tests

pull/1428/head
Bob Weinand 11 years ago
parent
commit
b8534daa31
  1. 2
      sapi/phpdbg/tests/clean_001.phpt
  2. 2
      sapi/phpdbg/tests/clear_001.phpt
  3. 2
      sapi/phpdbg/tests/phpdbg_oplog_001.phpt
  4. 2
      sapi/phpdbg/tests/print_001.phpt
  5. 2
      sapi/phpdbg/tests/print_002.phpt

2
sapi/phpdbg/tests/clean_001.phpt

@ -1,5 +1,7 @@
--TEST--
Cleaning must preserve breakpoints
--INI--
opcache.enable_cli=0
--PHPDBG--
b 4
b foo

2
sapi/phpdbg/tests/clear_001.phpt

@ -1,5 +1,7 @@
--TEST--
Test clearing breakpoints
--INI--
opcache.enable_cli=0
--PHPDBG--
b 4
b foo

2
sapi/phpdbg/tests/phpdbg_oplog_001.phpt

@ -1,5 +1,7 @@
--TEST--
Test phpdbg_*_oplog() functions
--INI--
opcache.enable_cli=0
--PHPDBG--
r
q

2
sapi/phpdbg/tests/print_001.phpt

@ -1,5 +1,7 @@
--TEST--
Basic print functionality
--INI--
opcache.enable_cli=0
--PHPDBG--
p foo
p class \Foo\bar

2
sapi/phpdbg/tests/print_002.phpt

@ -1,5 +1,7 @@
--TEST--
Relative print commands
--INI--
opcache.enable_cli=0
--PHPDBG--
b foo
r

Loading…
Cancel
Save