Bug 266056
| Summary: | [Wasm-GC] select operation should subtype check its arguments | ||
|---|---|---|---|
| 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
The select operation currently uses type equality to check if its arguments are valid. It should use subtyping instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/21714
EWS
Committed 272017@main (be53e5fb7d96): <https://commits.webkit.org/272017@main>
Reviewed commits have been landed. Closing PR #21714 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119643336>