[wpt-sync] Sync PR 32396 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=235262
Categories
(Core :: JavaScript: WebAssembly, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32396 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32396
Details from upstream follow.
Yusuke Suzuki <yusukesuzuki@slowstart.org> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=235262
Fix WebAssembly.Table constructor (second argument is no longer stray),
and fix WebAssembly.Table.set (length should be 1 since the second parameter becomes optional).
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 72 subtests
Status Summary
Firefox
OK : 4
PASS: 204
FAIL: 2
Chrome
OK : 4
PASS: 204
FAIL: 2
Safari
OK : 4
PASS: 204
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/wasm/jsapi/interface.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/wasm/jsapi/table/constructor.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/wasm/jsapi/interface.any.html
WebAssembly.Table.set: length: FAIL (Chrome: FAIL, Safari: FAIL)
/wasm/jsapi/interface.any.worker.html
WebAssembly.Table.set: length: FAIL (Chrome: FAIL, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/wasm/jsapi/interface.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/wasm/jsapi/table/constructor.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
Comment 3•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1e831db25c97
https://hg.mozilla.org/mozilla-central/rev/33af1a3dc035
Description
•