Message116377
| Author |
flox |
| Recipients |
Alexander.Belopolsky, amaury.forgeotdarc, belopolsky, eli.bendersky, ezio.melotti, flox, georg.brandl, pitrou, terry.reedy |
| Date |
2010年09月14日.08:45:06 |
| SpamBayes Score |
7.396537e-05 |
| Marked as misclassified |
No |
| Message-id |
<1284453909.82.0.740662735032.issue9315@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
It looks like lots of 3.1 buildbots are unhappy with r84783.
But the test passes on my local 3.1 checkout.
======================================================================
FAIL: test_trace_list_comprehension (test.test_trace.TestLineCounts)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py", line 172, in test_trace_list_comprehension
self.assertEqual(self.tracer.results().counts, expected)
AssertionError:
{('/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py', 71): 10,
('/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py', 74): 1,
- ('/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py', 75): 13,
? ^
+ ('/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py', 75): 12,
? ^
('/srv/buildbot/buildarea/3.1.bolen-ubuntu/build/Lib/test/test_trace.py', 76): 1}
----------------------------------------------------------------------
Ran 13 tests in 3.541s
http://www.python.org/dev/buildbot/all/builders/x86%20Ubuntu%203.1/builds/1036 |
|