[ python-Bugs-1080811 ] full test with all unicode text files

SourceForge.net noreply at sourceforge.net
Sun Dec 12 10:55:12 CET 2004


Bugs item #1080811, was opened at 2004-12-07 19:53
Message generated for change (Comment added) made by makaron
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1080811&group_id=5470

Category: None
Group: Not a Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Grzegorz Makarewicz (makaron)
Assigned to: Nobody/Anonymous (nobody)
Summary: full test with all unicode text files

Initial Comment:
samall bug? while performing full test on pythonthon
core with all required files (unicode). This can be
found when 
"python -u regrtest.py -uall" is executed - perhaps
some encodings are not preserved - test_codecmaps_kr
fails with message: "JOHAB.TXT not found, download from
http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT
"
this file exists on my system and is placed in
lib/test, as required.

when its running as standalone test everything is OK.


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

>Comment By: Grzegorz Makarewicz (makaron)
Date: 2004-12-12 10:55

Message:
Logged In: YES 
user_id=115179

works like a harm - but i dont know why

255 tests OK.
35 tests skipped:
    test__locale test_aepack test_al test_applesingle
test_cd test_cl
    test_commands test_curses test_dbm test_dl test_fcntl
test_fork1
    test_gdbm test_gl test_grp test_imgfile test_ioctl
    test_linuxaudiodev test_macfs test_macostools test_mhlib
test_nis
    test_openpty test_ossaudiodev test_plistlib test_poll
test_posix
    test_pty test_pwd test_resource test_scriptpackages
test_signal
    test_sunaudiodev test_threadsignals test_timing
Those skips are all expected on win32.

:) nice python

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

Comment By: Grzegorz Makarewicz (makaron)
Date: 2004-12-10 09:54

Message:
Logged In: YES 
user_id=115179

my system is windows 2000 pro sp4 with latest fixes from ms,
polish language, python from cvs (head), msvc 7.1

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

Comment By: Walter Dörwald (doerwalter)
Date: 2004-12-09 20:06

Message:
Logged In: YES 
user_id=89016

I can't reproduce this on Linux. Putting JOHAB.TXT (and the 
other files) into the current directory (dist from a CVS 
checkout) and running "python Lib/test/regrtest.py" works. 
Putting all the files into Lib/test and running regrtest.py from 
there works too. Which version of Python are you using?


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1080811&group_id=5470


More information about the Python-bugs-list mailing list