diff lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
line wrap: on
line diff
--- a/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py	Wed Jul 21 10:27:27 2021 +0900
+++ b/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py	Wed Nov 09 17:45:10 2022 +0900
@@ -9,14 +9,13 @@
 
 class GuiViewLargeCommandTest(PExpectTest):
 
-    mydir = TestBase.compute_mydir(__file__)
-
     # PExpect uses many timeouts internally and doesn't play well
     # under ASAN on a loaded machine..
     @skipIfAsan
     @skipIfCursesSupportMissing
     @skipIfRemote # "run" command will not work correctly for remote debug
     @expectedFailureNetBSD
+    @skipIf(oslist=["linux"], archs=["arm", "aarch64"])
     def test_gui(self):
         self.build()
 
@@ -30,9 +29,8 @@
         right_key = chr(27)+'OC'
         ctrl_l = chr(12)
 
-        # Start the GUI and close the welcome window.
+        # Start the GUI.
         self.child.sendline("gui")
-        self.child.send(escape_key)
 
         # Check the sources window.
         self.child.expect_exact("Sources")