[pypy-svn] r38557 - pypy/dist/pypy/rpython/ootypesystem/test

pedronis at codespeak.net pedronis at codespeak.net
Mon Feb 12 14:09:27 CET 2007


Author: pedronis
Date: Mon Feb 12 14:09:26 2007
New Revision: 38557

Modified:
   pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py
Log:
skip this "wish" test for now



Modified: pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py	Mon Feb 12 14:09:26 2007
@@ -142,6 +142,8 @@
     assert a.translator._graphof(callback)
 
 def test_callback_field_bound_method():
+    py.test.skip("needs an rtyping hack to help the js backend "
+                 "or generalized bound methods support in many places")
     class A:
         def x(self, i):
             return float(i)



More information about the Pypy-commit mailing list