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 vstinner
Recipients David.Edelsohn, gvanrossum, vstinner
Date 2013-11-24.12:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385296950.99.0.982628682855.issue19750@psf.upfronthosting.co.za>
In-reply-to
Content
buildbot.python.org/all/builders/PPC64 AIX 3.x/builds/1138/steps/test/logs/stdio 

======================================================================
FAIL: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_unix_events.py", line 389, in test_ctor
    self.loop.assert_reader(5, tr._read_ready)
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/asyncio/test_utils.py", line 217, in assert_reader
    assert fd in self.readers, 'fd {} is not registered'.format(fd)
AssertionError: fd 5 is not registered

======================================================================
FAIL: test_ctor_with_waiter (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_unix_events.py", line 397, in test_ctor_with_waiter
    self.loop.assert_reader(5, tr._read_ready)
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/asyncio/test_utils.py", line 217, in assert_reader
    assert fd in self.readers, 'fd {} is not registered'.format(fd)
AssertionError: fd 5 is not registered
History
Date User Action Args
2013-11-24 12:42:31vstinnersetrecipients: + vstinner, gvanrossum, David.Edelsohn
2013-11-24 12:42:30vstinnersetmessageid: <1385296950.99.0.982628682855.issue19750@psf.upfronthosting.co.za>
2013-11-24 12:42:30vstinnerlinkissue19750 messages
2013-11-24 12:42:30vstinnercreate