Skip to content

Commit

Permalink
[lldb/Test] Add @skipIfRemote decorator to TestProcessList.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JDevlieghere committed Aug 4, 2020
1 parent 486e84d commit e8b7eda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e8b7eda

Please sign in to comment.