[Lldb-commits] [PATCH] D69114: Disable TestProcessList on windows
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 09:37:06 PDT 2019
wallace created this revision.
wallace added a reviewer: stella.stamenova.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
wallace edited the summary of this revision.
wallace added reviewers: clayborg, aadsm, labath.
`platform process list -v` on windows doesn't show all the process arguments, making this test useless for that platform.
Windows trunk is broken as well
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69114
Files:
lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
Index: lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
===================================================================
--- lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
+++ lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
@@ -19,6 +19,7 @@
NO_DEBUG_INFO_TESTCASE = True
+ @skipIfWindows # platform proces list -v on windows doesn't show all process the arguments
def test_process_list_with_args(self):
"""Test process list show process args"""
self.build()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69114.225447.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191017/f00a4254/attachment.bin>
More information about the lldb-commits
mailing list