[lldb] Skip test_launch_simple on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 5 Aug 2020 22:37:50 +0000 (15:37 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 5 Aug 2020 22:38:07 +0000 (15:38 -0700)
Because stdio manipulation unsupported on Windows.

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

index f6b349b..5bdbf90 100644 (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)