From b0937be06e44c0cdc1c1aac16b76746150e70154 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 10 Dec 2019 15:15:08 -0800 Subject: Skip TestGuiBasic.py on ios etc device testing. --- lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py') diff --git a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py index d501b266cc1..0ee0982a5b4 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py +++ b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py @@ -15,6 +15,7 @@ class BasicGuiCommandTest(PExpectTest): # under ASAN on a loaded machine.. @skipIfAsan @skipIfCursesSupportMissing + @skipIfDarwinEmbedded # "run" command will not work correctly for remote debug def test_gui(self): self.build() -- cgit v1.2.3