Closed
Bug 1769536
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 34072 - Fix exception type of WebAssembly.Global for v128
Categories
(Core :: JavaScript: WebAssembly, task, P4)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34072 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34072
Details from upstream follow.
gahaas <ahaas@google.com> wrote:
Fix exception type of WebAssembly.Global for v128
The exception type was incorrect and got fixed recently in https://github.com/WebAssembly/spec/pull/1472
| Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → Javascript: WebAssembly
Product: Testing → Core
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=028870b3d1a76464bfbea0ab12d8690040aff28e
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 60 subtests
Status Summary
Firefox
OK : 2
PASS: 118
FAIL: 2
Chrome
OK : 2
PASS: 120
Safari
OK : 2
PASS: 120
Links
Details
Firefox-only Failures
- /wasm/jsapi/global/constructor.any.worker.html [wpt.fyi]
- Construct v128 global:
FAIL
- Construct v128 global:
- /wasm/jsapi/global/constructor.any.html [wpt.fyi]
- Construct v128 global:
FAIL
- Construct v128 global:
New Tests That Don't Pass
- /wasm/jsapi/global/constructor.any.js [wpt.fyi]:
SKIP(Chrome:SKIP, Safari:SKIP) - /wasm/jsapi/global/constructor.any.worker.html [wpt.fyi]
- Construct v128 global:
FAIL(Chrome:PASS, Safari:PASS)
- Construct v128 global:
- /wasm/jsapi/global/constructor.any.html [wpt.fyi]
- Construct v128 global:
FAIL(Chrome:PASS, Safari:PASS)
- Construct v128 global:
Tests Disabled in Gecko Infrastructure
- /wasm/jsapi/global/constructor.any.js [wpt.fyi]:
SKIP(Chrome:SKIP, Safari:SKIP)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9f870c09ccbe
[wpt PR 34072] - Fix exception type of WebAssembly.Global for v128, a=testonly
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•