[Python-checkins] buildbot warnings in g4 osx.4 trunk

Jack Diederich jackdied at jackdied.com
Thu Sep 21 21:00:21 CEST 2006


Never mind, new tests and and old binary seems probable.

On Thu, Sep 21, 2006 at 02:53:44PM -0400, Jack Diederich wrote:
> On Thu, Sep 21, 2006 at 06:32:59PM +0000, buildbot at python.org wrote:
> > The Buildbot has detected a new failure of g4 osx.4 trunk.
> > Full details are available at:
> >  http://www.python.org/dev/buildbot/all/g4%2520osx.4%2520trunk/builds/1449
> > 
> > Buildbot URL: http://www.python.org/dev/buildbot/all/
> > 
> > Build Reason: 
> > Build Source Stamp: [branch trunk] HEAD
> > Blamelist: jack.diederich
> > 
> 
> FAIL: test_count (test.test_itertools.TestBasicOps)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_itertools.py", line 62, in test_count
>     self.assertEqual(repr(c), 'count(-9)')
> AssertionError: 'count(4294967287)' != 'count(-9)'
> 
> The repr uses PyString_FromFormat("count(%zd)", lz->cnt) where lz->cnt
> is a Py_Ssize_t. Looking in stringobject.c that seems the right thing
> to do .. 
> 
> Any ideas?
> 
> -Jack
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
> 


More information about the Python-checkins mailing list