[lldb] Skip test_launch_simple on Windows

Because stdio manipulation unsupported on Windows.
This commit is contained in:
Jonas Devlieghere 2020-08-05 15:37:50 -07:00
parent b2ab375d1f
commit 927afdffbb
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ class TargetAPITestCase(TestBase):
@add_test_categories(['pyapi'])
@skipIfWindows # stdio manipulation unsupported on Windows
def test_launch_simple(self):
d = {'EXE': 'b.out'}
self.build(dictionary=d)