Closed
Bug 1623771
Opened 5 years ago
Closed 5 years ago
Fix bug in wasm spec-test importer
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
Attachments
(2 files)
The wasm spec-test importer has a bug causing it to non-deterministically skip some files.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → rhunt
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
This commit updates the config/scripts for the latest wasm-generate-testsuite.
- Remove wasm-spec-tests.patch as it's not actually being used due to typo
- Switch to explicit lockfile that is updated separately
- Exclude tests that are failing when correctly imported for the current
pinned commits.- This was due to an incorrectly implemented find files function that would
stop finding files after the first encountered directory.
- This was due to an incorrectly implemented find files function that would
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D67565
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/2d4ba8671dd9
Update configs for latest wasm-generate-testsuite. r=lth
https://hg.mozilla.org/integration/autoland/rev/b43ae5ade551
Import missing spec-tests. r=lth
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2d4ba8671dd9
https://hg.mozilla.org/mozilla-central/rev/b43ae5ade551
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•