[pypy-svn] r48935 - pypy/branch/remove-extcompiler-rctypes/pypy/jit/codegen/llvm/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 22 18:16:50 CET 2007


Author: cfbolz
Date: Thu Nov 22 18:16:50 2007
New Revision: 48935

Modified:
   pypy/branch/remove-extcompiler-rctypes/pypy/jit/codegen/llvm/test/test_llvmjit.py
Log:
skip this, rctypes is gone


Modified: pypy/branch/remove-extcompiler-rctypes/pypy/jit/codegen/llvm/test/test_llvmjit.py
==============================================================================
--- pypy/branch/remove-extcompiler-rctypes/pypy/jit/codegen/llvm/test/test_llvmjit.py	(original)
+++ pypy/branch/remove-extcompiler-rctypes/pypy/jit/codegen/llvm/test/test_llvmjit.py	Thu Nov 22 18:16:50 2007
@@ -4,6 +4,8 @@
 from pypy.jit.codegen.llvm import llvmjit
 from pypy.jit.codegen.llvm.compatibility import define, globalprefix, icmp, i1, i32
 
+py.test.skip("doesn't work right now since it is using rctypes")
+
 try:
     from pypy.jit.codegen.llvm import llvmjit
 except OSError:



More information about the Pypy-commit mailing list