Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r69771:b8e86fd40eca
Date: 2014-03-06 18:26 -0800
http://bitbucket.org/pypy/pypy/changeset/b8e86fd40eca/

Log:    these pass now

diff --git a/lib-python/3/ctypes/test/test_numbers.py 
b/lib-python/3/ctypes/test/test_numbers.py
--- a/lib-python/3/ctypes/test/test_numbers.py
+++ b/lib-python/3/ctypes/test/test_numbers.py
@@ -105,7 +105,6 @@
             self.assertEqual(ArgType, type(parm))
 
 
-    @xfail
     def test_floats(self):
         # c_float and c_double can be created from
         # Python int, long and float
@@ -119,7 +118,6 @@
             self.assertEqual(t(2).value, 2.0)
             self.assertEqual(t(f).value, 2.0)
 
-    @xfail
     def test_integers(self):
         class FloatLike(object):
             def __float__(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to