Skip to content

Commit f4cee0c

Browse files
committed
Replace --SKIPIF-- by --EXTENSIONS--
1 parent 7b26ba2 commit f4cee0c

19 files changed

+36
-39
lines changed

ext/opcache/tests/jit/arm64/add_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/add_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/add_003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/add_004.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/add_005.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/hot_func_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
opcache.jit=tracing
99
;opcache.jit_debug=257
10-
--SKIPIF--
11-
<?php require_once('skipif.inc'); ?>
10+
--EXTENSIONS--
11+
opcache
1212
--FILE--
1313
<?php
1414
function foo() {

ext/opcache/tests/jit/arm64/hot_func_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ opcache.jit_buffer_size=32M
88
opcache.jit=tracing
99
opcache.jit_hot_func=2
1010
;opcache.jit_debug=257
11-
--SKIPIF--
12-
<?php require_once('skipif.inc'); ?>
11+
--EXTENSIONS--
12+
opcache
1313
--FILE--
1414
<?php
1515
function foo() {

ext/opcache/tests/jit/arm64/icall_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=1M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
var_dump(true, 0, 42, -42, 0.0, 2.0,"hello", array());

ext/opcache/tests/jit/arm64/loop_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($n) {

ext/opcache/tests/jit/arm64/loop_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ opcache.jit_hot_func=2
1010
opcache.jit_hot_loop=2
1111
opcache.jit_hot_side_exit=0
1212
;opcache.jit_debug=257
13-
--SKIPIF--
14-
<?php require_once('skipif.inc'); ?>
13+
--EXTENSIONS--
14+
opcache
1515
--FILE--
1616
<?php
1717
function foo($n) {

ext/opcache/tests/jit/arm64/recv_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo($var) {

ext/opcache/tests/jit/arm64/ret_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/ret_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/ret_003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/skipif.inc

Lines changed: 0 additions & 3 deletions
This file was deleted.

ext/opcache/tests/jit/arm64/ucall_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/ucall_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/ucall_003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

ext/opcache/tests/jit/arm64/ucall_004.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ opcache.enable_cli=1
66
opcache.file_update_protection=0
77
opcache.jit_buffer_size=32M
88
;opcache.jit_debug=257
9-
--SKIPIF--
10-
<?php require_once('skipif.inc'); ?>
9+
--EXTENSIONS--
10+
opcache
1111
--FILE--
1212
<?php
1313
function foo() {

0 commit comments

Comments
 (0)