[wpt-sync] Sync PR 29659 - Move WebAssembly exception test into place.
Categories
(Core :: JavaScript: WebAssembly, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29659 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29659
Details from upstream follow.
b'Ms2ger <Ms2ger@gmail.com>' wrote:
Move WebAssembly exception test into place.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 5 subtests
Status Summary
Firefox
OK : 4
FAIL : 20
Chrome
OK : 4
FAIL : 20
Safari
OK : 3
FAIL : 15
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/wasm/jsapi/exception/basic.tentative.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/wasm/jsapi/exception/basic.tentative.any.worker.html
Wasm function throws argument: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws null: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws integer: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws, Wasm catches and rethrows: FAIL (Chrome: FAIL, Safari: FAIL)
/wasm/jsapi/exception/basic.tentative.any.serviceworker.html
Wasm function throws argument: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws null: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws integer: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws, Wasm catches and rethrows: FAIL (Chrome: FAIL, Safari: FAIL)
/wasm/jsapi/exception/basic.tentative.any.html
Wasm function throws argument: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws null: FAIL (Chrome: FAIL, Safari: FAIL)
Wasm function throws integer: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws: FAIL (Chrome: FAIL, Safari: FAIL)
Imported JS function throws, Wasm catches and rethrows: FAIL (Chrome: FAIL, Safari: FAIL)
/wasm/jsapi/exception/basic.tentative.any.sharedworker.html
Wasm function throws argument: FAIL (Chrome: FAIL)
Wasm function throws null: FAIL (Chrome: FAIL)
Wasm function throws integer: FAIL (Chrome: FAIL)
Imported JS function throws: FAIL (Chrome: FAIL)
Imported JS function throws, Wasm catches and rethrows: FAIL (Chrome: FAIL)
Tests Disabled in Gecko Infrastructure
/wasm/jsapi/exception/basic.tentative.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
![]() |
||
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cd438d211e07
https://hg.mozilla.org/mozilla-central/rev/19f3184b809c
Description
•