[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user