aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-08-05 15:37:50 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-08-05 15:38:07 -0700
commit927afdffbb1deebd83b86d024b67687d758521d0 (patch)
tree6275dbd56ab19c49d41e31d31256221fb8bedba5 /lldb/test/API/python_api
parentb2ab375d1f08ab0faecc20f0340cb972f31010a7 (diff)
downloadllvm-927afdffbb1deebd83b86d024b67687d758521d0.zip
llvm-927afdffbb1deebd83b86d024b67687d758521d0.tar.gz
llvm-927afdffbb1deebd83b86d024b67687d758521d0.tar.bz2
[lldb] Skip test_launch_simple on Windows
Because stdio manipulation unsupported on Windows.
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/target/TestTargetAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/target/TestTargetAPI.py b/lldb/test/API/python_api/target/TestTargetAPI.py
index f6b349b..5bdbf90 100644
--- a/lldb/test/API/python_api/target/TestTargetAPI.py
+++ b/lldb/test/API/python_api/target/TestTargetAPI.py
@@ -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)