[Lldb-commits] [lldb] 9f80ab1 - Revert "[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug"

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 16 03:03:52 PST 2020


Author: Muhammad Omair Javaid
Date: 2020-12-16T16:03:32+05:00
New Revision: 9f80ab1213e9f28b1b86f133fa7edf9a61c6f8fd

URL: https://github.com/llvm/llvm-project/commit/9f80ab1213e9f28b1b86f133fa7edf9a61c6f8fd
DIFF: https://github.com/llvm/llvm-project/commit/9f80ab1213e9f28b1b86f133fa7edf9a61c6f8fd.diff

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

This reverts commit 3d27a99b2ed24e1951483cf13357ec188ad44bb0.

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 9deb700da39c..81067bf776e3 100644
--- a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
+++ b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
@@ -15,6 +15,7 @@ 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