Author: Felipe de Azevedo Piovezan Date: 2026-09-02T11:15:17-04:00 New Revision: 8f06f641657927e8ae77fcbb5a49b38c68b1831b
URL: https://github.com/llvm/llvm-project/commit/8f06f641657927e8ae77fcbb5a49b38c68b1831b DIFF: https://github.com/llvm/llvm-project/commit/8f06f641657927e8ae77fcbb5a49b38c68b1831b.diff LOG: Revert "[lldb][test] Disable two breakpoint tests for debugserver (#2… (#220615) …18636)" This reverts commit 7ea6d83f49d975d64ef2548561a46619c86b3570. The tests should now pass. 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 1fb9060902b16..341ef444c66e0 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,8 +14,6 @@ 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 471684f61e152..2abae29c837ea 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,8 +15,6 @@ 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") _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
