From 75bc3446f815b602ab6821c18fb0a1b05b61580f Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 1 Jul 2019 15:01:24 +0200 Subject: [PATCH] Add missing SKIPIFs All these tests are meant to run with OPcache available, and some will even fail inevitably without it, so we add OPcache as SKIPIF requirement. --- ext/opcache/tests/block_pass_001.phpt | 2 ++ ext/opcache/tests/block_removal_with_duplicate_successors.phpt | 2 ++ ext/opcache/tests/bool_cp_in_pass1.phpt | 2 ++ ext/opcache/tests/bug70423.phpt | 2 ++ ext/opcache/tests/bug72762.phpt | 2 ++ ext/opcache/tests/bug73654.phpt | 2 ++ ext/opcache/tests/bug73668.phpt | 2 ++ ext/opcache/tests/bug73746.phpt | 2 ++ ext/opcache/tests/bug73789.phpt | 2 ++ ext/opcache/tests/bug73847.phpt | 2 ++ ext/opcache/tests/bug74431.phpt | 2 ++ ext/opcache/tests/bug74442.phpt | 2 ++ ext/opcache/tests/bug74623.phpt | 2 ++ ext/opcache/tests/bug75255.phpt | 2 ++ ext/opcache/tests/bug75570.phpt | 2 ++ ext/opcache/tests/bug75608.phpt | 2 ++ ext/opcache/tests/bug75893.phpt | 2 ++ ext/opcache/tests/bug75938.phpt | 2 ++ ext/opcache/tests/bug75969.phpt | 2 ++ ext/opcache/tests/bug76074.phpt | 2 ++ ext/opcache/tests/bug76275.phpt | 2 ++ ext/opcache/tests/bug76281.phpt | 2 ++ ext/opcache/tests/bug76796.phpt | 2 ++ ext/opcache/tests/bug77058.phpt | 2 ++ ext/opcache/tests/bug77092.phpt | 2 ++ ext/opcache/tests/bug77215.phpt | 2 ++ ext/opcache/tests/bug77691.phpt | 2 ++ ext/opcache/tests/bug77743.phpt | 2 ++ ext/opcache/tests/bug78106.phpt | 2 ++ ext/opcache/tests/bug78185.phpt | 2 ++ ext/opcache/tests/invalid_array_key_type.phpt | 2 ++ ext/opcache/tests/jmpz_jmp_elim.phpt | 2 ++ ext/opcache/tests/method_call_on_literal.phpt | 2 ++ ext/opcache/tests/neg_range_inference.phpt | 2 ++ ext/opcache/tests/optimize_func_calls_001.phpt | 2 ++ ext/opcache/tests/send_unpack_empty_array.phpt | 2 ++ ext/opcache/tests/ssa_bug_001.phpt | 2 ++ ext/opcache/tests/ssa_bug_002.phpt | 2 ++ ext/opcache/tests/ssa_bug_003.phpt | 2 ++ ext/opcache/tests/ssa_bug_004.phpt | 2 ++ ext/opcache/tests/ssa_bug_005.phpt | 2 ++ ext/opcache/tests/ssa_bug_006.phpt | 2 ++ ext/opcache/tests/ssa_bug_007.phpt | 2 ++ ext/opcache/tests/ssa_bug_008.phpt | 2 ++ ext/opcache/tests/ssa_bug_009.phpt | 2 ++ ext/opcache/tests/ssa_bug_010.phpt | 2 ++ ext/opcache/tests/switch_with_coinciding_targets.phpt | 2 ++ ext/opcache/tests/verify_return_dfg.phpt | 2 ++ ext/opcache/tests/wrong_inlining_005.phpt | 2 ++ 49 files changed, 98 insertions(+) diff --git a/ext/opcache/tests/block_pass_001.phpt b/ext/opcache/tests/block_pass_001.phpt index 556e76f543b..c024b81ce80 100644 --- a/ext/opcache/tests/block_pass_001.phpt +++ b/ext/opcache/tests/block_pass_001.phpt @@ -1,5 +1,7 @@ --TEST-- Block pass: Bugs in BOOL/QM_ASSIGN elision +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE--