Author: Raphael Isemann
Date: 2026-06-23T09:30:44Z
New Revision: e85f1c1cf0f3b938803c1ce4763b096499a7f701

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

LOG: [lldb][test] Skip TestConcurrentManyBreakpoints (#205298)

Added: 
    

Modified: 
    
lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py
 
b/lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py
index 3d1af61793104..4b8900f25a8e8 100644
--- 
a/lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py
+++ 
b/lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py
@@ -5,6 +5,7 @@
 
 @skipIfTargetDoesNotSupportThreads()
 @skipIfWindows
+@skipIf  # See llvm/llvm-project/#205297
 class ConcurrentManyBreakpoints(ConcurrentEventsBase):
     # Atomic sequences are not supported yet for MIPS in LLDB.
     @skipIf(triple="^mips")


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to