We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3cc17 commit 52c96f2Copy full SHA for 52c96f2
ext/tidy/tests/parsing_file_too_large.phpt
@@ -6,6 +6,7 @@ tidy
6
<?php
7
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
8
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
9
+if (getenv("SKIP_ASAN")) die("skip too big for asan");
10
?>
11
--INI--
12
memory_limit="5G"
0 commit comments