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 koobs
Recipients gvanrossum, koobs, python-dev, vstinner, wabu, yselivanov
Date 2014-11-26.04:08:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416974887.42.0.967004776961.issue22685@psf.upfronthosting.co.za>
In-reply-to
Content
Buildbot failures observed on koobs-freebsd9 and koobs-freebsd10 for 3.x and 3.4, respectively.

Both logs are attached, inlined failure below:

======================================================================
FAIL: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.4.koobs-freebsd10/build/Lib/test/test_asyncio/test_subprocess.py", line 194, in test_pause_reading
    self.assertTrue(called)
AssertionError: False is not true

======================================================================
History
Date User Action Args
2014-11-26 04:08:07koobssetrecipients: + koobs, gvanrossum, vstinner, python-dev, yselivanov, wabu
2014-11-26 04:08:07koobssetmessageid: <1416974887.42.0.967004776961.issue22685@psf.upfronthosting.co.za>
2014-11-26 04:08:07koobslinkissue22685 messages
2014-11-26 04:08:06koobscreate