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 serhiy.storchaka
Recipients martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2015-03-01.08:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425200057.94.0.297742605673.issue21619@psf.upfronthosting.co.za>
In-reply-to
Content
The test still sporadically fails on Windows:

http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/9323/steps/test/logs/stdio
======================================================================
FAIL: test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests)
Broken pipe error should not prevent wait() (Issue 21619)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_subprocess.py", line 2515, in test_broken_pipe_cleanup
    self.assertRaises(OSError, proc.__exit__, None, None, None)
AssertionError: OSError not raised by __exit__

----------------------------------------------------------------------
History
Date User Action Args
2015-03-01 08:54:17serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev, martin.panter
2015-03-01 08:54:17serhiy.storchakasetmessageid: <1425200057.94.0.297742605673.issue21619@psf.upfronthosting.co.za>
2015-03-01 08:54:17serhiy.storchakalinkissue21619 messages
2015-03-01 08:54:17serhiy.storchakacreate