From 95330627d387788a949fe024584932a1937e5abc Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 28 Jul 2020 22:25:45 -0700 Subject: [PATCH] Fix sporadic lto test failures. --- tests/testsuite/lto.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/testsuite/lto.rs b/tests/testsuite/lto.rs index 940bedc6dc2..0f5d2d54cfd 100644 --- a/tests/testsuite/lto.rs +++ b/tests/testsuite/lto.rs @@ -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] [..]