From: Jonas Devlieghere Date: Tue, 4 Aug 2020 21:39:39 +0000 (-0700) Subject: [lldb/Test] Add @skipIfRemote decorator to TestProcessList.py X-Git-Tag: llvmorg-13-init~15802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8b7edafc3dd0ab85903eebdfdb3bb7cc2d66743;p=platform%2Fupstream%2Fllvm.git [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. --- 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()