diff options
author | Jason Molenda <jmolenda@apple.com> | 2019-12-10 15:15:08 -0800 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2019-12-10 15:15:25 -0800 |
commit | b0937be06e44c0cdc1c1aac16b76746150e70154 (patch) | |
tree | 1aff8f5027ab15b8cb16f3e812271a7c0c8aedb8 /lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | |
parent | 88dacbd43625cf7aad8a01c0c3b92142c4dc0970 (diff) | |
download | bcm5719-llvm-b0937be06e44c0cdc1c1aac16b76746150e70154.tar.gz bcm5719-llvm-b0937be06e44c0cdc1c1aac16b76746150e70154.zip |
Skip TestGuiBasic.py on ios etc device testing.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |