[LLDB] Remove xfail aarch64/linux from TestThreadPlanCommands.py
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 13 Apr 2020 09:30:23 +0000 (14:30 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 13 Apr 2020 09:30:50 +0000 (14:30 +0500)
lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py

index ff3b04d..2b713a9 100644 (file)
@@ -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")