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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to