mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-21 12:05:32 +00:00
test-js crashes with a segmentation fault when running on macOS on Arm. Increasing the margin in the test in did_reach_stack_space_limit() to 32 * KiB makes the tests pass. To simplify the code, this is applied independently of platform, and the previous test for use of an address sanitizer is removed.