Skip to content

Commit

Permalink
[lldb][lldb-dap] Enable more tests on Windows
Browse files Browse the repository at this point in the history
These few worked without changes.
  • Loading branch information
DavidSpickett committed Aug 29, 2024
1 parent 2f95298 commit f7d6dfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class TestDAP_redirection_to_console(lldbdap_testcase.DAPTestCaseBase):
@skipIfWindows
def test(self):
"""
Without proper stderr and stdout redirection, the following code would throw an
Expand Down
2 changes: 0 additions & 2 deletions lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@


class TestDAP_coreFile(lldbdap_testcase.DAPTestCaseBase):
@skipIfWindows
@skipIfLLVMTargetMissing("X86")
def test_core_file(self):
current_dir = os.path.dirname(__file__)
Expand Down Expand Up @@ -58,7 +57,6 @@ def test_core_file(self):
self.dap_server.request_next(threadId=32259)
self.assertEqual(self.get_stackFrames(), expected_frames)

@skipIfWindows
@skipIfLLVMTargetMissing("X86")
def test_core_file_source_mapping(self):
"""Test that sourceMap property is correctly applied when loading a core"""
Expand Down

0 comments on commit f7d6dfa

Please sign in to comment.