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 Whitequill Riclo, vstinner
Date 2016-12-09.01:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481248533.54.0.704931665676.issue28874@psf.upfronthosting.co.za>
In-reply-to
Content
What is your OS? A Linux on bare metal? Or a container? What are versions of Linux kernel, libc and C compiler? Or more generally the name and verison of your Linux distro?

There are many errors:

* test_fcntl failed
* test_import failed
* test_epoll failed

Can you please run only these tests in verbose mode, and attach the output?

Example:

./python -m test -v test_fcntl test_import test_epolls
History
Date User Action Args
2016-12-09 01:55:33vstinnersetrecipients: + vstinner, Whitequill Riclo
2016-12-09 01:55:33vstinnersetmessageid: <1481248533.54.0.704931665676.issue28874@psf.upfronthosting.co.za>
2016-12-09 01:55:33vstinnerlinkissue28874 messages
2016-12-09 01:55:33vstinnercreate