diff options
| author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-08-06 17:33:26 +0500 |
|---|---|---|
| committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-08-06 17:38:20 +0500 |
| commit | 94a5919946a0a6b87720d9d1dfd15071ae3a5a49 (patch) | |
| tree | c6ee7711fea9354c95ea48ed2fa785081f9d11c4 /lldb/test/API/python_api | |
| parent | d893278bba01b0e1209e8b8accbdd5cfa75a0932 (diff) | |
| download | llvm-94a5919946a0a6b87720d9d1dfd15071ae3a5a49.zip llvm-94a5919946a0a6b87720d9d1dfd15071ae3a5a49.tar.gz llvm-94a5919946a0a6b87720d9d1dfd15071ae3a5a49.tar.bz2 | |
[LLDB] Skip test_launch_simple from TestTargetAPI.py on Arm/AArch64 Linux
Recently added TestTargetAPI.py test "test_launch_simple" is failing on
Arm/AArch64 Linux targets. Putting them to skip until fixed.
Differential Revision: https://reviews.llvm.org/D85235
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 7db5388..70bf1a3 100644 --- a/lldb/test/API/python_api/target/TestTargetAPI.py +++ b/lldb/test/API/python_api/target/TestTargetAPI.py @@ -153,6 +153,7 @@ class TargetAPITestCase(TestBase): @add_test_categories(['pyapi']) @skipIfWindows # stdio manipulation unsupported on Windows + @skipIf(oslist=["linux"], archs=["arm", "aarch64"]) def test_launch_simple(self): d = {'EXE': 'b.out'} self.build(dictionary=d) |
