https://github.com/felipepiovezan created https://github.com/llvm/llvm-project/pull/220615
…18636)" This reverts commit 7ea6d83f49d975d64ef2548561a46619c86b3570. The tests should now pass. >From e9e32ee5439d5e3c0ea1a5ce8629b7783834607f Mon Sep 17 00:00:00 2001 From: Felipe de Azevedo Piovezan <[email protected]> Date: Wed, 2 Sep 2026 16:13:08 +0100 Subject: [PATCH] Revert "[lldb][test] Disable two breakpoint tests for debugserver (#218636)" This reverts commit 7ea6d83f49d975d64ef2548561a46619c86b3570. The tests should now pass. --- .../TestWriteMemoryWithHWBreakpoint.py | 2 -- .../TestWriteOverSoftwareBreakpoint.py | 2 -- 2 files changed, 4 deletions(-) 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
