[llvm-branch-commits] [lldb] d672fd1 - Update TestWriteOverSoftwareBreakpoint.py
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 3 01:37:14 PDT 2026
Author: David Spickett
Date: 2026-09-03T09:37:08+01:00
New Revision: d672fd17b60d29f5b07f25ae0c73595d932da212
URL: https://github.com/llvm/llvm-project/commit/d672fd17b60d29f5b07f25ae0c73595d932da212
DIFF: https://github.com/llvm/llvm-project/commit/d672fd17b60d29f5b07f25ae0c73595d932da212.diff
LOG: Update TestWriteOverSoftwareBreakpoint.py
Added:
Modified:
lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py b/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py
index 471684f61e152..d023624454443 100644
--- a/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py
+++ b/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py
@@ -15,7 +15,7 @@ class WriteOverSoftwareBreakpoint(TestBase):
# Could not find a way to make place_break_here visible to lldb on Windows.
@skipIfWindows
- # 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_over_breakpoint(self):
TestBase.setUp(self)
More information about the llvm-branch-commits
mailing list