@@ -7,7 +7,7 @@ tests/actual_tests/bad_pattern.rs ... FAILED
7
7
tests/actual_tests/foomp.rs ... FAILED
8
8
9
9
tests/actual_tests/bad_pattern.rs FAILED:
10
- command: "rustc" "--error-format=json" "--edition=2021" "--extern" "basic_fail=/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug/deps/libbasic_fail-8603f4ccb2fe730c .rmeta" "-L" "/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug" "-L" "/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug/deps " "tests/actual_tests/bad_pattern.rs"
10
+ command: "rustc" "--error-format=json" "--edition=2021" "--extern" "basic_fail=$DIR/ $DIR/../../../target/debug/deps/libbasic_fail-$HASH .rmeta" "-L" "$DIR/ $DIR/../../../target/debug/deps " "-L" "$DIR/ $DIR/../../../target/debug" "tests/actual_tests/bad_pattern.rs"
11
11
12
12
substring `miesmätsched types` not found in stderr output
13
13
expected because of pattern here: tests/actual_tests/bad_pattern.rs:5
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
25
25
| arguments to this function are incorrect
26
26
|
27
27
note: function defined here
28
- --> /home/ubuntu/crates/ui_test /$DIR/src/lib.rs:1:8
28
+ --> $DIR /$DIR/src/lib.rs:1:8
29
29
|
30
30
1 | pub fn add(left: usize, right: usize) -> usize {
31
31
| ^^^
@@ -37,7 +37,7 @@ For more information about this error, try `rustc --explain E0308`.
37
37
38
38
39
39
tests/actual_tests/foomp.rs FAILED:
40
- command: "rustc" "--error-format=json" "--edition=2021" "--extern" "basic_fail=/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug/deps/libbasic_fail-8603f4ccb2fe730c .rmeta" "-L" "/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug" "-L" "/home/ubuntu/crates/ui_test/ $DIR/../../../target/debug/deps " "tests/actual_tests/foomp.rs"
40
+ command: "rustc" "--error-format=json" "--edition=2021" "--extern" "basic_fail=$DIR/ $DIR/../../../target/debug/deps/libbasic_fail-$HASH .rmeta" "-L" "$DIR/ $DIR/../../../target/debug/deps " "-L" "$DIR/ $DIR/../../../target/debug" "tests/actual_tests/foomp.rs"
41
41
42
42
actual output differed from expected tests/actual_tests/foomp.stderr
43
43
[1mDiff[0m [31m< left[0m / [32mright >[0m :
@@ -75,7 +75,7 @@ error[E0308]: mismatched types
75
75
| arguments to this function are incorrect
76
76
|
77
77
note: function defined here
78
- --> /home/ubuntu/crates/ui_test /$DIR/src/lib.rs:1:8
78
+ --> $DIR /$DIR/src/lib.rs:1:8
79
79
|
80
80
1 | pub fn add(left: usize, right: usize) -> usize {
81
81
| ^^^
0 commit comments