Skip to content

Commit

Permalink
Don't disable opcache for generic tests
Browse files Browse the repository at this point in the history
Even if the original issue only reproduces without opcache, we
should still allow running them with and without opcache.
  • Loading branch information
nikic committed Nov 4, 2020
1 parent c6563dd commit 9ed2f48
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions Zend/tests/bug69871.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #69871 (Short-circuiting failure with smart_branch)
--INI--
opcache.enable=0
--FILE--
<?php

Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/bug70089.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #70089 (segfault in PHP 7 at ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER ())
--INI--
opcache.enable=0
--FILE--
<?php
function dummy($a) {
Expand Down
1 change: 0 additions & 1 deletion Zend/tests/bug71067.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--TEST--
Bug #71067 (Local object in class method stays in memory for each call)
--INI--
opcache.enable=0
error_reporting=0
--FILE--
<?php
Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/bug72594.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #72594 (Calling an earlier instance of an included anonymous class fatals)
--INI--
opcache.enable=0
--FILE--
<?php
if (isset($runtime)) {
Expand Down
3 changes: 0 additions & 3 deletions Zend/tests/bug76754.phpt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
--TEST--
Bug #76754 (parent private constant in extends class memory leak)
--INI--
opcache.enable=0
opcache.enable_cli=0
--FILE--
<?php

Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/bug78379.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #78379 (Cast to object confuses GC, causes crash)
--INI--
opcache.enable=0
--FILE--
<?php
class C {
Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/return_types/029.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
return type with finally
--INI--
opcache.enable=0
--FILE--
<?php

Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/return_types/bug70557.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #70557 (Memleak on return type verifying failed).
--INI--
opcache.enable=0
--FILE--
<?php

Expand Down
2 changes: 0 additions & 2 deletions Zend/tests/return_types/bug71092.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Bug #71092 (Segmentation fault with return type hinting)
--INI--
opcache.enable=0
--FILE--
<?php

Expand Down

0 comments on commit 9ed2f48

Please sign in to comment.