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
$ LC_ALL=en_US.iso885915 ./python -m test -vuall test_curses -m test.test_curses.TestCurses.test_output_character == CPython 3.11.0a7+ (heads/re-group-name:5026649f98, Apr 24 2022, 22:45:28) [GCC 9.4.0] == Linux-5.4.0-109-generic-x86_64-with-glibc2.31 little-endian == cwd: /home/serhiy/py/cpython/build/test_python_197494� == CPU count: 8 == encodings: locale=ISO-8859-15, FS=iso8859-15 0:00:00 load avg: 1.53 Run tests sequentially 0:00:00 load avg: 1.53 [1/1] test_curses TERM=xterm-256color test_output_character (test.test_curses.TestCurses.test_output_character) ... ====================================================================== FAIL: test_output_character (test.test_curses.TestCurses.test_output_character) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/serhiy/py/cpython/Lib/test/test_curses.py", line 270, in test_output_character with self.assertRaises((UnicodeEncodeError, OverflowError)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: (<class 'UnicodeEncodeError'>, <class 'OverflowError'>) not raised ---------------------------------------------------------------------- Ran 1 test in 0.006s FAILED (failures=1) test test_curses failed test_curses failed (1 failure) == Tests result: FAILURE == 1 test failed: test_curses Total duration: 98 ms Tests result: FAILURE
The text was updated successfully, but these errors were encountered:
pythongh-91914: Fix test_curses on non-UTF-8 locale
ea83fca
gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)
f41c16b
pythongh-91914: Fix test_curses on non-UTF-8 locale (pythonGH-91919)
e79f49f
(cherry picked from commit f41c16b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
f4252df
3e219d3
1212b25
serhiy-storchaka
Successfully merging a pull request may close this issue.
serhiy-storchaka commentedApr 25, 2022
The text was updated successfully, but these errors were encountered: