[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 1 Oct 2020 05:20:16 +0000 (10:20 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 1 Oct 2020 05:20:22 +0000 (10:20 +0500)
This test now passes on AArch64/Linux after following change by Jonas:
d689570d7dcb16ee241676e22324dc456837eb23

lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py

index 81067bf..9deb700 100644 (file)
@@ -15,7 +15,6 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
     # under ASAN on a loaded machine..
     @skipIfAsan
     @skipIfCursesSupportMissing
-    @expectedFailureAll(archs=["aarch64"], oslist=["linux"])
     def test_gui(self):
         self.build()