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 c107572 commit 9322e57Copy full SHA for 9322e57
lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
@@ -15,7 +15,7 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
15
# under ASAN on a loaded machine..
16
@skipIfAsan
17
@skipIfCursesSupportMissing
18
- @expectedFailureAll(archs=["aarch64"], oslist=["linux"])
+ @skipIf(archs=["arm", "aarch64"], oslist=["linux"])
19
def test_gui(self):
20
self.build()
21
0 commit comments