Stream: git-cranelift

Topic: cranelift / Issue #1302 test failure in cranelift-bforest...


view this post on Zulip GitHub (Dec 20 2019 at 11:07):

stefson opened Issue #1302:

I've run the tests via:

cargo build -j12
cargo test --all -j12

here's the full log: test-failure.zip

I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262

view this post on Zulip GitHub (Dec 20 2019 at 11:07):

stefson labeled Issue #1302:

I've run the tests via:

cargo build -j12
cargo test --all -j12

here's the full log: test-failure.zip

I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262

view this post on Zulip GitHub (Dec 20 2019 at 11:23):

bjorn3 commented on Issue #1302:

It looks like that is a doc-test. Adding # extern crate std; to all doc-tests in those crates should fix this.

view this post on Zulip GitHub (Dec 20 2019 at 11:39):

philipc commented on Issue #1302:

While it prints failure, it doesn't actually exit with an error code does it? This is probably https://github.com/rust-lang/rust/issues/54010, and can be ignored.

view this post on Zulip GitHub (Feb 28 2020 at 23:28):

alexcrichton transferred Issue #1302:

I've run the tests via:

cargo build -j12
cargo test --all -j12

here's the full log: test-failure.zip

I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262


Last updated: Nov 22 2024 at 16:03 UTC