Skip to content

Commit 927afdf

Browse files
committed
[lldb] Skip test_launch_simple on Windows
Because stdio manipulation unsupported on Windows.
1 parent b2ab375 commit 927afdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/target/TestTargetAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def test_read_memory(self):
152152

153153

154154
@add_test_categories(['pyapi'])
155+
@skipIfWindows # stdio manipulation unsupported on Windows
155156
def test_launch_simple(self):
156157
d = {'EXE': 'b.out'}
157158
self.build(dictionary=d)

0 commit comments

Comments
 (0)