Skip to content

Commit d9f17f6

Browse files
Revert "Skip JIT runtime test when JIT is unavailable"
This reverts commit c477778.
1 parent 2da4703 commit d9f17f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ext/opcache/tests/jit/gh14267_001.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ opcache.jit=off
77
opcache.jit_buffer_size=32M
88
--EXTENSIONS--
99
opcache
10-
--SKIPIF--
11-
<?php
12-
if (!(opcache_get_status()['jit']['enabled'] ?? false)) die('skip JIT is not available');
13-
?>
1410
--FILE--
1511
<?php
1612
ini_set('opcache.jit', 'tracing');

0 commit comments

Comments
 (0)