Skip to content

Commit 54b5d61

Browse files
committed
Test for 64bits only
1 parent ccc21ec commit 54b5d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/tidy/tests/parsing_file_too_large.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Trying to parse a file that is too large (over 4GB)
44
tidy
55
--SKIPIF--
66
<?php
7+
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
78
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
89
?>
910
--INI--

0 commit comments

Comments
 (0)