Bug 253893
| Summary: | Skip more tests with large WASM memories on memory-limited platforms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | WebAssembly | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Degazio
rdar://106216202
`wasm/stress/externref-result-tuple.js` and `wasm/stress/only-referenced.js` both reserve ~2.5GB WASM memories on startup. When we run them on memory limited platforms, this causes the tests to fail with an out-of-memory error. We should probably just skip these on memory-limited platforms since they require such high memory usage.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/11503
EWS
Committed 261698@main (33854d7c1777): <https://commits.webkit.org/261698@main>
Reviewed commits have been landed. Closing PR #11503 and removing active labels.