RESOLVED FIXED 274883
Skip the stress/stack-overflow-in-scope-with-catch.js test on $memoryLimited devices.
https://bugs.webkit.org/show_bug.cgi?id=274883
Summary Skip the stress/stack-overflow-in-scope-with-catch.js test on $memoryLimited ...
Mark Lam
Reported 2024-05-29 21:21:44 PDT
$memoryLimited devices are capped by JSCTEST_memoryLimit to not use more that 600M of memory. Otherwise, the jsc shell will voluntarily crash to prevent the test harness from being jetsam. Meanwhile, stress/stack-overflow-in-scope-with-catch.js uses more than 600M of memory. Hence, the test will always crash on $memoryLimited devices. Just skip the test.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-29 21:22:06 PDT
Mark Lam
Comment 2 2024-05-29 21:26:36 PDT
EWS
Comment 3 2024-05-29 21:31:45 PDT
Committed 279494@main (ec404e3c636a): <https://commits.webkit.org/279494@main> Reviewed commits have been landed. Closing PR #29281 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.