[Lldb-commits] [lldb] [lldb][CI] force TestRosetta.py to fail for a minute, so I (PR #192835)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 19 00:27:39 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Jason Molenda (jasonmolenda)
<details>
<summary>Changes</summary>
can collect the trace logging on the CI bot and see what its environment looks like today.
---
Full diff: https://github.com/llvm/llvm-project/pull/192835.diff
1 Files Affected:
- (modified) lldb/test/API/macosx/rosetta/TestRosetta.py (+1)
``````````diff
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)
``````````
</details>
https://github.com/llvm/llvm-project/pull/192835
More information about the lldb-commits
mailing list