[pypy-svn] r65051 - pypy/branch/pyjitpl5/pypy/jit/backend/llvm

arigo at codespeak.net arigo at codespeak.net
Tue May 5 13:48:03 CEST 2009


Author: arigo
Date: Tue May  5 13:48:02 2009
New Revision: 65051

Added:
   pypy/branch/pyjitpl5/pypy/jit/backend/llvm/conftest.py   (contents, props changed)
Log:
Skip these tests for now.


Added: pypy/branch/pyjitpl5/pypy/jit/backend/llvm/conftest.py
==============================================================================
--- (empty file)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/llvm/conftest.py	Tue May  5 13:48:02 2009
@@ -0,0 +1,5 @@
+import py
+
+class Directory(py.test.collect.Directory):
+    def consider_dir(self, path):
+        py.test.skip("llvm-jit tests skipped")



More information about the Pypy-commit mailing list