]> git.lizzy.rs Git - rust.git/blob - src/test/ui/test-attrs/test-panic-abort.run.stdout
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / test-attrs / test-panic-abort.run.stdout
1
2 running 5 tests
3 test it_exits ... FAILED
4 test it_fails ... FAILED
5 test it_panics - should panic ... ok
6 test it_works ... ok
7 test no_residual_environment ... ok
8
9 failures:
10
11 ---- it_exits stdout ----
12 ---- it_exits stderr ----
13 note: got unexpected return code 123
14 ---- it_fails stdout ----
15 hello, world
16 testing123
17 ---- it_fails stderr ----
18 testing321
19 thread 'main' panicked at 'assertion failed: `(left == right)`
20   left: `2`,
21  right: `5`', $DIR/test-panic-abort.rs:34:5
22 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
23
24
25 failures:
26     it_exits
27     it_fails
28
29 test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
30