Bug 269123
Summary: | [Wasm-GC] Fix assertions for global init import case | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 247394 |
Asumu Takikawa
In JSTests/wasm/gc/const-exprs.js if you change test cases in testConstExprGlobalOrdering() from "compile" to "instantiate" tests, you will get errors in a debug build due to some faulty assertions.
These assertions just need to be updated to reflect the new constraints with Wasm GC.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/24197
EWS
Committed 274637@main (803d3064cdeb): <https://commits.webkit.org/274637@main>
Reviewed commits have been landed. Closing PR #24197 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/122958233>