2020-08-04 18:42:36 -07:00
|
|
|
|
|
|
|
running 2 tests
|
|
|
|
test thready_fail ... FAILED
|
|
|
|
test thready_pass ... ok
|
|
|
|
|
|
|
|
failures:
|
|
|
|
|
|
|
|
---- thready_fail stdout ----
|
|
|
|
fee
|
|
|
|
fie
|
|
|
|
foe
|
|
|
|
fum
|
2020-11-26 21:15:15 +01:00
|
|
|
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:31:5
|
2020-08-04 18:42:36 -07:00
|
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
|
|
|
|
|
|
|
|
|
|
|
failures:
|
|
|
|
thready_fail
|
|
|
|
|
2020-11-26 21:15:15 +01:00
|
|
|
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
2020-08-04 18:42:36 -07:00
|
|
|
|