File tree 2 files changed +0
-5
lines changed
lldb/test/API/tools/lldb-dap 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def setUp(self):
19
19
self .main_basename = "main-copy.cpp"
20
20
self .main_path = os .path .realpath (self .getBuildArtifact (self .main_basename ))
21
21
22
- @skipIfWindows
23
22
def test_logmessage_basic (self ):
24
23
"""Tests breakpoint logmessage basic functionality."""
25
24
before_loop_line = line_number ("main.cpp" , "// before loop" )
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ def check_lldb_command(
37
37
),
38
38
)
39
39
40
- @skipIfWindows
41
40
def test_scopes_variables_setVariable_evaluate (self ):
42
41
"""
43
42
Tests that the "scopes" request causes the currently selected
@@ -80,7 +79,6 @@ def test_scopes_variables_setVariable_evaluate(self):
80
79
81
80
self .check_lldb_command ("frame select" , "frame #1" , "frame 1 is selected" )
82
81
83
- @skipIfWindows
84
82
def test_custom_escape_prefix (self ):
85
83
program = self .getBuildArtifact ("a.out" )
86
84
self .build_and_launch (program , commandEscapePrefix = "::" )
@@ -96,7 +94,6 @@ def test_custom_escape_prefix(self):
96
94
command_escape_prefix = "::" ,
97
95
)
98
96
99
- @skipIfWindows
100
97
def test_empty_escape_prefix (self ):
101
98
program = self .getBuildArtifact ("a.out" )
102
99
self .build_and_launch (program , commandEscapePrefix = "" )
@@ -151,7 +148,6 @@ def test_exit_status_message_sigterm(self):
151
148
"Exit status does not contain message 'exited with status'" ,
152
149
)
153
150
154
- @skipIfWindows
155
151
def test_exit_status_message_ok (self ):
156
152
program = self .getBuildArtifact ("a.out" )
157
153
self .build_and_launch (program , commandEscapePrefix = "" )
You can’t perform that action at this time.
0 commit comments