[pypy-svn] pypy shorter-float-repr: We don't have "full" dtoa, but this test now passes.

amauryfa commits-noreply at bitbucket.org
Thu Jan 20 22:39:49 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: shorter-float-repr
Changeset: r41098:d1b21195a28b
Date: 2011-01-20 22:29 +0100
http://bitbucket.org/pypy/pypy/changeset/d1b21195a28b/

Log:	We don't have "full" dtoa, but this test now passes.

diff --git a/pypy/rlib/test/test_rarithmetic.py b/pypy/rlib/test/test_rarithmetic.py
--- a/pypy/rlib/test/test_rarithmetic.py
+++ b/pypy/rlib/test/test_rarithmetic.py
@@ -343,7 +343,6 @@
         assert res == '3.33'
 
     def test_formatd_repr(self):
-        py.test.skip('WIP: Need full dtoa support to run this test')
         from pypy.rlib.rarithmetic import formatd
         def f(x):
             return formatd(x, 'r', 0, 0)


More information about the Pypy-commit mailing list