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 vstinner, yselivanov
Date 2017-05-16.23:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494977916.79.0.707715566505.issue30382@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/279/steps/test/logs/stdio

======================================================================
FAIL: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current.nondebug/build/Lib/test/test_asyncio/test_subprocess.py", line 213, in test_stdin_broken_pipe
    self.loop.run_until_complete, coro)
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not raised by run_until_complete

----------------------------------------------------------------------
History
Date User Action Args
2017-05-16 23:38:36vstinnersetrecipients: + vstinner, yselivanov
2017-05-16 23:38:36vstinnersetmessageid: <1494977916.79.0.707715566505.issue30382@psf.upfronthosting.co.za>
2017-05-16 23:38:36vstinnerlinkissue30382 messages
2017-05-16 23:38:36vstinnercreate