[Lldb-commits] [lldb] 743283c - [lldb][Windows] enable skipped tests (#202689)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 9 09:11:20 PDT 2026
Author: Charles Zablit
Date: 2026-06-09T17:11:15+01:00
New Revision: 743283c295ccc6411296a9a2a757ae4e3b3aa1e0
URL: https://github.com/llvm/llvm-project/commit/743283c295ccc6411296a9a2a757ae4e3b3aa1e0
DIFF: https://github.com/llvm/llvm-project/commit/743283c295ccc6411296a9a2a757ae4e3b3aa1e0.diff
LOG: [lldb][Windows] enable skipped tests (#202689)
Added:
Modified:
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
Removed:
################################################################################
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