[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-13 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in 2.6 in r83970 (3.1 and 2.7 were fixed in revisions r83781, r83782). -- status: open -> closed ___ Python tracker ___ __

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-12 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Since the patch only changes a test, and it looks innocent enough (i.e. no possibility of regression), and it only changes a test that is run with -u all, I will allow this for 2.6.6. Mark, please apply your test_curses_getmouse.patch. You can then close th

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-12 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'm putting this one in the same category as bug 7467. I think these two, plus the patches which were applied to release26-maint after rc1 (without approval ;) will require an rc2. If that can be worked out schedule-wise, I'll allow these patches to be app

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-07 Thread Mark Dickinson
Mark Dickinson added the comment: Patch applied to py3k in r83780. I'll watch the py3k buildbots to see how they do. -- versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-07 Thread Mark Dickinson
Mark Dickinson added the comment: Here's a patch that simply reverses the getmouse and ungetmouse calls in the test, ensuring that getmouse actually has something to get. This fixes the test_curses failure for me on Ubuntu 10.10, and doesn't seem to introduce new failures where test_curses w

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-07 Thread Mark Dickinson
Mark Dickinson added the comment: [Barry] > So clearly something about the curses module is not compatible with the newer > versions of ncurses. Yep. Here's a NEWS entry from the Ubuntu ncurses source: 20100102 + minor improvement to tic's checking of similar SGR's to allow for the

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-07 Thread Mark Dickinson
Mark Dickinson added the comment: I'm a bit surprised that the test *passes* at all, anywhere. The man page for getmouse says: """This function will return OK if a mouse event is actually visible in the given window, ERR otherwise.""" So if no mouse event occurs (which is presumably the us

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Confirmed on Debian squeeze, ncurses 5.7+20100313-2 failed lenny, ncurses 5.7+20081213-1 succeeds So clearly something about the curses module is not compatible with the newer versions of ncurses. -- ___ Python t

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Confirmed on Ubuntu: Lucid, libncurses5 5.7+20090803-2ubuntu3 passes Maverick, libncurses5 5.7+20100626-0ubuntu1 fails -- ___ Python tracker _

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-03 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: This also affects 2.6 but I've only been able to verify it on Debian squeeze and Ubuntu maverick, both of which are unreleased. On Ubuntu lucid (stable), this error does not occur. I'm testing Debian stable now... -- nosy: +barry _

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-07-31 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox stage: -> needs patch type: -> behavior ___ Python tracker ___ ___ Python-bugs-list maili

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-07-20 Thread Stefan Krah
Stefan Krah added the comment: How about skipping the tests until someone can figure out what's going on? The patch is tested on: http://www.python.org/dev/buildbot/builders/i386 Ubuntu 3.x/builds/1643 -- keywords: +patch nosy: +skrah Added file: http://bugs.python.org/file18087/issue8

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-04-17 Thread STINNER Victor
STINNER Victor added the comment: Other example: http://www.python.org/dev/buildbot/builders/alpha Debian 3.x/builds/63/steps/test/logs/stdio test_curses [?1049h(B[?7h[?5h[?5l[?12l[?25habc[?1000h[?1000l(B[?1049l [?1l>test test_curses

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-04-17 Thread STINNER Victor
Changes by STINNER Victor : -- title: buildbot: test_curses failure -> buildbot: test_curses failure, getmouse() returned ERR ___ Python tracker ___ _

[issue8433] buildbot: test_curses failure

2010-04-17 Thread STINNER Victor
New submission from STINNER Victor : http://www.python.org/dev/buildbot/builders/sparc Debian 3.x/builds/62/steps/test/logs/stdio test_curses [?1049h(B[?7h[?5h[?5l[?12l[?25habc[?1000h[?1000l(B[?1049l [?1l>test test_curses crashed -- :