[Lldb-commits] [lldb] 29bb046 - [LLDB] Remove xfail aarch64/linux from TestThreadPlanCommands.py

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 13 02:32:24 PDT 2020


Author: Muhammad Omair Javaid
Date: 2020-04-13T14:30:50+05:00
New Revision: 29bb046fe91ba13ddcbb0765e27f3164368b7c26

URL: https://github.com/llvm/llvm-project/commit/29bb046fe91ba13ddcbb0765e27f3164368b7c26
DIFF: https://github.com/llvm/llvm-project/commit/29bb046fe91ba13ddcbb0765e27f3164368b7c26.diff

LOG: [LLDB] Remove xfail aarch64/linux from TestThreadPlanCommands.py

Added: 
    

Modified: 
    lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
index ff3b04d49e55..2b713a9e280f 100644
--- a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
+++ b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
@@ -17,7 +17,6 @@ class TestThreadPlanCommands(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipIfWindows
-    @expectedFailureAll(oslist=["linux"], archs=["aarch64"])
     def test_thread_plan_actions(self):
         self.build()
         self.main_source_file = lldb.SBFileSpec("main.c")


        


More information about the lldb-commits mailing list