Skip to content

Commit c954306

Browse files
committed
[lldb][lldb-dap][test] Enable more tests on Windows
These tests "just work" on our Windows On Arm machine.
1 parent 7f59264 commit c954306

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_logpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def setUp(self):
1919
self.main_basename = "main-copy.cpp"
2020
self.main_path = os.path.realpath(self.getBuildArtifact(self.main_basename))
2121

22-
@skipIfWindows
2322
def test_logmessage_basic(self):
2423
"""Tests breakpoint logmessage basic functionality."""
2524
before_loop_line = line_number("main.cpp", "// before loop")

lldb/test/API/tools/lldb-dap/console/TestDAP_console.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def check_lldb_command(
3737
),
3838
)
3939

40-
@skipIfWindows
4140
def test_scopes_variables_setVariable_evaluate(self):
4241
"""
4342
Tests that the "scopes" request causes the currently selected
@@ -80,7 +79,6 @@ def test_scopes_variables_setVariable_evaluate(self):
8079

8180
self.check_lldb_command("frame select", "frame #1", "frame 1 is selected")
8281

83-
@skipIfWindows
8482
def test_custom_escape_prefix(self):
8583
program = self.getBuildArtifact("a.out")
8684
self.build_and_launch(program, commandEscapePrefix="::")
@@ -96,7 +94,6 @@ def test_custom_escape_prefix(self):
9694
command_escape_prefix="::",
9795
)
9896

99-
@skipIfWindows
10097
def test_empty_escape_prefix(self):
10198
program = self.getBuildArtifact("a.out")
10299
self.build_and_launch(program, commandEscapePrefix="")
@@ -151,7 +148,6 @@ def test_exit_status_message_sigterm(self):
151148
"Exit status does not contain message 'exited with status'",
152149
)
153150

154-
@skipIfWindows
155151
def test_exit_status_message_ok(self):
156152
program = self.getBuildArtifact("a.out")
157153
self.build_and_launch(program, commandEscapePrefix="")

0 commit comments

Comments
 (0)