[skip ci] Mark stack limit tests with high memory limit as slow

This commit is contained in:
Ilija Tovilo 2024-08-09 20:29:58 +02:00
parent 7801f40449
commit 5c739acb2a
No known key found for this signature in database
GPG Key ID: 5050C66BFCD1015A
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Stack limit 001 - Stack limit checks with max_allowed_stack_size detection
--SKIPIF--
<?php
if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is not available");
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
?>
--EXTENSIONS--
zend_test

View File

@ -3,6 +3,7 @@ Stack limit 006 - env size affects __libc_stack_end
--SKIPIF--
<?php
if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is not available");
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
?>
--EXTENSIONS--
zend_test

View File

@ -3,6 +3,7 @@ Stack limit 014 - Fuzzer
--SKIPIF--
<?php
if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is not available");
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
?>
--EXTENSIONS--
zend_test