From 21ae01481376298c486bc14310e2b67e16f904d3 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 20 Jun 2025 00:24:02 -0700 Subject: [PATCH] Make `lldb_works_after_trimmed` test robust against lldb output Some versions of lldb (including the version in CI) print "Process $PID resuming" after `continue`, breaking the test. Add another wildcard to allow for that, without breaking the test on versions of lldb that *don't* print that message. --- tests/testsuite/profile_trim_paths.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsuite/profile_trim_paths.rs b/tests/testsuite/profile_trim_paths.rs index c3a2fcb690a..d6fef3f02ec 100644 --- a/tests/testsuite/profile_trim_paths.rs +++ b/tests/testsuite/profile_trim_paths.rs @@ -838,6 +838,7 @@ fn lldb_works_after_trimmed() { [..]stop reason = breakpoint 1.1[..] ... (lldb) continue +... Hello, Ferris! ...