[webkit-changes] [WebKit/WebKit] ec404e: Skip the stress/stack-overflow-in-scope-with-catch...
Commit Queue
noreply at github.com
Wed May 29 21:32:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec404e3c636a3a3388856a8d6f387433e85a1d1f
https://github.com/WebKit/WebKit/commit/ec404e3c636a3a3388856a8d6f387433e85a1d1f
Author: Mark Lam <mark.lam at apple.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M JSTests/stress/stack-overflow-in-scope-with-catch.js
Log Message:
-----------
Skip the stress/stack-overflow-in-scope-with-catch.js test on $memoryLimited devices.
https://bugs.webkit.org/show_bug.cgi?id=274883
rdar://128982893
Reviewed by Yusuke Suzuki.
$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.
* JSTests/stress/stack-overflow-in-scope-with-catch.js:
Canonical link: https://commits.webkit.org/279494@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list