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