[webkit-changes] [WebKit/WebKit] 95a170: Fix and enable v8's multi-value test
Keith Miller
noreply at github.com
Fri May 19 07:25:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 95a170759a008c7875d381ff5fb261ff2b55042f
https://github.com/WebKit/WebKit/commit/95a170759a008c7875d381ff5fb261ff2b55042f
Author: Keith Miller <keith_miller at apple.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M JSTests/wasm/v8/multi-value.js
Log Message:
-----------
Fix and enable v8's multi-value test
https://bugs.webkit.org/show_bug.cgi?id=256980
Reviewed by Yusuke Suzuki.
Most tests just needed an error correction. One test incorrectly tested that
the unreachable return values of a function must match the signature's return type.
This doesn't seem to match what the spec/interpreter say.
* JSTests/wasm/v8/multi-value.js:
(MultiIfOneArmedNoTypeCheckTest):
(MultiJSToWasmReturnTest):
(MultiBlockUnreachableTypeErrorTest): Deleted.
Canonical link: https://commits.webkit.org/264250@main
More information about the webkit-changes
mailing list