Author: Michał Górny
Date: 2021-09-10T18:03:05+02:00
New Revision: 4e7ac6facad6d6c895c750a232d3786defedcc7b

URL: 
https://github.com/llvm/llvm-project/commit/4e7ac6facad6d6c895c750a232d3786defedcc7b
DIFF: 
https://github.com/llvm/llvm-project/commit/4e7ac6facad6d6c895c750a232d3786defedcc7b.diff

LOG: [lldb] [test] Remove parent check in 
Subprocess/clone-follow-child-softbp.test

Hopefully this will resolve the remaining flakiness.

Added: 
    

Modified: 
    lldb/test/Shell/Subprocess/clone-follow-child-softbp.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Subprocess/clone-follow-child-softbp.test 
b/lldb/test/Shell/Subprocess/clone-follow-child-softbp.test
index f67b5a95e9cf..4bf13c7710c9 100644
--- a/lldb/test/Shell/Subprocess/clone-follow-child-softbp.test
+++ b/lldb/test/Shell/Subprocess/clone-follow-child-softbp.test
@@ -8,7 +8,6 @@ settings set target.process.stop-on-exec false
 b child_func
 b parent_func
 process launch
-# CHECK: function run in parent
 # CHECK: stop reason = breakpoint
 # CHECK-NEXT: child_func
 continue


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to