Stream: git-wasmtime

Topic: wasmtime / PR #10536 Run fewer wast tests in CI


view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:18):

alexcrichton opened PR #10536 from alexcrichton:test-less-wast to bytecodealliance:main:

Currently the wast test suite does a combinatorial matrix of compiler x pooling x allocator to produce the list of tests to run. We also have a wast_tests fuzzer, 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 the wast test 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:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:18):

alexcrichton requested dicej for a review on PR #10536.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:18):

alexcrichton requested wasmtime-core-reviewers for a review on PR #10536.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:25):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:28):

alexcrichton has enabled auto merge for PR #10536.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:52):

alexcrichton merged PR #10536.


Last updated: Dec 06 2025 at 06:05 UTC