[pypy-svn] r46261 - pypy/dist/pypy/translator/jvm/test

antocuni at codespeak.net antocuni at codespeak.net
Mon Sep 3 11:37:05 CEST 2007


Author: antocuni
Date: Mon Sep  3 11:37:04 2007
New Revision: 46261

Modified:
   pypy/dist/pypy/translator/jvm/test/test_cast.py
Log:
test_uint_to_float passes



Modified: pypy/dist/pypy/translator/jvm/test/test_cast.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_cast.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_cast.py	Mon Sep  3 11:37:04 2007
@@ -3,7 +3,4 @@
 from pypy.translator.oosupport.test_template.cast import BaseTestCast
 
 class TestCast(BaseTestCast, JvmTest):
-
-    def test_uint_to_float(self):
-        # This is most likely with how we render uints when we print them, and they get parsed.
-        py.test.skip('Same issue seen in other tests with uints... 2147450880.0 == 2147483648.0')
+    pass



More information about the Pypy-commit mailing list