forked from OSchip/llvm-project
[lldb] Skip test_launch_simple on Windows
Because stdio manipulation unsupported on Windows.
This commit is contained in:
parent
b2ab375d1f
commit
927afdffbb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue