[Lldb-commits] [PATCH] D19626: XFail TestIRInterpreter on Windows

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 27 14:59:13 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL267800: XFail TestIRInterpreter on Windows (authored by amccarth).

Changed prior to commit:
  http://reviews.llvm.org/D19626?vs=55326&id=55333#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19626

Files:
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py

Index: lldb/trunk/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py
+++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py
@@ -38,6 +38,7 @@
         self.runCmd("run", RUN_SUCCEEDED)
 
     @add_test_categories(['pyapi'])
+    @expectedFailureAll(oslist=['windows'], bugnumber="21765")  # getpid() is POSIX, among other problems, see bug
     def test_ir_interpreter(self):
         self.build_and_run()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19626.55333.patch
Type: text/x-patch
Size: 658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160427/2609559c/attachment.bin>


More information about the lldb-commits mailing list