David Edelsohn added the comment:

Other than the skipped tests, test_asyncio now passes on AIX except for:

FAIL: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/src/cpython/Lib/test/test_asyncio/test_events.py", line 875, 
in test_write_pipe
    self.assertEqual(b'2345', data)
AssertionError: b'2345' != b''

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to