Author: David Spickett Date: 2026-09-03T09:27:50+01:00 New Revision: 0264aa50b4ce89fa211a14d32af376e25bd42d17
URL: https://github.com/llvm/llvm-project/commit/0264aa50b4ce89fa211a14d32af376e25bd42d17 DIFF: https://github.com/llvm/llvm-project/commit/0264aa50b4ce89fa211a14d32af376e25bd42d17.diff LOG: Revert "Revert "[lldb][test] Disable two breakpoint tests for debugserver (#2…" This reverts commit 8f06f641657927e8ae77fcbb5a49b38c68b1831b. Added: Modified: lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.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 341ef444c66e0..1fb9060902b16 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,6 +14,8 @@ class WriteMemoryWithHWBreakpoint(HardwareBreakpointTestBase): @skipTestIfFn(HardwareBreakpointTestBase.hw_breakpoints_unsupported) + # Fails with a sanitized build of debugserver. + @llgs_test def test_write_memory_with_hw_break(self): self.build() exe = self.getBuildArtifact("a.out") 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 2abae29c837ea..471684f61e152 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,6 +15,8 @@ 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. + @llgs_test def test_write_over_breakpoint(self): TestBase.setUp(self) self.line = line_number("main.c", "// break here") _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
