Skip to content

Commit e19dfa6

Browse files
committedOct 17, 2019
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
1 parent 4ff1e34 commit e19dfa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class ProcessListTestCase(TestBase):
1919

2020
NO_DEBUG_INFO_TESTCASE = True
2121

22+
@skipIfWindows # https://bugs.llvm.org/show_bug.cgi?id=43702
2223
def test_process_list_with_args(self):
2324
"""Test process list show process args"""
2425
self.build()

0 commit comments

Comments
 (0)
Please sign in to comment.