Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6419,7 +6419,6 @@ fn pipelining_big_graph() {
.with_stderr_data(
str![[r#"
[LOCKING] 61 packages to latest compatible versions
[COMPILING] b30 v0.5.0 ([ROOT]/foo/b30)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I havn't known why this need to be removed in MacOS, see https://github.com/rust-lang/cargo/actions/runs/10036500039/job/27734366493

thread 'build::pipelining_big_graph' panicked at tests/testsuite/build.rs:6432:10:

---- expected: tests/testsuite/build.rs:6420:13
++++ actual:   stderr
   1    1 | [LOCKING] 61 packages to latest compatible versions
   2      - [COMPILING] b30 v0.5.0 ([ROOT]/foo/b30)
   3    2 | [COMPILING] a30 v0.5.0 ([ROOT]/foo/a30)
   4    3 | [ERROR] don't actually build me
   5    4 | ...
   6    5 | [ERROR] could not compile `a30` (lib) due to 1 previous error
   7    6 | ...

[COMPILING] a30 v0.5.0 ([ROOT]/foo/a30)
[ERROR] don't actually build me
...
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/lints/implicit_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ unused_optional_dependency = "allow"
.masquerade_as_nightly_cargo(&["cargo-lints", "edition2024"])
.with_stderr_data(str![[r#"
[UPDATING] `dummy-registry` index
[LOCKING] 2 packages to latest Rust 1.81.0-nightly compatible versions
[LOCKING] 2 packages to latest Rust [..] compatible versions
[CHECKING] foo v0.1.0 ([ROOT]/foo)
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s

Expand Down
Loading