Bug 253893

Summary: Skip more tests with large WASM memories on memory-limited platforms
Product: WebKit Reporter: David Degazio <d_degazio>
Component: WebAssemblyAssignee: 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   

Description David Degazio 2023-03-14 11:06:54 PDT
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.
Comment 1 David Degazio 2023-03-14 11:21:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11503
Comment 2 EWS 2023-03-15 10:50:04 PDT
Committed 261698@main (33854d7c1777): <https://commits.webkit.org/261698@main>

Reviewed commits have been landed. Closing PR #11503 and removing active labels.