Skip to content

Commit 33d00c7

Browse files
committed
Filter out some flaky output from cargo tests
1 parent 702ba71 commit 33d00c7

File tree

30 files changed

+1
-41
lines changed

30 files changed

+1
-41
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tempfile = { version = "3.2", optional = true }
2828
termize = "0.1"
2929

3030
[dev-dependencies]
31-
ui_test = { git = "https://github.com/oli-obk/ui_test.git", branch = "aux_build" }
31+
ui_test = { path = "../ui_test" }
3232
tester = "0.9"
3333
regex = "1.5"
3434
toml = "0.5"

tests/ui-cargo/cargo_common_metadata/fail/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking cargo_common_metadata_fail v0.1.0 ($DIR/$DIR)
21
warning: package `cargo_common_metadata_fail` is missing `package.description` metadata
32
|
43
note: the lint level is defined here

tests/ui-cargo/cargo_common_metadata/fail_publish/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking cargo_common_metadata_fail_publish v0.1.0 ($DIR/$DIR)
21
warning: package `cargo_common_metadata_fail_publish` is missing `package.description` metadata
32
|
43
note: the lint level is defined here

tests/ui-cargo/cargo_common_metadata/fail_publish_true/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking cargo_common_metadata_fail_publish_true v0.1.0 ($DIR/$DIR)
21
warning: package `cargo_common_metadata_fail_publish_true` is missing `package.description` metadata
32
|
43
note: the lint level is defined here
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Checking cargo_common_metadata_pass v0.1.0 ($DIR/$DIR)
21
Finished dev [unoptimized + debuginfo] target(s)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Checking cargo_common_metadata_pass_publish_empty v0.1.0 ($DIR/$DIR)
21
Finished dev [unoptimized + debuginfo] target(s)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Checking cargo_common_metadata_pass_publish_false v0.1.0 ($DIR/$DIR)
21
Finished dev [unoptimized + debuginfo] target(s)

tests/ui-cargo/cargo_rust_version/fail_both_diff/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking fail-both-diff v0.1.0 ($DIR/$DIR)
21
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.59.0` from `clippy.toml`
32

43
error: unnecessary structure name repetition

tests/ui-cargo/cargo_rust_version/fail_both_same/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking fail-both-same v0.1.0 ($DIR/$DIR)
21
error: unnecessary structure name repetition
32
--> src/main.rs:6:21
43
|

tests/ui-cargo/cargo_rust_version/fail_cargo/Cargo.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Checking fail-cargo v0.1.0 ($DIR/$DIR)
21
error: unnecessary structure name repetition
32
--> src/main.rs:6:21
43
|

0 commit comments

Comments
 (0)