[lldb/Test] Add @skipIfRemote decorator to TestProcessList.py
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 4 Aug 2020 21:39:39 +0000 (14:39 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 4 Aug 2020 21:40:07 +0000 (14:40 -0700)
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

index 9fc84d4..fe2ed74 100644 (file)
@@ -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()