From: Muhammad Omair Javaid Date: Thu, 1 Oct 2020 05:20:16 +0000 (+0500) Subject: [LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug X-Git-Tag: llvmorg-13-init~10430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d27a99b2ed24e1951483cf13357ec188ad44bb0;p=platform%2Fupstream%2Fllvm.git [LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug This test now passes on AArch64/Linux after following change by Jonas: d689570d7dcb16ee241676e22324dc456837eb23 --- 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()