From 3d27a99b2ed24e1951483cf13357ec188ad44bb0 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Thu, 1 Oct 2020 10:20:16 +0500 Subject: [PATCH] [LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug This test now passes on AArch64/Linux after following change by Jonas: d689570d7dcb16ee241676e22324dc456837eb23 --- lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py index 81067bf..9deb700 100644 --- a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py +++ b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py @@ -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() -- 2.7.4