Michael137 wrote:

FYI, this also broke the `TestObjCBreakpoints.py` test on `arm64` macOS:
```
FAIL: LLDB 
(/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/bin/clang-arm64)
 :: test_break_dwarf (TestObjCBreakpoints.TestObjCBreakpoints)
UNSUPPORTED: LLDB 
(/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/bin/clang-arm64)
 :: test_break_dwo (TestObjCBreakpoints.TestObjCBreakpoints) (test case does 
not fall in any category of interest for this run) 
Restore dir to: 
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/tools/lldb/test
======================================================================
FAIL: test_break_dsym (TestObjCBreakpoints.TestObjCBreakpoints)
   Test setting Objective-C specific breakpoints (DWARF in .o files).
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1804, in test_method
    return attrvalue(self)
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py",
 line 21, in test_break
    self.check_objc_breakpoints(False)
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/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 87 : Make sure we get at least 
the same amount of breakpoints if not more when setting by name "count"
Config=arm64-/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/bin/clang
======================================================================
FAIL: test_break_dwarf (TestObjCBreakpoints.TestObjCBreakpoints)
   Test setting Objective-C specific breakpoints (DWARF in .o files).
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1804, in test_method
    return attrvalue(self)
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py",
 line 21, in test_break
    self.check_objc_breakpoints(False)
  File 
"/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/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 86 : Make sure we get at least 
the same amount of breakpoints if not more when setting by name "count"
Config=arm64-/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/bin/clang
----------------------------------------------------------------------
Ran 3 tests in 1.064s
```

https://github.com/llvm/llvm-project/pull/132274
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to