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()
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()
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits