[Python-Dev] test_itertools fails for trunk on x86 OS X machine
Grig Gheorghiu
grig.gheorghiu at gmail.com
Thu Sep 21 23:34:40 CEST 2006
One of the Pybots buildslaves has been failing the 'test' step, with
the culprit being test_itertools:
test_itertools
test test_itertools failed -- Traceback (most recent call last):
File
"/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_itertools.py",
line 62, in test_count
self.assertEqual(repr(c), 'count(-9)')
AssertionError: 'count(4294967287)' != 'count(-9)'
This started to happen after
<http://svn.python.org/view?rev=51950&view=rev>.
The complete log for the test step on that buildslave is here:
http://www.python.org/dev/buildbot/community/all/x86%20OSX%20trunk/builds/19/step-test/0
Grig
--
http://agiletesting.blogspot.com
More information about the Python-Dev
mailing list