mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Fix sporadic lto test failures.
This commit is contained in:
parent
0d79ba656c
commit
95330627d3
@ -617,7 +617,8 @@ fn test_profile() {
|
||||
.build();
|
||||
|
||||
p.cargo("test -v")
|
||||
.with_stderr("\
|
||||
// unordered because the two `foo` builds start in parallel
|
||||
.with_stderr_unordered("\
|
||||
[UPDATING] [..]
|
||||
[DOWNLOADING] [..]
|
||||
[DOWNLOADED] [..]
|
||||
@ -669,7 +670,8 @@ fn dev_profile() {
|
||||
.build();
|
||||
|
||||
p.cargo("test -v")
|
||||
.with_stderr("\
|
||||
// unordered because the two `foo` builds start in parallel
|
||||
.with_stderr_unordered("\
|
||||
[UPDATING] [..]
|
||||
[DOWNLOADING] [..]
|
||||
[DOWNLOADED] [..]
|
||||
|
Loading…
x
Reference in New Issue
Block a user