diff options
| author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-05-13 08:03:28 +0500 |
|---|---|---|
| committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2020-05-13 08:05:27 +0500 |
| commit | 6805a77eb66e2e4c9f308bc49c77297f790a5e7b (patch) | |
| tree | 6493c68aa239e109350ccdad1e3f5d8a681596ef /lldb/test/API/python_api | |
| parent | fb2c4d50f1426356d0aa3a9eaa1dab50b25c9082 (diff) | |
| download | llvm-6805a77eb66e2e4c9f308bc49c77297f790a5e7b.zip llvm-6805a77eb66e2e4c9f308bc49c77297f790a5e7b.tar.gz llvm-6805a77eb66e2e4c9f308bc49c77297f790a5e7b.tar.bz2 | |
[LLDB] Mark some xfails for arm-linux
This patch marks following tests as xfail for arm-linux target.
lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
lldb/test/API/python_api/thread/TestThreadAPI.py
lldb/test/Shell/Recognizer/assert.test
Bugs have been filed for all of them for the corresponding failing
component.
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/thread/TestThreadAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py index 87d4eb8..6e4aedd 100644 --- a/lldb/test/API/python_api/thread/TestThreadAPI.py +++ b/lldb/test/API/python_api/thread/TestThreadAPI.py @@ -38,6 +38,7 @@ class ThreadAPITestCase(TestBase): self.run_to_address(self.exe_name) @add_test_categories(['pyapi']) + @expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45892") @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr20476') @expectedFailureAll(oslist=["windows"]) @expectedFailureNetBSD |
