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")


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to