Bug 244048 - [armv7] wasm spec-test memory.wast.js is failing
Summary: [armv7] wasm spec-test memory.wast.js is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-17 12:36 PDT by Joseph Griego
Modified: 2022-08-22 12:07 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 Joseph Griego 2022-08-17 12:36:50 PDT
As title. After https://bugs.webkit.org/show_bug.cgi?id=243901 we will fail to instantiate any module that has a too-high maximum memory size, but we should really not error on these modules until they actually request a memory that is too large.
Comment 1 Joseph Griego 2022-08-17 13:05:21 PDT
Opened PR: https://github.com/WebKit/WebKit/pull/3420
Comment 2 EWS 2022-08-22 12:06:34 PDT
Committed 253655@main (7962ecf8c1ca): <https://commits.webkit.org/253655@main>

Reviewed commits have been landed. Closing PR #3420 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-08-22 12:07:17 PDT
<rdar://problem/98992745>