Guido van Rossum added the comment:

The traceback is pretty useless. So is the title of the other bug report "hangs 
for 1 hour" (which just means it hangs forever but the test runner kills it 
after one hour).

We would need to run the tests with -v so at least we can pinpoint which of the 
600 or so tests in test_asyncio is failing.

PS. Off-topic: "raise Exception(...)" is poor coding style:
  File 
"/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/regrtest.py", 
line 736, in main
    raise Exception("Child error on {}: {}".format(test, result[1]))

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19652>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to