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
$ cargo --version
cargo 0.12.0-nightly (6b98d1f 2016-07-04)
$ rustc --version
rustc 1.11.0 (9b21dcd6a 2016-08-15)
# checkout branch that has panic="abort" added under [profile.release]
$ git clone git@github.com:ethcore/parity.git -b panic-abort-fail parity && cd parity
$ cargo test --release -v -p ethcore -p ethash -p ethcore-util -p bigint
This fails on a random crate with a random error, such as:
error: failed to read bytecode: No such file or directory (os error 2)
or
error: could not rename dep info: "/Users/user/src/rust/parity/target/release/deps/bigint-894bdb43e1d8158e.d"
Caused by:
No such file or directory (os error 2)
OS X 10.11.6
The text was updated successfully, but these errors were encountered:
Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.
Closesrust-lang#3017
Fix transitive doctests panic=abort
Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.
Closes#3017
Fix transitive doctests panic=abort
Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.
Closes#3017
This fails on a random crate with a random error, such as:
or
OS X 10.11.6
The text was updated successfully, but these errors were encountered: