Skip to content

Commit

Permalink
Fix sporadic lto test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 29, 2020
1 parent 0d79ba6 commit 9533062
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testsuite/lto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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] [..]
Expand Down Expand Up @@ -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] [..]
Expand Down

0 comments on commit 9533062

Please sign in to comment.