Bug 253893 - Skip more tests with large WASM memories on memory-limited platforms
Summary: Skip more tests with large WASM memories on memory-limited platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Degazio
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-14 11:06 PDT by David Degazio
Modified: 2023-03-15 10:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.