This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: full test with all unicode text files
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doerwalter, makaron
Priority: normal Keywords:

Created on 2004-12-07 18:53 by makaron, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg23579 - (view) Author: Grzegorz Makarewicz (makaron) Date: 2004-12-07 18:53
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.
msg23580 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2004-12-09 19:06
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?
msg23581 - (view) Author: Grzegorz Makarewicz (makaron) Date: 2004-12-10 08:54
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
msg23582 - (view) Author: Grzegorz Makarewicz (makaron) Date: 2004-12-12 09:55
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
msg23583 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2004-12-14 19:48
Logged In: YES 
user_id=89016

You can download the files to the PCbuild directory and run 
the rt.bat script from there.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41295
2004-12-07 18:53:52makaroncreate