Closed
Bug 1621647
Opened 5 years ago
Closed 5 years ago
Fix failing 'reference-types' spec-tests
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The following tests from the 'spec' repo are excluded from spec-test imports as they're failing.
table_fill.wast
select.wast
float_memory.wast
call_indirect.wast
We should investigate and discover why that is.
Updated•5 years ago
|
Blocks: wasm-reftypes
Assignee | ||
Comment 1•5 years ago
|
||
This commit updates the reference-types spec tests. We now import and pass all
reference-types tests.
There are several tests failing across all test suites, I've triaged them and
added details on why they're failing.
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:rhunt, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(rhunt)
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/11e88d0f4531
Update import of reference-types spec tests. r=lth
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(rhunt)
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•