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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to