diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2019-10-17 17:53:44 +0000 |
---|---|---|
committer | Walter Erquinigo <a20012251@gmail.com> | 2019-10-17 17:53:44 +0000 |
commit | e19dfa6745f65d018ebdae3175c0fa5b50bbdba6 (patch) | |
tree | 05afd4a909cb235c963b33899709d1d21f248df1 /lldb/packages/Python/lldbsuite/test | |
parent | 4ff1e34b606d9a9fcfd8b8b5449a558315af94e5 (diff) | |
download | bcm5719-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.py | 1 |
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() |