[pypy-svn] r61747 - pypy/trunk/pypy/annotation/test

arigo at codespeak.net arigo at codespeak.net
Wed Feb 11 19:07:52 CET 2009


Author: arigo
Date: Wed Feb 11 19:07:51 2009
New Revision: 61747

Modified:
   pypy/trunk/pypy/annotation/test/test_annrpython.py
Log:
This test is not supported any more (more thinking needed).


Modified: pypy/trunk/pypy/annotation/test/test_annrpython.py
==============================================================================
--- pypy/trunk/pypy/annotation/test/test_annrpython.py	(original)
+++ pypy/trunk/pypy/annotation/test/test_annrpython.py	Wed Feb 11 19:07:51 2009
@@ -2761,6 +2761,7 @@
         assert isinstance(s, annmodel.SomeExternalInstance)        
 
     def test_instance_with_flags(self):
+        py.test.skip("not supported any more")
         from pypy.rlib.jit import hint
 
         class A:



More information about the Pypy-commit mailing list