From e8b7edafc3dd0ab85903eebdfdb3bb7cc2d66743 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 4 Aug 2020 14:39:39 -0700 Subject: [PATCH] [lldb/Test] Add @skipIfRemote decorator to TestProcessList.py lldb-platform contains a very minimal support for the qfProcessInfo packet, only allowing the simplest query to get most of the testsuite running, and returning very little information about the matched processes. --- lldb/test/API/commands/platform/process/list/TestProcessList.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/commands/platform/process/list/TestProcessList.py b/lldb/test/API/commands/platform/process/list/TestProcessList.py index 9fc84d4..fe2ed74 100644 --- a/lldb/test/API/commands/platform/process/list/TestProcessList.py +++ b/lldb/test/API/commands/platform/process/list/TestProcessList.py @@ -18,6 +18,7 @@ class ProcessListTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfWindows # https://bugs.llvm.org/show_bug.cgi?id=43702 + @skipIfRemote # rdar://problem/66542336 def test_process_list_with_args(self): """Test process list show process args""" self.build() -- 2.7.4