This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, josiahcarlson
Date 2008-06-10.13:06:05
SpamBayes Score 0.00010823075
Marked as misclassified No
Message-id <1213103166.81.0.500161897199.issue3074@psf.upfronthosting.co.za>
In-reply-to
Content
test_asyncore
test_closeall (test.test_asyncore.HelperFunctionTests) ... ok
test_closeall_default (test.test_asyncore.HelperFunctionTests) ... ok
test_compact_traceback (test.test_asyncore.HelperFunctionTests) ... ok
test_readwrite (test.test_asyncore.HelperFunctionTests) ... ok
test_readwriteexc (test.test_asyncore.HelperFunctionTests) ... ok
test_basic (test.test_asyncore.DispatcherTests) ... ok
test_log (test.test_asyncore.DispatcherTests) ... ok
test_log_info (test.test_asyncore.DispatcherTests) ... ok
test_repr (test.test_asyncore.DispatcherTests) ... ok
test_unhandled (test.test_asyncore.DispatcherTests) ... ok
test_send (test.test_asyncore.DispatcherWithSendTests) ... ok
test_send (test.test_asyncore.DispatcherWithSendTests_UsePoll) ... ok
test_recv (test.test_asyncore.FileWrapperTest) ... FAIL
test_send (test.test_asyncore.FileWrapperTest) ... ok

======================================================================
FAIL: test_recv (test.test_asyncore.FileWrapperTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_asyncore.py", line 387, in
test_recv
    self.assertEqual(w.fd, fd)
AssertionError: 7 != 5

----------------------------------------------------------------------
Ran 14 tests in 0.969s

FAILED (failures=1)
test test_asyncore failed -- Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_asyncore.py", line 387, in
test_recv
    self.assertEqual(w.fd, fd)
AssertionError: 7 != 5

1 test failed:
    test_asyncore
History
Date User Action Args
2008-06-10 13:06:07benjamin.petersonsetspambayes_score: 0.000108231 -> 0.00010823075
recipients: + benjamin.peterson, josiahcarlson
2008-06-10 13:06:06benjamin.petersonsetspambayes_score: 0.000108231 -> 0.000108231
messageid: <1213103166.81.0.500161897199.issue3074@psf.upfronthosting.co.za>
2008-06-10 13:06:06benjamin.petersonlinkissue3074 messages
2008-06-10 13:06:05benjamin.petersoncreate