[Lldb-commits] [lldb] [lldb][Windows] enable skipped tests (PR #202689)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 9 08:24:42 PDT 2026
https://github.com/charles-zablit created https://github.com/llvm/llvm-project/pull/202689
None
>From fea407c629b161a15aabf88e744db604dc0738a0 Mon Sep 17 00:00:00 2001
From: Charles Zablit <c_zablit at apple.com>
Date: Tue, 9 Jun 2026 16:24:13 +0100
Subject: [PATCH] [lldb][Windows] enable skipped tests
---
.../breakpoint/breakpoint_command/TestBreakpointCommand.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
index 6139584c1b0d9..4d14cde38ecd4 100644
--- a/lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
+++ b/lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
@@ -22,7 +22,6 @@ def test_breakpoint_command_sequence(self):
self.build()
self.breakpoint_command_sequence()
- @skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
def test_script_parameters(self):
"""Test a sequence of breakpoint command add, list, and delete."""
self.build()
@@ -32,7 +31,6 @@ def test_commands_on_creation(self):
self.build()
self.breakpoint_commands_on_creation()
- @skipIf(oslist=["windows"])
@no_debug_info_test
def test_breakpoints_with_relative_path_line_tables(self):
"""
More information about the lldb-commits
mailing list