[Python-Dev] cpython: Exercise crashers to ensure they are still covering known error cases
David Bolen
db3l.net at gmail.com
Thu Mar 17 22:46:17 CET 2011
Nick Coghlan <ncoghlan at gmail.com> writes:
> On Thu, Mar 17, 2011 at 10:19 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
>> This has broken many buildbots.
>
> I'm pretty sure I know which one is the problem child, so I just
> pushed a fix which should get that one dying reliably on more
> platforms.
On my Windows buildbots it appears as if this change started creating
new debug RTL pop-up windows that my AutoIt script wasn't expecting,
so it probably affected the build step in some subsequent builds too
since the dialogs kept the python_d process live.
I've reset those dialogs and updated my script to automatically
acknowledge these dialogs too going forward, but failures prior to this
point may not be true failures but just fallout from the prior issue.
-- David
More information about the Python-Dev
mailing list