[pypy-commit] pypy default: Fix for a test that was failing forever on linux64.

arigo noreply at buildbot.pypy.org
Tue Jun 5 12:07:26 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55408:972e718d8c54
Date: 2012-06-05 12:07 +0200
http://bitbucket.org/pypy/pypy/changeset/972e718d8c54/

Log:	Fix for a test that was failing forever on linux64.

diff --git a/pypy/module/_ffi/test/test_type_converter.py b/pypy/module/_ffi/test/test_type_converter.py
--- a/pypy/module/_ffi/test/test_type_converter.py
+++ b/pypy/module/_ffi/test/test_type_converter.py
@@ -144,6 +144,7 @@
     get_unichar_p = get_all
     get_float = get_all
     get_singlefloat = get_all
+    get_unsigned_which_fits_into_a_signed = get_all
     
     def convert(self, w_ffitype, val):
         self.val = val


More information about the pypy-commit mailing list