diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-05 15:37:50 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-05 15:38:07 -0700 |
| commit | 927afdffbb1deebd83b86d024b67687d758521d0 (patch) | |
| tree | 6275dbd56ab19c49d41e31d31256221fb8bedba5 /lldb/test/API/python_api | |
| parent | b2ab375d1f08ab0faecc20f0340cb972f31010a7 (diff) | |
| download | llvm-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.py | 1 |
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) |
