[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.
This commit is contained in:
Muhammad Omair Javaid
2020-05-13 08:03:28 +05:00
parent fb2c4d50f1
commit 6805a77eb6
3 changed files with 3 additions and 0 deletions

View File

@@ -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