[ros-bugs] [Bug 3585] test_array.py fails for float and double with Python 2.3.5

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Aug 12 12:18:50 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3585


grschneider <grschneider at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grschneider at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from grschneider <grschneider at gmail.com>  2008-08-12 12:18:50 CET ---
AssertionError: 
array('d', [.0, 0.0, 42.0, 100000.0, .0, .0, 0.0, 42.0, 100000.0, .0]
=!
array('d', [0.0, 0.0, 42.0, 100000.0, 0.0, 0.0, 0.0, 42.0, 100000.0, 0.0]

for both tests (float and double). Could be related to _vsnprintf since repr
uses that function (bug #3587).


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list