Bug 274883
| Summary: | Skip the stress/stack-overflow-in-scope-with-catch.js test on $memoryLimited devices. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
$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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128982893>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/29281
EWS
Committed 279494@main (ec404e3c636a): <https://commits.webkit.org/279494@main>
Reviewed commits have been landed. Closing PR #29281 and removing active labels.