alexcrichton opened PR #10536 from alexcrichton:test-less-wast to bytecodealliance:main:
Currently the
wasttest suite does a combinatorial matrix ofcompiler x pooling x allocatorto produce the list of tests to run. We also have awast_testsfuzzer, however, which configures even more knobs and run tests under these configurations. In the interest of saving time on CI and avoiding too much combinatorial explosion this commit changes thewasttest suite to avoiding combinatorics and instead running in only "interesting" combinations.The goal here is to weed out common issues on CI quickly, such as compiler-specific behaviors, but leave the full spectrum of combinatorial tests to fuzzing. For example we probably aren't getting much extra coverage running Winch with the pooling allocator over running Cranelift with the pooling allocator.
This reduces the number of tests from ~4500 to ~2500 which should hopefully lead to some minor improvements in CI time.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested dicej for a review on PR #10536.
alexcrichton requested wasmtime-core-reviewers for a review on PR #10536.
dicej submitted PR review.
alexcrichton has enabled auto merge for PR #10536.
alexcrichton merged PR #10536.
Last updated: Dec 06 2025 at 06:05 UTC