[Python-bugs-list] [Bug #115492] 1 test failed: test_unicodedata
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 27 Sep 2000 12:13:37 -0700
Bug #115492, was updated on 2000-Sep-27 11:45
Here is a current snapshot of the bug.
Project: Python
Category: Core
Status: Open
Resolution: None
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.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115492&group_id=5470