[issue12814] Possible intermittent bug in test_array

Nick Coghlan report at bugs.python.org
Mon Aug 22 08:52:38 CEST 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

Had a weird bug in test_array.test_tofromstring failing on Gentoo by generating too few warning messages:
http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/568/steps/test/logs/stdio
http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/2262/steps/test/logs/stdio

Can't see anything obvious as to why that might fail sometimes or only on specific platforms (note that the subsequent build of the x86 Gentoo box worked OK). None of my checkins today should have affected anything like this.

----------
messages: 142689
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Possible intermittent bug in test_array

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12814>
_______________________________________


More information about the Python-bugs-list mailing list