summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorWalter Erquinigo <a20012251@gmail.com>2019-10-17 17:53:44 +0000
committerWalter Erquinigo <a20012251@gmail.com>2019-10-17 17:53:44 +0000
commite19dfa6745f65d018ebdae3175c0fa5b50bbdba6 (patch)
tree05afd4a909cb235c963b33899709d1d21f248df1 /lldb/packages/Python/lldbsuite/test
parent4ff1e34b606d9a9fcfd8b8b5449a558315af94e5 (diff)
downloadbcm5719-llvm-e19dfa6745f65d018ebdae3175c0fa5b50bbdba6.tar.gz
bcm5719-llvm-e19dfa6745f65d018ebdae3175c0fa5b50bbdba6.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py b/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
index e7a0273bbd8..a22b3e5a03f 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
@@ -19,6 +19,7 @@ class ProcessListTestCase(TestBase):
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()
OpenPOWER on IntegriCloud