[Python-bugs-list] [Bug #115492] 1 test failed: test_unicodedata

noreply@sourceforge.net noreply@sourceforge.net
Fri, 29 Sep 2000 00:57:29 -0700


Bug #115492, was updated on 2000-Sep-27 11:45
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Closed
Resolution: Fixed
Bug Group: Platform-specific
Priority: 5
Summary: 1 test failed: test_unicodedata

Details: Running the self-test ("make test") for 2.0b2 under

$ uname -a
SunOS jimi 5.6 Generic_105181-17 sun4u sparc SUNW,Ultra-5_10

...
test_unicodedata
test test_unicodedata failed -- Writing: 'e052289ecef97fc89c794cf663cb74a64631d34e', expected: 'b886
84df19fca8c3d0ab31f040dd8de89f7836fe'

$pwd
/var/build/Python-2.0b2/Lib/test

$ ../../python test_unicodedata.py 
Testing Unicode Database...
Methods: e052289ecef97fc89c794cf663cb74a64631d34e
Functions: 5abd7e976848725e58f5834a0e5e37615f40d3a2
API: ok

$ cat output/test_unicodedata 
test_unicodedata
Testing Unicode Database...
Methods: b88684df19fca8c3d0ab31f040dd8de89f7836fe
Functions: 5abd7e976848725e58f5834a0e5e37615f40d3a2
API: ok


Follow-Ups:

Date: 2000-Sep-27 12:13
By: tim_one

Comment:
Changed to platform-specific and assigned to MAL.  Looks like the little-endian vs big-endian glitch again to me.

-------------------------------------------------------

Date: 2000-Sep-27 12:25
By: lemburg

Comment:
I have already checked in a patch which should solve this
problem -- can't check it though, since I don't have access to
a big endian machine.

The CVS tree has the patched versions of the test_unicodedata.py
file and the new test output.

-------------------------------------------------------

Date: 2000-Sep-28 17:53
By: mdb

Comment:
FYI, I grabbed a snapshot of the CVS tree at 00 GMT, 29 Sep 2000, compiled using gcc-2.95.2, and confirmed that the test_unicodedata.py script successfully completes under Solaris-2.6/Sparc (i.e., same platform as original).
Thanks.
-------------------------------------------------------

Date: 2000-Sep-29 00:57
By: lemburg

Comment:
Ok, so I'll take that as proof that the test also works on
big endian machines.

Bug closed.

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115492&group_id=5470