Don't check assert_trap tests when Lightbeam is enabled.

Lightbeam doesn't yet produce trap metadata, so it can't yet match the
expected `assert_trap` messages. Disable them for now.
This commit is contained in:
Dan Gohman
2019-10-02 13:42:26 -07:00
parent 7092499c10
commit d4353f03cb
5 changed files with 12 additions and 25 deletions

View File

@@ -52,5 +52,5 @@ members = [
[features]
# Enable all supported architectures by default.
default = ["cranelift-codegen/all-arch"]
lightbeam = ["wasmtime-environ/lightbeam", "wasmtime-jit/lightbeam"]
lightbeam = ["wasmtime-environ/lightbeam", "wasmtime-jit/lightbeam", "wasmtime-wast/lightbeam"]
wasi-c = ["wasmtime-wasi-c"]