History log of /php-src/Zend/tests/stack_limit/stack_limit_014.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 6d596207 02-Sep-2024 Christoph M. Becker

Dynamically xfail test cases which fail on CI (GH-15710)

This is a stop-gap measure for GH-15709 to keep CI green.


# 5c739acb 09-Aug-2024 Ilija Tovilo

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


# 0bd26021 03-Jul-2024 Arnaud Le Blanc

Fix stack limit on ASAN/MSAN (#14771)

Increase the reserved stack size in ASAN builds, as instrumentation use more stack.
Increase the max allowed stack size in some tests, and enable th

Fix stack limit on ASAN/MSAN (#14771)

Increase the reserved stack size in ASAN builds, as instrumentation use more stack.
Increase the max allowed stack size in some tests, and enable these tests under ASAN.
Use __builtin_frame_address(0), instead of some stack variable, when we need a stack address, as ASAN may store local variables outside of the real stack.

show more ...