Message389716
Since issue42789 the AIX bot's have crashed - to the extent that the bot's did not even return results.
Part of this has been resolved, for now, by using:
$ export TERM=unknown
$ buildbot start buildarea
However, the test still crash because AIX default libcurses.a does not include support for update_lines_cols().
This patch should allow test_curses.py to pass in the buildbot.
When run from command-line as:
$ TERM=unknown ./python Lib/test/test_curses.py
.ss......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
----------------------------------------------------------------------
Ran 71 tests in 0.121s
OK (skipped=64)
aixtools@cpython2:[/home/aixtools/py3a-10.0]
(When TERM is defined - a core dump still occurs - that will be a new issue and a new PR). |
|
Date |
User |
Action |
Args |
2021-03-29 17:51:13 | Michael.Felt | set | recipients:
+ Michael.Felt |
2021-03-29 17:51:13 | Michael.Felt | set | messageid: <1617040273.92.0.487968447995.issue43659@roundup.psfhosted.org> |
2021-03-29 17:51:13 | Michael.Felt | link | issue43659 messages |
2021-03-29 17:51:13 | Michael.Felt | create | |
|