WebAssembly / WebAssembly/binaryen
Convert more test suits to use lit and/or parallel test runner
@stevenfontanella is already working on this.
Since Apr 1, 2026.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
Running the lit tests and the spec tests is now really great.
I was recently debugging an issue with binaryen.js tests and wished they were either in lit of using the same parallel executor as the spec tests.
Should put some effort into making all the test suites use one of these two mechanism.
Presumably converting a given test suite (e.g. binaryen.js) to use the new parallel test runner from the spec test is a much smaller job than converting it to lit (i.e. none of the individual tests would even need to be touched), so that might be good thing to do for all the test suites that don't current make sense as lit.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.