Skip to content

Commit

Permalink
[lldb] Skip test_launch_simple on Windows
Browse files Browse the repository at this point in the history
Because stdio manipulation unsupported on Windows.
  • Loading branch information
JDevlieghere committed Aug 5, 2020
1 parent b2ab375 commit 927afdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/python_api/target/TestTargetAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def test_read_memory(self):


@add_test_categories(['pyapi'])
@skipIfWindows # stdio manipulation unsupported on Windows
def test_launch_simple(self):
d = {'EXE': 'b.out'}
self.build(dictionary=d)
Expand Down

0 comments on commit 927afdf

Please sign in to comment.