|
1 | 1 |
|
2 | 2 | running 3 tests |
3 | | -test $DIR/stdout-and-stderr.rs - (line 15) ... FAILED |
4 | | -test $DIR/stdout-and-stderr.rs - (line 20) ... FAILED |
5 | | -test $DIR/stdout-and-stderr.rs - (line 24) ... FAILED |
| 3 | +test $DIR/stdout-and-stderr.rs - (line 16) ... FAILED |
| 4 | +test $DIR/stdout-and-stderr.rs - (line 21) ... FAILED |
| 5 | +test $DIR/stdout-and-stderr.rs - (line 25) ... FAILED |
6 | 6 |
|
7 | 7 | failures: |
8 | 8 |
|
9 | | ----- $DIR/stdout-and-stderr.rs - (line 15) stdout ---- |
| 9 | +---- $DIR/stdout-and-stderr.rs - (line 16) stdout ---- |
10 | 10 | Test executable failed (exit status: 101). |
11 | 11 |
|
12 | 12 | stdout: |
13 | 13 | ######## from a DOC TEST ######## |
14 | 14 |
|
15 | 15 | stderr: |
16 | 16 |
|
17 | | -thread 'main' panicked at $TMP:7:1: |
| 17 | +thread 'main' (tid) panicked at $TMP:7:1: |
18 | 18 | assertion `left == right` failed |
19 | 19 | left: "doc" |
20 | 20 | right: "test" |
21 | 21 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
22 | 22 |
|
23 | 23 |
|
24 | | ----- $DIR/stdout-and-stderr.rs - (line 20) stdout ---- |
| 24 | +---- $DIR/stdout-and-stderr.rs - (line 21) stdout ---- |
25 | 25 | Test executable failed (exit status: 101). |
26 | 26 |
|
27 | 27 | stderr: |
28 | 28 |
|
29 | | -thread 'main' panicked at $TMP:15:1: |
| 29 | +thread 'main' (tid) panicked at $TMP:15:1: |
30 | 30 | assertion `left == right` failed |
31 | 31 | left: "doc" |
32 | 32 | right: "test" |
33 | 33 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
34 | 34 |
|
35 | 35 |
|
36 | | ----- $DIR/stdout-and-stderr.rs - (line 24) stdout ---- |
| 36 | +---- $DIR/stdout-and-stderr.rs - (line 25) stdout ---- |
37 | 37 | Test executable failed (exit status: 1). |
38 | 38 |
|
39 | 39 |
|
40 | 40 | failures: |
41 | | - $DIR/stdout-and-stderr.rs - (line 15) |
42 | | - $DIR/stdout-and-stderr.rs - (line 20) |
43 | | - $DIR/stdout-and-stderr.rs - (line 24) |
| 41 | + $DIR/stdout-and-stderr.rs - (line 16) |
| 42 | + $DIR/stdout-and-stderr.rs - (line 21) |
| 43 | + $DIR/stdout-and-stderr.rs - (line 25) |
44 | 44 |
|
45 | 45 | test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME |
46 | 46 |
|
0 commit comments