wallace created this revision.
wallace added a reviewer: stella.stamenova.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
wallace edited the summary of this revision.
wallace added reviewers: clayborg, aadsm, labath.

`platform process list -v` on windows doesn't show all the process arguments, 
making this test useless for that platform.
Windows trunk is broken as well


Repository:
  rG LLVM Github Monorepo

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 # platform proces list -v on windows doesn't show all 
process the arguments
     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 # platform proces list -v on windows doesn't show all process the arguments
     def test_process_list_with_args(self):
         """Test process list show process args"""
         self.build()
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to