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
Date 2019-06-04.17:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559669895.88.0.0230112144047.issue37155@roundup.psfhosted.org>
In-reply-to
Content
See also bpo-33531 and bpo-30382.

AMD64 FreeBSD CURRENT Shared 3.x:
https://buildbot.python.org/all/#/builders/168/builds/1154

======================================================================
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/build/Lib/test/test_asyncio/test_subprocess.py", line 243, in test_stdin_broken_pipe
    self.assertRaises((BrokenPipeError, ConnectionResetError),
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not raised by run_until_complete
History
Date User Action Args
2019-06-04 17:38:15vstinnersetrecipients: + vstinner
2019-06-04 17:38:15vstinnersetmessageid: <1559669895.88.0.0230112144047.issue37155@roundup.psfhosted.org>
2019-06-04 17:38:15vstinnerlinkissue37155 messages
2019-06-04 17:38:15vstinnercreate