[Lldb-commits] [PATCH] D69114: Disable TestProcessList on windows
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 10:52:45 PDT 2019
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe19dfa6745f6: Disable TestProcessList on windows (authored by wallace).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69114/new/
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 # https://bugs.llvm.org/show_bug.cgi?id=43702
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.225467.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191017/755e0462/attachment.bin>
More information about the lldb-commits
mailing list