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 Whitequill Riclo
Recipients Whitequill Riclo, vstinner
Date 2016-12-12.14:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEWBzXNPsyAZAjFz5WPPNa9pDfYfMX5yfXc45OrPzkJ46dnkZA@mail.gmail.com>
In-reply-to <1481248533.54.0.704931665676.issue28874@psf.upfronthosting.co.za>
Content
my OS is Ubuntu on Windows 10
<https://msdn.microsoft.com/en-us/commandline/wsl/about>. The new Linux
subsystem for Windows 10
Linux version 3.4.0-Microsoft (Microsoft@Microsoft.com) (gcc version 4.7
(GCC) ) #1 SMP PREEMPT Wed Dec 31 14:42:53 PST 2014

Distributor ID: Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:        14.04
Codename:       trusty

ldd (Ubuntu EGLIBC 2.19-0ubuntu6.9) 2.19

Windows 10 is running on bare metal.
I have included a log file with the results from the test.

On Thu, Dec 8, 2016 at 8:55 PM, STINNER Victor <report@bugs.python.org>
wrote:

>
> STINNER Victor added the comment:
>
> 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
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28874>
> _______________________________________
>
Files
File name Uploaded
python37err.log Whitequill Riclo, 2016-12-12.14:19:37
History
Date User Action Args
2016-12-12 14:19:38Whitequill Riclosetrecipients: + Whitequill Riclo, vstinner
2016-12-12 14:19:37Whitequill Riclolinkissue28874 messages
2016-12-12 14:19:37Whitequill Riclocreate