[Lldb-commits] [lldb] [lldb] Step over non-lldb breakpoints (PR #174348)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 11 05:47:46 PST 2026
Michael137 wrote:
Looks like this is failing on macOS CI: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/18851/execution/node/111/log/
```
2:43:51 ======================================================================
12:43:51 FAIL: test (TestBuiltinDebugTrap.BuiltinDebugTrapTestCase)
12:43:51 ----------------------------------------------------------------------
12:43:51 Traceback (most recent call last):
12:43:51 File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/test/API/functionalities/builtin-debugtrap/TestBuiltinDebugTrap.py", line 32, in test
12:43:51 self.assertEqual(
12:43:51 AssertionError: 6 != 5
12:43:51 Config=x86_64-/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/bin/clang
12:43:51 ----------------------------------------------------------------------
12:43:51 Ran 1 test in 0.629s
12:43:51
12:43:51 FAILED (failures=1)
```
Could you take a look?
https://github.com/llvm/llvm-project/pull/174348
More information about the lldb-commits
mailing list