[pypy-svn] r36072 - pypy/dist/pypy/translator/llvm/pyllvm/test

arigo at codespeak.net arigo at codespeak.net
Sun Dec 31 13:24:32 CET 2006


Author: arigo
Date: Sun Dec 31 13:24:22 2006
New Revision: 36072

Modified:
   pypy/dist/pypy/translator/llvm/pyllvm/test/test_ee.py
Log:
Skip the pyllvm test.  Should be removed at some point.
The modern way to do this is jit/codegen/llvm.


Modified: pypy/dist/pypy/translator/llvm/pyllvm/test/test_ee.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/pyllvm/test/test_ee.py	(original)
+++ pypy/dist/pypy/translator/llvm/pyllvm/test/test_ee.py	Sun Dec 31 13:24:22 2006
@@ -2,7 +2,7 @@
 from pypy.translator.llvm.buildllvm import llvm_is_on_path
 #if not llvm_is_on_path():
 #    py.test.skip("llvm not found")
-#py.test.skip('aborts with SIGIOT on the snake machine :-(')
+py.test.skip('not useful to keep around, will be removed soon')
 
 try:
     from pypy.translator.llvm.pyllvm import pyllvm



More information about the Pypy-commit mailing list