[issue43016] Improve tests for curses

Serhiy Storchaka report at bugs.python.org
Sun Jan 31 14:03:49 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Failures on buildbots:
https://buildbot.python.org/all/#/builders/506/builds/765

======================================================================
ERROR: test_output_character (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_curses.py", line 249, in test_output_character
    stdscr.addch('\u20ac')
OverflowError: byte doesn't fit in chtype
======================================================================
FAIL: test_background (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_curses.py", line 474, in test_background
    self.assertEqual(win.getbkgd(), 0)
AssertionError: 32 != 0
----------------------------------------------------------------------

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43016>
_______________________________________


More information about the Python-bugs-list mailing list