From 9ed2f4898bc0d53c57b2ebd5871d68e74811a46d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 4 Nov 2020 11:11:14 +0100 Subject: [PATCH] Don't disable opcache for generic tests Even if the original issue only reproduces without opcache, we should still allow running them with and without opcache. --- Zend/tests/bug69871.phpt | 2 -- Zend/tests/bug70089.phpt | 2 -- Zend/tests/bug71067.phpt | 1 - Zend/tests/bug72594.phpt | 2 -- Zend/tests/bug76754.phpt | 3 --- Zend/tests/bug78379.phpt | 2 -- Zend/tests/return_types/029.phpt | 2 -- Zend/tests/return_types/bug70557.phpt | 2 -- Zend/tests/return_types/bug71092.phpt | 2 -- 9 files changed, 18 deletions(-) diff --git a/Zend/tests/bug69871.phpt b/Zend/tests/bug69871.phpt index 705d12e488..937cee796a 100644 --- a/Zend/tests/bug69871.phpt +++ b/Zend/tests/bug69871.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #69871 (Short-circuiting failure with smart_branch) ---INI-- -opcache.enable=0 --FILE--