[issue27869] test failures under Bash on Windows / WSL

2018-10-18 Thread Tal Einat
Tal Einat added the comment: As a side-effect, test_ssl hanging is causing builds configured with --enable-optimizations to hang. (Tested with both 3.6.6 and 3.7.0 on Ubuntu 18.04 in WSL on Win 10 Pro 64-bit) -- nosy: +taleinat ___ Python tracker

[issue27869] test failures under Bash on Windows / WSL

2018-09-09 Thread Paul Waldorf
Paul Waldorf added the comment: Thought my experience could be helpful. My env is varies from @brett.cannon in that I'm running Debian 9 (Stretch) on my WSL, which makes me think that these failures have more to do with WSL than any difference in distros? Configured with ./configure

[issue27869] test failures under Bash on Windows / WSL

2017-08-08 Thread Brett Cannon
Brett Cannon added the comment: Running with `./python -m test -u all -j0` causes test_ssl to hang so that needs to also be skipped (otherwise failures look to be the same from a test module level): 19 tests failed: test_asyncio test_asyncore test_epoll test_fcntl test_ftplib

[issue27869] test failures under Bash on Windows / WSL

2017-04-28 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.7 -Python 3.6 ___ Python tracker ___ ___

[issue27869] test failures under Bash on Windows / WSL

2017-04-28 Thread Brett Cannon
Brett Cannon added the comment: When failures are bit more isolated they should probably be reported to https://github.com/microsoft/bashonwindows . -- ___ Python tracker

[issue27869] test failures under Bash on Windows / WSL

2017-04-28 Thread Brett Cannon
Brett Cannon added the comment: Running the tests with -uall didn't change the results. -- ___ Python tracker ___

[issue27869] test failures under Bash on Windows / WSL

2017-04-27 Thread Brett Cannon
Brett Cannon added the comment: Under Creators Update with a clean Ubuntu 16.04 image and only installing clang and make, I built with `CC=clang ./configure; make -s -j` and ran with `./python -m test -j0 -x test_socket` (test_socket hung in a previous run; I let it run for 10 minutes

[issue27869] test failures under Bash on Windows / WSL

2017-04-19 Thread Brett Cannon
Changes by Brett Cannon : -- title: test failures under Bash on Windows -> test failures under Bash on Windows / WSL ___ Python tracker