Author: Pavel Labath Date: 2021-09-13T15:11:28+02:00 New Revision: c82dbc2924bd37fc497cdfe581a21810aace608d
URL: https://github.com/llvm/llvm-project/commit/c82dbc2924bd37fc497cdfe581a21810aace608d DIFF: https://github.com/llvm/llvm-project/commit/c82dbc2924bd37fc497cdfe581a21810aace608d.diff LOG: [lldb] Skip TestGuiBasicDebug due to pr51833 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 e0eca428b6bd2..a7df72509d58f 100644 --- a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py +++ b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py @@ -14,7 +14,7 @@ class TestGuiBasicDebugCommandTest(PExpectTest): # PExpect uses many timeouts internally and doesn't play well # under ASAN on a loaded machine.. @skipIfAsan - @skipIf(oslist=["linux"], archs=["arm","aarch64"]) + @skipIf(bugnumber="llvm.org/pr51833") @skipIfCursesSupportMissing 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