Run wast tests with both instance allocators.

This commit adds a "pooling" variant to the wast tests that uses the pooling
instance allocation strategy.

This should help with the test coverage of the pooling instance allocator.
This commit is contained in:
Peter Huene
2021-03-05 20:55:51 -08:00
parent 9801c681ce
commit 57dfe99aa5
3 changed files with 46 additions and 6 deletions

View File

@@ -305,6 +305,7 @@ jobs:
- run: |
cargo test --features uffd -p wasmtime-runtime instance::allocator::pooling
cargo test --features uffd -p wasmtime-cli pooling_allocator
cargo test --features uffd -p wasmtime-cli wast::Cranelift
if: matrix.os == 'ubuntu-latest'
env:
RUST_BACKTRACE: 1