|
| 1 | + |
| 2 | +running 3 tests |
| 3 | +test $DIR/stdout-and-stderr.rs - (line 12) ... FAILED |
| 4 | +test $DIR/stdout-and-stderr.rs - (line 16) ... FAILED |
| 5 | +test $DIR/stdout-and-stderr.rs - (line 7) ... FAILED |
| 6 | + |
| 7 | +failures: |
| 8 | + |
| 9 | +---- $DIR/stdout-and-stderr.rs - (line 12) stdout ---- |
| 10 | +Test executable failed (exit status: 101). |
| 11 | + |
| 12 | +stderr: |
| 13 | + |
| 14 | +thread 'main' panicked at /tmp/rustdoctestSI6fSq/doctest_bundle_2024.rs:6:1: |
| 15 | +assertion `left == right` failed |
| 16 | + left: "doc" |
| 17 | + right: "test" |
| 18 | +stack backtrace: |
| 19 | + 0: __rustc::rust_begin_unwind |
| 20 | + 1: core::panicking::panic_fmt |
| 21 | + 2: core::panicking::assert_failed_inner |
| 22 | + 3: core::panicking::assert_failed |
| 23 | + 4: doctest_bundle_2024::__doctest_0::main |
| 24 | + 5: doctest_bundle_2024::__doctest_0::__main_fn |
| 25 | + 6: doctest_runner_2024::__doctest_0::TEST::{{closure}} |
| 26 | + 7: core::ops::function::FnOnce::call_once |
| 27 | + 8: doctest_runner_2024::main |
| 28 | + 9: core::ops::function::FnOnce::call_once |
| 29 | +note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
| 30 | + |
| 31 | + |
| 32 | +---- $DIR/stdout-and-stderr.rs - (line 16) stdout ---- |
| 33 | +Test executable failed (exit status: 1). |
| 34 | + |
| 35 | +---- $DIR/stdout-and-stderr.rs - (line 7) stdout ---- |
| 36 | +Test executable failed (exit status: 101). |
| 37 | + |
| 38 | +stdout: |
| 39 | +######## from a DOC TEST ######## |
| 40 | + |
| 41 | +stderr: |
| 42 | + |
| 43 | +thread 'main' panicked at /tmp/rustdoctestSI6fSq/doctest_bundle_2024.rs:23:1: |
| 44 | +assertion `left == right` failed |
| 45 | + left: "doc" |
| 46 | + right: "test" |
| 47 | +stack backtrace: |
| 48 | + 0: __rustc::rust_begin_unwind |
| 49 | + 1: core::panicking::panic_fmt |
| 50 | + 2: core::panicking::assert_failed_inner |
| 51 | + 3: core::panicking::assert_failed |
| 52 | + 4: doctest_bundle_2024::__doctest_2::main |
| 53 | + 5: doctest_bundle_2024::__doctest_2::__main_fn |
| 54 | + 6: doctest_runner_2024::__doctest_2::TEST::{{closure}} |
| 55 | + 7: core::ops::function::FnOnce::call_once |
| 56 | + 8: doctest_runner_2024::main |
| 57 | + 9: core::ops::function::FnOnce::call_once |
| 58 | +note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +failures: |
| 63 | + $DIR/stdout-and-stderr.rs - (line 12) |
| 64 | + $DIR/stdout-and-stderr.rs - (line 16) |
| 65 | + $DIR/stdout-and-stderr.rs - (line 7) |
| 66 | + |
| 67 | +test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME |
| 68 | + |
0 commit comments