Skip to content

Commit f7d6dfa

Browse files
committed
[lldb][lldb-dap] Enable more tests on Windows
These few worked without changes.
1 parent 2f95298 commit f7d6dfa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class TestDAP_redirection_to_console(lldbdap_testcase.DAPTestCaseBase):
10-
@skipIfWindows
1110
def test(self):
1211
"""
1312
Without proper stderr and stdout redirection, the following code would throw an

lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
class TestDAP_coreFile(lldbdap_testcase.DAPTestCaseBase):
15-
@skipIfWindows
1615
@skipIfLLVMTargetMissing("X86")
1716
def test_core_file(self):
1817
current_dir = os.path.dirname(__file__)
@@ -58,7 +57,6 @@ def test_core_file(self):
5857
self.dap_server.request_next(threadId=32259)
5958
self.assertEqual(self.get_stackFrames(), expected_frames)
6059

61-
@skipIfWindows
6260
@skipIfLLVMTargetMissing("X86")
6361
def test_core_file_source_mapping(self):
6462
"""Test that sourceMap property is correctly applied when loading a core"""

0 commit comments

Comments
 (0)