cdisselkoen opened Issue #1595:
On a clean git checkout of wasmtime
master
, I'm getting test failures when runningcargo test
in thecranelift/wasm
directory. At a minimum, I'm getting failures in the testsuse_name_section
,use_fallthrough_return
, andtestsuite
. All three failures appear to be due to lacking support for riscv64, causing failures in theunwrap
s on this line or this line.Am I doing something wrong / missing a step? Do some crate features need to be enabled in order for tests to pass? I got the same results with plain
cargo test
and withcargo test --all-features
.<details>
<summary>Detailed test output:</summary>> cargo test --all-features Finished test [unoptimized + debuginfo] target(s) in 0.08s Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/cranelift_wasm-42dfb56b7188030c running 3 tests test func_translator::tests::small2 ... ok test func_translator::tests::small1 ... ok test func_translator::tests::infloop ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/wasm_testsuite-7a98d34c19ece58b running 3 tests test use_name_section ... FAILED test use_fallthrough_return ... FAILED test testsuite ... FAILED failures: ---- use_name_section stdout ---- thread 'use_name_section' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:60:15 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- use_fallthrough_return stdout ---- thread 'use_fallthrough_return' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 ---- testsuite stdout ---- === ../wasmtests/arith.wat === thread 'testsuite' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 failures: testsuite use_fallthrough_return use_name_section test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test wasm_testsuite'</details>
Tested on both macOS and Linux, on x86_64. Wasmtime commit
6cd92f913
.
cdisselkoen labeled Issue #1595:
On a clean git checkout of wasmtime
master
, I'm getting test failures when runningcargo test
in thecranelift/wasm
directory. At a minimum, I'm getting failures in the testsuse_name_section
,use_fallthrough_return
, andtestsuite
. All three failures appear to be due to lacking support for riscv64, causing failures in theunwrap
s on this line or this line.Am I doing something wrong / missing a step? Do some crate features need to be enabled in order for tests to pass? I got the same results with plain
cargo test
and withcargo test --all-features
.<details>
<summary>Detailed test output:</summary>> cargo test --all-features Finished test [unoptimized + debuginfo] target(s) in 0.08s Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/cranelift_wasm-42dfb56b7188030c running 3 tests test func_translator::tests::small2 ... ok test func_translator::tests::small1 ... ok test func_translator::tests::infloop ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/wasm_testsuite-7a98d34c19ece58b running 3 tests test use_name_section ... FAILED test use_fallthrough_return ... FAILED test testsuite ... FAILED failures: ---- use_name_section stdout ---- thread 'use_name_section' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:60:15 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- use_fallthrough_return stdout ---- thread 'use_fallthrough_return' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 ---- testsuite stdout ---- === ../wasmtests/arith.wat === thread 'testsuite' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 failures: testsuite use_fallthrough_return use_name_section test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test wasm_testsuite'</details>
Tested on both macOS and Linux, on x86_64. Wasmtime commit
6cd92f913
.
cdisselkoen labeled Issue #1595:
On a clean git checkout of wasmtime
master
, I'm getting test failures when runningcargo test
in thecranelift/wasm
directory. At a minimum, I'm getting failures in the testsuse_name_section
,use_fallthrough_return
, andtestsuite
. All three failures appear to be due to lacking support for riscv64, causing failures in theunwrap
s on this line or this line.Am I doing something wrong / missing a step? Do some crate features need to be enabled in order for tests to pass? I got the same results with plain
cargo test
and withcargo test --all-features
.<details>
<summary>Detailed test output:</summary>> cargo test --all-features Finished test [unoptimized + debuginfo] target(s) in 0.08s Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/cranelift_wasm-42dfb56b7188030c running 3 tests test func_translator::tests::small2 ... ok test func_translator::tests::small1 ... ok test func_translator::tests::infloop ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/wasm_testsuite-7a98d34c19ece58b running 3 tests test use_name_section ... FAILED test use_fallthrough_return ... FAILED test testsuite ... FAILED failures: ---- use_name_section stdout ---- thread 'use_name_section' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:60:15 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- use_fallthrough_return stdout ---- thread 'use_fallthrough_return' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 ---- testsuite stdout ---- === ../wasmtests/arith.wat === thread 'testsuite' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 failures: testsuite use_fallthrough_return use_name_section test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test wasm_testsuite'</details>
Tested on both macOS and Linux, on x86_64. Wasmtime commit
6cd92f913
.
cdisselkoen edited Issue #1595:
On a clean git checkout of wasmtime
master
, I'm getting test failures when runningcargo test
in thecranelift/wasm
directory. At a minimum, I'm getting failures in the testsuse_name_section
,use_fallthrough_return
, andtestsuite
. All three failures appear to be due to lacking support for riscv64, causing failures in theunwrap
s on this line or this line.Am I doing something wrong / missing a step? Do some crate features need to be enabled in order for tests to pass? I got the same results with plain
cargo test
and withcargo test --all-features
.<details>
<summary>Detailed test output:</summary>> cargo test --all-features Finished test [unoptimized + debuginfo] target(s) in 0.08s Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/cranelift_wasm-42dfb56b7188030c running 3 tests test func_translator::tests::small2 ... ok test func_translator::tests::small1 ... ok test func_translator::tests::infloop ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/wasm_testsuite-7a98d34c19ece58b running 3 tests test use_name_section ... FAILED test use_fallthrough_return ... FAILED test testsuite ... FAILED failures: ---- use_name_section stdout ---- thread 'use_name_section' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:60:15 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- use_fallthrough_return stdout ---- thread 'use_fallthrough_return' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 ---- testsuite stdout ---- === ../wasmtests/arith.wat === thread 'testsuite' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 failures: testsuite use_fallthrough_return use_name_section test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test wasm_testsuite'</details>
Tested on both macOS and Linux, on x86_64, with Rust 1.43.0. Wasmtime commit
6cd92f913
.
github-actions[bot] commented on Issue #1595:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
bnjbvr commented on Issue #1595:
Thanks for opening an issue! I suspect that when run in automation, we run it from an higher-up directory, which will select the feature that enables codegen support for all the architectures. So if tested independently, it might not work; but tested with the rest of Cranelift, it should work fine. Probably the fix is to enable the riscv codegen backend for testing.
bnjbvr edited a comment on Issue #1595:
Thanks for opening an issue! I suspect that when run in automation, we run it from an higher-up directory, which will select the feature that enables codegen support for all the architectures. So if tested independently, it might not work; but tested with the rest of Cranelift, it should work fine. Probably the fix is to enable the riscv codegen backend for testing of cranelift-wasm.
alexcrichton closed Issue #1595:
On a clean git checkout of wasmtime
master
, I'm getting test failures when runningcargo test
in thecranelift/wasm
directory. At a minimum, I'm getting failures in the testsuse_name_section
,use_fallthrough_return
, andtestsuite
. All three failures appear to be due to lacking support for riscv64, causing failures in theunwrap
s on this line or this line.Am I doing something wrong / missing a step? Do some crate features need to be enabled in order for tests to pass? I got the same results with plain
cargo test
and withcargo test --all-features
.<details>
<summary>Detailed test output:</summary>> cargo test --all-features Finished test [unoptimized + debuginfo] target(s) in 0.08s Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/cranelift_wasm-42dfb56b7188030c running 3 tests test func_translator::tests::small2 ... ok test func_translator::tests::small1 ... ok test func_translator::tests::infloop ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Running /usr/local/home/cdisselk/wasmtime/target/debug/deps/wasm_testsuite-7a98d34c19ece58b running 3 tests test use_name_section ... FAILED test use_fallthrough_return ... FAILED test testsuite ... FAILED failures: ---- use_name_section stdout ---- thread 'use_name_section' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:60:15 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- use_fallthrough_return stdout ---- thread 'use_fallthrough_return' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 ---- testsuite stdout ---- === ../wasmtests/arith.wat === thread 'testsuite' panicked at 'called `Result::unwrap()` on an `Err` value: SupportDisabled', cranelift/wasm/tests/wasm_testsuite.rs:94:15 failures: testsuite use_fallthrough_return use_name_section test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test wasm_testsuite'</details>
Tested on both macOS and Linux, on x86_64, with Rust 1.43.0. Wasmtime commit
6cd92f913
.
Last updated: Nov 22 2024 at 16:03 UTC