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 koobs
Recipients benjamin.peterson, georg.brandl, giampaolo.rodola, gvanrossum, koobs, larry, ned.deily, pitrou, python-dev, sbt, serhiy.storchaka, vstinner
Date 2013-10-18.09:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382087315.49.0.385901495316.issue19262@psf.upfronthosting.co.za>
In-reply-to
Content
Summary of 4 test failures below, will attach the complete buildbot logs for detail.

======================================================================
FAIL: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncio/test_events.py", line 241, in test_call_later
    self.assertTrue(0.09 <= t1-t0 <= 0.12, t1-t0)
AssertionError: False is not true : 0.12008954107295722

======================================================================
FAIL: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncio/test_events.py", line 468, in test_signal_handling_args
    self.assertEqual(caught, 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_create_server_ssl (test.test_asyncio.test_events.KqueueEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncio/test_events.py", line 626, in test_create_server_ssl
    self.assertEqual(3, proto.nbytes)
AssertionError: 3 != 0


======================================================================
Timeout (1:00:00)!
<snip>
Exception: Child error on test_asyncio: Exit code 1
----------------------------------------------------------------------
History
Date User Action Args
2013-10-18 09:08:35koobssetrecipients: + koobs, gvanrossum, georg.brandl, pitrou, vstinner, larry, giampaolo.rodola, benjamin.peterson, ned.deily, python-dev, sbt, serhiy.storchaka
2013-10-18 09:08:35koobssetmessageid: <1382087315.49.0.385901495316.issue19262@psf.upfronthosting.co.za>
2013-10-18 09:08:35koobslinkissue19262 messages
2013-10-18 09:08:34koobscreate