Update spec tests (#2690)
* Update wasm-tools crates * Update Wasm SIMD spec tests * Invert 'experimental_x64_should_panic' logic By doing this, it is easier to see which spec tests currently panic. The new tests correspond to recently-added instructions. * Fix: ignore new spec tests for all backends
This commit is contained in:
@@ -20,7 +20,7 @@ wasmtime-cache = { path = "../cache", version = "0.23.0", optional = true }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.23.0" }
|
||||
wasmtime-fiber = { path = "../fiber", version = "0.23.0", optional = true }
|
||||
target-lexicon = { version = "0.11.0", default-features = false }
|
||||
wasmparser = "0.75"
|
||||
wasmparser = "0.76"
|
||||
anyhow = "1.0.19"
|
||||
region = "2.2.0"
|
||||
libc = "0.2"
|
||||
@@ -29,7 +29,7 @@ backtrace = "0.3.42"
|
||||
rustc-demangle = "0.1.16"
|
||||
cpp_demangle = "0.3.2"
|
||||
log = "0.4.8"
|
||||
wat = { version = "1.0.35", optional = true }
|
||||
wat = { version = "1.0.36", optional = true }
|
||||
smallvec = "1.6.1"
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
bincode = "1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user