mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Skip slow tidy test on asan
This commit is contained in:
commit
eed0fb925f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ tidy
|
|||
<?php
|
||||
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (getenv("SKIP_ASAN")) die("skip too big for asan");
|
||||
?>
|
||||
--INI--
|
||||
memory_limit="5G"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue