File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
lldb/test/API/tools/lldb-dap Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
class TestDAP_redirection_to_console (lldbdap_testcase .DAPTestCaseBase ):
10
- @skipIfWindows
11
10
def test (self ):
12
11
"""
13
12
Without proper stderr and stdout redirection, the following code would throw an
Original file line number Diff line number Diff line change 12
12
13
13
14
14
class TestDAP_coreFile (lldbdap_testcase .DAPTestCaseBase ):
15
- @skipIfWindows
16
15
@skipIfLLVMTargetMissing ("X86" )
17
16
def test_core_file (self ):
18
17
current_dir = os .path .dirname (__file__ )
@@ -58,7 +57,6 @@ def test_core_file(self):
58
57
self .dap_server .request_next (threadId = 32259 )
59
58
self .assertEqual (self .get_stackFrames (), expected_frames )
60
59
61
- @skipIfWindows
62
60
@skipIfLLVMTargetMissing ("X86" )
63
61
def test_core_file_source_mapping_array (self ):
64
62
"""Test that sourceMap property is correctly applied when loading a core"""
You can’t perform that action at this time.
0 commit comments