[wpt-sync] Sync PR 36607 - [wasm] Enable and fix wasm exceptions WPTs
Categories
(Core :: JavaScript: WebAssembly, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36607 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36607
Details from upstream follow.
Adam Klein <adamk@chromium.org> wrote:
[wasm] Enable and fix wasm exceptions WPTs
For most tests, expectations were deleted since the tests now pass.
The getArg test was corrected to match the spec:
https://webassembly.github.io/exception-handling/js-api/index.html#dom-exception-getargThe tag type test had its expectations updated, but is still
(incorrectly) failing because the test also depends on the not-yet-shipped
type reflection proposal. Updated the spec bug to bring this conversation
back to the spec (https://github.com/WebAssembly/exception-handling/issues/172).Bug: v8:11992
Change-Id: I979a9eb00219e0b9515d43bbeff6f80ac57df7c9
Reviewed-on: https://chromium-review.googlesource.com/3972061
WPT-Export-Revision: ffd442fa78fc6a4433cef2dfa10301f12243bd9d
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 5 subtests
Status Summary
Firefox
OK : 2
PASS: 10
Chrome
OK : 2
PASS: 10
Safari
OK : 2
PASS: 8
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /wasm/jsapi/exception/getArg.tentative.any.js [wpt.fyi]:
SKIP(Chrome:SKIP, Safari:SKIP)
Tests Disabled in Gecko Infrastructure
- /wasm/jsapi/exception/getArg.tentative.any.js [wpt.fyi]:
SKIP(Chrome:SKIP, Safari:SKIP)
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a11400cfc10f
https://hg.mozilla.org/mozilla-central/rev/46902bdf7e82
Description
•