This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe19dfa6745f6: Disable TestProcessList on windows (authored 
by wallace).

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
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to