rust/tests/ui/test-attrs/test-panic-abort-nocapture.run.stdout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
390 B
Plaintext
Raw Normal View History

running 4 tests
2021-05-16 15:27:30 +00:00
test it_fails ... about to fail
FAILED
2021-05-03 18:16:44 +00:00
test it_panics - should panic ... about to panic
ok
2021-05-16 15:27:30 +00:00
test it_works ... about to succeed
ok
2021-05-16 15:27:30 +00:00
test it_writes_to_stdio ... hello, world
testing123
ok
failures:
---- it_fails stdout ----
---- it_fails stderr ----
failures:
it_fails
test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME