]> granicus.if.org Git - php/commitdiff
Don't disable opcache for generic tests
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 4 Nov 2020 10:11:14 +0000 (11:11 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 4 Nov 2020 10:12:12 +0000 (11:12 +0100)
Even if the original issue only reproduces without opcache, we
should still allow running them with and without opcache.

Zend/tests/bug69871.phpt
Zend/tests/bug70089.phpt
Zend/tests/bug71067.phpt
Zend/tests/bug72594.phpt
Zend/tests/bug76754.phpt
Zend/tests/bug78379.phpt
Zend/tests/return_types/029.phpt
Zend/tests/return_types/bug70557.phpt
Zend/tests/return_types/bug71092.phpt

index 705d12e4887c908120191f8c72675e484c995ae6..937cee796aca2731c377dba4d8e36b487205d3ee 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #69871 (Short-circuiting failure with smart_branch)
---INI--
-opcache.enable=0
 --FILE--
 <?php
 
index 657c53262254e962c6474e846f4b918aadda1b3f..d2bf14fb7eca9f7b7dece41378c1950d6c7cb55f 100644 (file)
@@ -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) {
index efad6e4c1164195029cbc7ded0c1f95f3732db89..9528f1fec91d77f9c2bb23916a9608c5d57f9c6c 100644 (file)
@@ -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
index 5ffbe1ef344d29499d586fcf1bc7de7b88ba9020..42ac1f38a13ae3eab89fadec551f0e59da5a7b92 100644 (file)
@@ -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)) {
index 5cdac04fcf241e026eaeccc1b2fe6bb5e0c796b8..d36d98b3692d6de27a6ccaa1ba332b5a997661d3 100644 (file)
@@ -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
 
index ebe0d1e329cfe0dc8b7bfe075afd44156b6b5146..0f8d216bd31eabc6e78aac7848ca7480eab6325e 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #78379 (Cast to object confuses GC, causes crash)
---INI--
-opcache.enable=0
 --FILE--
 <?php
 class C {
index 1d17b5d770ec40f14f374a501aeee73b6ce28b86..c6fb4432158c4897c4493b2795242a3f12d458ca 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 return type with finally
---INI--
-opcache.enable=0
 --FILE--
 <?php
 
index 60da2d52636690dbb50861413d386520dd09fa9c..1795a2a26a7963411147cda17ada8e68403a675e 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #70557 (Memleak on return type verifying failed).
---INI--
-opcache.enable=0
 --FILE--
 <?php
 
index e7ca36f475fd9a229135c9fd6adc02c4f193ce8f..f8f622e0c4f527f12a302220b2837f8f9b1c27fb 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #71092 (Segmentation fault with return type hinting)
---INI--
-opcache.enable=0
 --FILE--
 <?php