[Lldb-commits] [lldb] 8de4c61 - [lldb][CI] force TestRosetta.py to fail for a minute, so I (#192835)

via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 19 00:36:14 PDT 2026


Author: Jason Molenda
Date: 2026-04-19T00:36:09-07:00
New Revision: 8de4c61386b3f94ad77060c1047d7cc4c979415c

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

LOG: [lldb][CI] force TestRosetta.py to fail for a minute, so I (#192835)

can collect the trace logging on the CI bot and see what its environment
looks like today.

Added: 
    

Modified: 
    lldb/test/API/macosx/rosetta/TestRosetta.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/rosetta/TestRosetta.py b/lldb/test/API/macosx/rosetta/TestRosetta.py
index 296885558b6d8..f40865d608e1d 100644
--- a/lldb/test/API/macosx/rosetta/TestRosetta.py
+++ b/lldb/test/API/macosx/rosetta/TestRosetta.py
@@ -70,3 +70,4 @@ def test_rosetta(self):
                 self.assertTrue(listener.GetNextEvent(event))
             else:
                 self.assertFalse(listener.GetNextEvent(event))
+            self.assertTrue(False)


        


More information about the lldb-commits mailing list