Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full test with all unicode text files #41295

Closed
makaron mannequin opened this issue Dec 7, 2004 · 5 comments
Closed

full test with all unicode text files #41295

makaron mannequin opened this issue Dec 7, 2004 · 5 comments

Comments

@makaron
Copy link
Mannequin

makaron mannequin commented Dec 7, 2004

BPO 1080811
Nosy @doerwalter

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-12-14.19:48:48.000>
created_at = <Date 2004-12-07.18:53:52.000>
labels = []
title = 'full test with all unicode text files'
updated_at = <Date 2004-12-14.19:48:48.000>
user = 'https://bugs.python.org/makaron'

bugs.python.org fields:

activity = <Date 2004-12-14.19:48:48.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2004-12-07.18:53:52.000>
creator = 'makaron'
dependencies = []
files = []
hgrepos = []
issue_num = 1080811
keywords = []
message_count = 5.0
messages = ['23579', '23580', '23581', '23582', '23583']
nosy_count = 2.0
nosy_names = ['doerwalter', 'makaron']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1080811'
versions = []

@makaron
Copy link
Mannequin Author

makaron mannequin commented Dec 7, 2004

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.

@makaron makaron mannequin closed this as completed Dec 7, 2004
@doerwalter
Copy link
Contributor

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?

@makaron
Copy link
Mannequin Author

makaron mannequin commented Dec 10, 2004

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

@makaron
Copy link
Mannequin Author

makaron mannequin commented Dec 12, 2004

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

@doerwalter
Copy link
Contributor

Logged In: YES
user_id=89016

You can download the files to the PCbuild directory and run
the rt.bat script from there.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant