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: Tests failed in nondecodable directory
Type: behavior Stage:
Components: Tests Versions: Python 3.6, Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: 25182 25183 25184 Superseder:
Assigned To: Nosy List: Arfrever, serhiy.storchaka
Priority: normal Keywords:

Created on 2015-09-19 20:21 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
tests.log serhiy.storchaka, 2015-09-19 20:21
Messages (1)
msg251113 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-09-19 20:21
A number of tests are failed or skipped when run in directory with a name that contains non-decodable characters. Attached output of following command:

./python -m test.regrtest -uall -v test_cgitb test_cmd_line test_gdb test_inspect test_multiprocessin_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_pdb test_pydoc test_pyexpat test_sax test_site test_subprocess test_tk test_venv test_xml_etree test_xml_etree_c

test_logging just hangs.

Locale is en_US.utf8.
History
Date User Action Args
2022-04-11 14:58:21adminsetgithub: 69368
2015-09-21 12:02:37Arfreversetnosy: + Arfrever
2015-09-19 21:13:23serhiy.storchakasetdependencies: + python -v crashes in nonencodable directory, python -m inspect --details fails in nondecodable directory, "python -m pydoc -w" fails in nondecodable directory
2015-09-19 20:21:35serhiy.storchakacreate