[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:29 PDT 2019


wallace updated this revision to Diff 225466.
wallace added a comment.

added bug link in the comment


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.225466.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191017/24d61fb4/attachment.bin>


More information about the lldb-commits mailing list