amccarth created this revision.
amccarth added a reviewer: teemperor.

The operation is supposed to fail, but apparently it fails on Windows for a 
different reason than the test anticipated.


https://reviews.llvm.org/D66841

Files:
  
lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py


Index: 
lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
===================================================================
--- 
lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
+++ 
lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
@@ -341,6 +341,7 @@
         self.expect("target create -s doesntexist doesntexisteither", 
error=True,
                     substrs=["invalid symbol file path 'doesntexist'"])
 
+    @skipIfWindows
     @no_debug_info_test
     def test_target_create_invalid_core_file(self):
         invalid_core_path = os.path.join(self.getSourceDir(), 
"invalid_core_file")


Index: lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
===================================================================
--- lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
+++ lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
@@ -341,6 +341,7 @@
         self.expect("target create -s doesntexist doesntexisteither", error=True,
                     substrs=["invalid symbol file path 'doesntexist'"])
 
+    @skipIfWindows
     @no_debug_info_test
     def test_target_create_invalid_core_file(self):
         invalid_core_path = os.path.join(self.getSourceDir(), "invalid_core_file")
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits] [PATCH] D6... Adrian McCarthy via Phabricator via lldb-commits

Reply via email to