[all-commits] [llvm/llvm-project] ccdb71: [lldb] Fix a test if hardware breakpoints are not ...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Thu Nov 20 09:46:16 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ccdb71932aa84a36f3d9689eca97b80bf643c500
      https://github.com/llvm/llvm-project/commit/ccdb71932aa84a36f3d9689eca97b80bf643c500
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/simple_hw_breakpoints/TestSimpleHWBreakpoints.py

  Log Message:
  -----------
  [lldb] Fix a test if hardware breakpoints are not supported (#168813)

If `HardwareBreakpointTestBase.supports_hw_breakpoints()` returns False,
`SimpleHWBreakpointTest.does_not_support_hw_breakpoints()` returns None,
so the test runs and fails. However, it should be skipped instead.

The test was added in #146602, while `supports_hw_breakpoints()` was
changed in #146609, which was landed earlier despite having a bigger
number.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list