Disable TestProcessList on windows
Summary: `platform process list -v` on windows doesn't show all the process arguments, making this test useless for that platform Reviewers: stella.stamenova Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D69114 llvm-svn: 375144
This commit is contained in:
parent
4ff1e34b60
commit
e19dfa6745
@ -19,6 +19,7 @@ class ProcessListTestCase(TestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@skipIfWindows # https://bugs.llvm.org/show_bug.cgi?id=43702
|
||||
def test_process_list_with_args(self):
|
||||
"""Test process list show process args"""
|
||||
self.build()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user