Benjamin Peterson <benja...@python.org> added the comment: Jack, this test seems to be very flaky on the buildbots (and my machine). I see a lot of failures like this:
====================================================================== FAIL: test_read_eager_B (test.test_telnetlib.ReadTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 235, in test_read_eager_B self._test_read_any_eager_B('read_eager') File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 224, in _test_read_any_eager_B self.assertRaises(EOFError, func) AssertionError: EOFError not raised ====================================================================== FAIL: test_read_very_eager_B (test.test_telnetlib.ReadTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 231, in test_read_very_eager_B self._test_read_any_eager_B('read_very_eager') File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 224, in _test_read_any_eager_B self.assertRaises(EOFError, func) AssertionError: EOFError not raised ---------------------------------------------------------------------- Ran 22 tests in 76.712s FAILED (failures=2) test test_telnetlib failed -- errors occurred; run in verbose mode for details 1 test failed: test_telnetlib ---------- nosy: +benjamin.peterson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5696> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com