Fix sporadic lto test failures.

This commit is contained in:
Eric Huss 2020-07-28 22:25:45 -07:00
parent 0d79ba656c
commit 95330627d3

View File

@ -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] [..]