From: Bob Weinand Date: Mon, 20 Jul 2015 22:06:10 +0000 (+0200) Subject: Exclude opcache from a few opcode related tests X-Git-Tag: php-7.0.0beta2~6^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8534daa31c59af3889cd1381209c8c697b2d8af;p=php Exclude opcache from a few opcode related tests --- diff --git a/sapi/phpdbg/tests/clean_001.phpt b/sapi/phpdbg/tests/clean_001.phpt index 00771c6860..0500850448 100644 --- a/sapi/phpdbg/tests/clean_001.phpt +++ b/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 diff --git a/sapi/phpdbg/tests/clear_001.phpt b/sapi/phpdbg/tests/clear_001.phpt index 7acd842ef2..96d73990eb 100644 --- a/sapi/phpdbg/tests/clear_001.phpt +++ b/sapi/phpdbg/tests/clear_001.phpt @@ -1,5 +1,7 @@ --TEST-- Test clearing breakpoints +--INI-- +opcache.enable_cli=0 --PHPDBG-- b 4 b foo diff --git a/sapi/phpdbg/tests/phpdbg_oplog_001.phpt b/sapi/phpdbg/tests/phpdbg_oplog_001.phpt index 4273865bd9..868493b4ba 100644 --- a/sapi/phpdbg/tests/phpdbg_oplog_001.phpt +++ b/sapi/phpdbg/tests/phpdbg_oplog_001.phpt @@ -1,5 +1,7 @@ --TEST-- Test phpdbg_*_oplog() functions +--INI-- +opcache.enable_cli=0 --PHPDBG-- r q diff --git a/sapi/phpdbg/tests/print_001.phpt b/sapi/phpdbg/tests/print_001.phpt index f6ade94dd7..375b13b3e3 100644 --- a/sapi/phpdbg/tests/print_001.phpt +++ b/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 diff --git a/sapi/phpdbg/tests/print_002.phpt b/sapi/phpdbg/tests/print_002.phpt index 1b6e96e426..40eca446a9 100644 --- a/sapi/phpdbg/tests/print_002.phpt +++ b/sapi/phpdbg/tests/print_002.phpt @@ -1,5 +1,7 @@ --TEST-- Relative print commands +--INI-- +opcache.enable_cli=0 --PHPDBG-- b foo r