[lldb] expect TestGuiBasicDebug.py failure on aarch64
authorLuboš Luňák <l.lunak@centrum.cz>
Wed, 5 Aug 2020 10:18:38 +0000 (12:18 +0200)
committerLuboš Luňák <l.lunak@centrum.cz>
Wed, 5 Aug 2020 10:21:05 +0000 (12:21 +0200)
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.

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

index 76d9d3b..5c3d0d7 100644 (file)
@@ -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()