Message303318
| Author |
serhiy.storchaka |
| Recipients |
geoffreyspear, georg.brandl, jcbollinger, loewis, ned.deily, python-dev, serhiy.storchaka, vstinner |
| Date |
2017年09月29日.09:23:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1506677026.73.0.213398074469.issue15037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|