We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85275ea commit d2f6d82Copy full SHA for d2f6d82
1 file changed
ext/bz2/tests/gh20807.phpt
@@ -8,6 +8,8 @@ memory_limit=-1
8
<?php
9
if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
10
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
11
+if (PHP_OS === 'FreeBSD') die('skip Worker does not handle OOM gracefully');
12
+if (PHP_INT_SIZE !== 8) die('skip Only for 64-bit systems');
13
?>
14
--FILE--
15
0 commit comments