We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fed70 commit 4f644ffCopy full SHA for 4f644ff
lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
@@ -17,7 +17,7 @@ class TestThreadPlanCommands(TestBase):
17
NO_DEBUG_INFO_TESTCASE = True
18
19
@skipIfWindows
20
- @expectedFailureAll(oslist=["linux"])
+ @expectedFailureAll(oslist=["linux"], archs=["aarch64"])
21
def test_thread_plan_actions(self):
22
self.build()
23
self.main_source_file = lldb.SBFileSpec("main.c")
0 commit comments