消息 [303318]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2017-09-29 09:23:46 | serhiy.storchaka | 修改 | recipients:
+ serhiy.storchaka, loewis, georg.brandl, vstinner, ned.deily, geoffreyspear, python-dev, jcbollinger |
| 2017-09-29 09:23:46 | serhiy.storchaka | 修改 | messageid: <1506677026.73.0.213398074469.issue15037@psf.upfronthosting.co.za> |
| 2017-09-29 09:23:46 | serhiy.storchaka | 链接 | issue15037 messages |
| 2017-09-29 09:23:46 | serhiy.storchaka | 创建 | |
|