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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits