[Lldb-commits] [lldb] [LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server dependencies (PR #135033)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 9 16:59:24 PDT 2025
JDevlieghere wrote:
With eh current path, `TestObjCBreakpoints.py` is still failing on macOS:
```
FAIL: test_break_dwarf (TestObjCBreakpoints.TestObjCBreakpoints)
Test setting Objective-C specific breakpoints (DWARF in .o files).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jonas/llvm/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1804, in test_method
return attrvalue(self)
File "/Users/jonas/llvm/llvm-project/lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py", line 21, in test_break
self.check_objc_breakpoints(False)
File "/Users/jonas/llvm/llvm-project/lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py", line 100, in check_objc_breakpoints
self.assertGreaterEqual(
AssertionError: 10 not greater than or equal to 124 : Make sure we get at least the same amount of breakpoints if not more when setting by name "count"
```
I'll try to find some time tomorrow to debug this.
https://github.com/llvm/llvm-project/pull/135033
More information about the lldb-commits
mailing list