[pypy-svn] r31970 - pypy/dist/pypy/jit/llabstractinterp/test

arigo at codespeak.net arigo at codespeak.net
Sun Sep 3 20:50:36 CEST 2006


Author: arigo
Date: Sun Sep  3 20:50:35 2006
New Revision: 31970

Modified:
   pypy/dist/pypy/jit/llabstractinterp/test/test_llabstractinterp.py
Log:
(pedronis, arigo)

One day maybe, we'll restore the llabstractinterpreter...  Currently
it's really not very useful any more.



Modified: pypy/dist/pypy/jit/llabstractinterp/test/test_llabstractinterp.py
==============================================================================
--- pypy/dist/pypy/jit/llabstractinterp/test/test_llabstractinterp.py	(original)
+++ pypy/dist/pypy/jit/llabstractinterp/test/test_llabstractinterp.py	Sun Sep  3 20:50:35 2006
@@ -9,6 +9,9 @@
 from pypy.objspace.flow import model as flowmodel
 from pypy.rpython import objectmodel
 
+# one day maybe
+py.test.skip("XXX need to be ported to the newer rgenop interface")
+
 def annotation(a, x):
     T = lltype.typeOf(x)
     if T == lltype.Ptr(rstr.STR):



More information about the Pypy-commit mailing list