From e19dfa6745f65d018ebdae3175c0fa5b50bbdba6 Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Thu, 17 Oct 2019 17:53:44 +0000 Subject: [PATCH] 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 --- .../Python/lldbsuite/test/commands/platform/process/TestProcessList.py | 1 + 1 file changed, 1 insertion(+) 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 e7a0273..a22b3e5 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() -- 2.7.4