Message303318
Seems there is the same cause of the failure of test_curses on OpenBSD.
======================================================================
ERROR: test_window_funcs (test.test_curses.TestCurses) (meth='window.getkey')
Test the methods of windows
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython3.7/Lib/test/test_curses.py", line 99, in test_window_funcs
meth()
ValueError: chr() arg not in range(0x110000)
======================================================================
FAIL: test_unget_wch (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython3.7/Lib/test/test_curses.py", line 355, in test_unget_wch
self.assertEqual(read, ch)
AssertionError: -61 != 'é'
----------------------------------------------------------------------
System ncurses version is 5.7. |
|
| Date |
User |
Action |
Args |
| 2017-09-29 09:23:46 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, georg.brandl, vstinner, ned.deily, geoffreyspear, python-dev, jcbollinger |
| 2017-09-29 09:23:46 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-09-29 09:23:46 | serhiy.storchaka | link | issue15037 messages |
| 2017-09-29 09:23:46 | serhiy.storchaka | create | |
|