From 6805a77eb66e2e4c9f308bc49c77297f790a5e7b Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Wed, 13 May 2020 08:03:28 +0500 Subject: [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. --- lldb/test/API/python_api/thread/TestThreadAPI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/python_api/thread') 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 -- cgit v1.1