[lldb] Skip test_launch_simple on Windows
Because stdio manipulation unsupported on Windows.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user