Skip to content

Commit

Permalink
Skip test on 32-bit system
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 19, 2021
1 parent 9cd4371 commit ee98161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/tests/jit/bug81225.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ opcache.jit_buffer_size=1M
opcache.jit=tracing
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
--FILE--
<?php

Expand Down

0 comments on commit ee98161

Please sign in to comment.