From 24a4d27acd38d7d7e3c78a8ddf1410f046891b70 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 11 Dec 2019 08:29:18 -0800 Subject: [PATCH] Don't run expect based tests remotely. --- .../commands/expression/multiline-completion/TestMultilineCompletion.py | 2 +- lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py index 6fbdaee..1275595 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py @@ -14,7 +14,7 @@ class MultilineCompletionTest(PExpectTest): # PExpect uses many timeouts internally and doesn't play well # under ASAN on a loaded machine.. @skipIfAsan - @skipIfDarwinEmbedded # test is written to explicitly "run" the binary + @skipIfRemote # test is written to explicitly "run" the binary def test_basic_completion(self): """Test that we can complete a simple multiline expression""" self.build() 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 0ee0982..2dcc7d0 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py +++ b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py @@ -15,7 +15,7 @@ class BasicGuiCommandTest(PExpectTest): # under ASAN on a loaded machine.. @skipIfAsan @skipIfCursesSupportMissing - @skipIfDarwinEmbedded # "run" command will not work correctly for remote debug + @skipIfRemote # "run" command will not work correctly for remote debug def test_gui(self): self.build() -- 2.7.4