Import & pass the SIMD reference tests
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: lth, Assigned: yury)
References
(Blocks 1 open bug)
Details
At the moment, we're running a local copy of a private translation of an old version of the SIMD reference tests, in large part because the spec interpreter was not able to produce JS versions of the tests when we needed them. We also aren't running all the tests, I think. Finally, the tests have been split across several files because there were so many JS blobs produced that we would OOM on some test systems.
Once the spec has been frozen and the spec interpreter and tests have been finished, we need to import and pass the canonical reference tests, and they may be placed in a more canonical place in our tree. We may also need to deal with the volume of tests, either by auto-splitting (hard) or by not running JS tests, but instead running the wast tests directly, with a suitable runner.
Reporter | ||
Comment 1•4 years ago
|
||
Yury, Ryan knows the most about our system to import tests.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
This can perhaps be closed now? Ryan never said anything about having to disable any tests, so I'm assuming we're passing.
Comment 3•4 years ago
|
||
We should be good now.
Updated•4 years ago
|
Description
•