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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user