[pypy-svn] r55164 - pypy/dist/pypy/objspace/std/test

fijal at codespeak.net fijal at codespeak.net
Sat May 24 00:09:36 CEST 2008


Author: fijal
Date: Sat May 24 00:09:35 2008
New Revision: 55164

Modified:
   pypy/dist/pypy/objspace/std/test/test_longobject.py
Log:
Skip this test, it's broken needs investigation


Modified: pypy/dist/pypy/objspace/std/test/test_longobject.py
==============================================================================
--- pypy/dist/pypy/objspace/std/test/test_longobject.py	(original)
+++ pypy/dist/pypy/objspace/std/test/test_longobject.py	Sat May 24 00:09:35 2008
@@ -24,6 +24,7 @@
         space.raises_w(space.w_TypeError, space.bigint_w, w_obj)
 
     def test_rint_variants(self):
+        py.test.skip("XXX broken!")
         from pypy.rpython.tool.rfficache import platform
         space = self.space
         for r in platform.numbertype_to_rclass.values():



More information about the Pypy-commit mailing list