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 gvanrossum, skrah, vstinner
Date 2014-02-03.01:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391390968.29.0.23257855186.issue20495@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20FreeBSD%207.2%203.x/builds/4969/steps/test/logs/stdio
---
[298/389/1] test_asyncio
Timeout (1:00:00)!
Current thread 0x28401040 (most recent call first):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/base_events.py", line 208 in time
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/base_events.py", line 641 in _run_once
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/base_events.py", line 154 in run_forever
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/base_events.py", line 173 in run_until_complete
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/test_utils.py", line 44 in run_briefly
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/asyncio/test_utils.py", line 59 in run_until
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_asyncio/test_events.py", line 979 in test_read_pty_output
...
---

FYI The test is now skipped on Mac OS X older than 10.6, the test on the kqueue selector is skipped on Mac OS X older than 10.9: issue #20472.
History
Date User Action Args
2014-02-03 01:29:28vstinnersetrecipients: + vstinner, gvanrossum, skrah
2014-02-03 01:29:28vstinnersetmessageid: <1391390968.29.0.23257855186.issue20495@psf.upfronthosting.co.za>
2014-02-03 01:29:28vstinnerlinkissue20495 messages
2014-02-03 01:29:27vstinnercreate