[llvm-branch-commits] [lldb] 485ea1e - Update TestWriteMemoryWithHWBreakpoint.py
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 3 01:37:29 PDT 2026
Author: David Spickett
Date: 2026-09-03T09:37:23+01:00
New Revision: 485ea1eacce6876fadf7206fccbedf6d0d521bd8
URL: https://github.com/llvm/llvm-project/commit/485ea1eacce6876fadf7206fccbedf6d0d521bd8
DIFF: https://github.com/llvm/llvm-project/commit/485ea1eacce6876fadf7206fccbedf6d0d521bd8.diff
LOG: Update TestWriteMemoryWithHWBreakpoint.py
Added:
Modified:
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py b/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
index 1fb9060902b16..de90f8f65e218 100644
--- a/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
+++ b/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
@@ -14,7 +14,7 @@
class WriteMemoryWithHWBreakpoint(HardwareBreakpointTestBase):
@skipTestIfFn(HardwareBreakpointTestBase.hw_breakpoints_unsupported)
- # Fails with a sanitized build of debugserver.
+ # Fails with a sanitized build of debugserver. https://github.com/llvm/llvm-project/issues/220844
@llgs_test
def test_write_memory_with_hw_break(self):
self.build()
More information about the llvm-branch-commits
mailing list