You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running 1 testtest wast::spec::unreachable::cranelift::universal ... FAILED
failures:
---- wast::spec::unreachable::cranelift::universal stdout ----
Running wast `tests/wast/spec/unreachable.wast`
Error: Failed directives on tests/wast/spec/unreachable.wast:
• expected 'unreachable', got 'RuntimeError: call stack exhausted' (231:1)
thread 'wast::spec::unreachable::cranelift::universal' panicked at 'assertion failed: `(left == right)` left: `1`, right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library
/test/src/lib.rs:186:5
stack backtrace:
0: rust_begin_unwind
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5
1: core::panicking::panic_fmt
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14
2: core::panicking::assert_failed_inner
3: core::panicking::assert_failed
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5
4: test::assert_test_result
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5
5: compilers::wast::spec::unreachable::cranelift::universal::{{closure}}
at ./target/aarch64-apple-darwin/debug/build/wasmer-workspace-eb89d2cca1826d47/out/generated_spectests.rs:407:5
6: core::ops::function::FnOnce::call_once
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5
7: core::ops::function::FnOnce::call_once
at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5
note: Some details are omitted, run with `RUST_BACKTRACE=full`for a verbose backtrace
The text was updated successfully, but these errors were encountered:
Describe the bug
Starting from commit 4c94625, test
wast::spec::unreachable::cranelift::universal
fails on M1 macos:The text was updated successfully, but these errors were encountered: