Author: Luboš Luňák Date: 2020-08-05T12:21:05+02:00 New Revision: 188187f062a56604a4339f16f139e3cc720ba2bd
URL: https://github.com/llvm/llvm-project/commit/188187f062a56604a4339f16f139e3cc720ba2bd DIFF: https://github.com/llvm/llvm-project/commit/188187f062a56604a4339f16f139e3cc720ba2bd.diff LOG: [lldb] expect TestGuiBasicDebug.py failure on aarch64 http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/builds/7287/steps/test/logs/stdio fails, and the output suggests that gui 'finish' (='thread step-out') is broken on aarch64. 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 76d9d3bdc463..5c3d0d7369b4 100644 --- a/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py +++ b/lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py @@ -16,6 +16,7 @@ class TestGuiBasicDebugCommandTest(PExpectTest): @skipIfAsan @skipIfCursesSupportMissing @skipIfRemote # "run" command will not work correctly for remote debug + @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