Vendor Wasm exception handling spec tests
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: asumu, Assigned: asumu)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Core spec tests for the Wasm exception handling proposal were merged recently (https://github.com/WebAssembly/exception-handling/pull/160) so it's now possible to vendor these tests into jit-tests.
I've already tried importing these and running them before they were merged, and the tests will pass with some minor changes (in wasm-tools and wast2js) for the Baseline implementation.
I think it makes sense to wait until the events to tag renaming is resolved to vendor the tests.
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
This updates wast2js to be able to handle exception handling
core spec tests.
| Assignee | ||
Comment 2•4 years ago
|
||
Now includes the exception handling proposal test repo in the
generate-spectests configuration.
Depends on D123403
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/16701eb65706
https://hg.mozilla.org/mozilla-central/rev/f6f4514d09bf
Description
•