[Lldb-commits] [lldb] 3d27a99 - [LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 30 22:22:00 PDT 2020


Author: Muhammad Omair Javaid
Date: 2020-10-01T10:20:22+05:00
New Revision: 3d27a99b2ed24e1951483cf13357ec188ad44bb0

URL: https://github.com/llvm/llvm-project/commit/3d27a99b2ed24e1951483cf13357ec188ad44bb0
DIFF: https://github.com/llvm/llvm-project/commit/3d27a99b2ed24e1951483cf13357ec188ad44bb0.diff

LOG: [LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug

This test now passes on AArch64/Linux after following change by Jonas:
d689570d7dcb16ee241676e22324dc456837eb23

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
index 81067bf776e3..9deb700da39c 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()
 


        


More information about the lldb-commits mailing list