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 pitrou
Recipients db3l, gregory.p.smith, pitrou, rnk, sable, vstinner
Date 2011-02-16.16:27:56
SpamBayes Score 1.650988e-05
Marked as misclassified No
Message-id <1297873673.3726.2.camel@localhost.localdomain>
In-reply-to <1297873451.52.0.539569284841.issue11223@psf.upfronthosting.co.za>
Content
> Well I don't know precisely:
> 
> * when running make buildbottest, test_socket will systematically hang
> on AIX 5.3 and 6.1.
> 
> * but when running ./python -Wd -E -bb Lib/test/test_socket.py, the
> tests complete rather quickly (with one failure cf 11192).

You can run the whole test suite in verbose mode. This will pollute your
terminal a lot, but you'll see exactly where it hangs.

Try something like "./python -E -bb -m test.regrtest -uall -v"
History
Date User Action Args
2011-02-16 16:27:56pitrousetrecipients: + pitrou, gregory.p.smith, db3l, vstinner, sable, rnk
2011-02-16 16:27:56pitroulinkissue11223 messages
2011-02-16 16:27:56pitroucreate