[issue31606] [Windows] Tests failing on installed Python 3.7a1 on Windows

2018-04-25 Thread STINNER Victor
STINNER Victor added the comment: I tested Python 3.7 beta 3: test_marshal crashed and test_tools fails when running with python -m test -j2, but it seems like these two issues were already fixed in the 3.7 development branch. I close this issue. --

[issue31606] [Windows] Tests failing on installed Python 3.7a1 on Windows

2018-04-25 Thread STINNER Victor
STINNER Victor added the comment: > test_regrtest: "ERROR: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase)" > because the tested script is not installed. I created bpo-33352 for this one. -- ___ Python tracker

[issue31606] [Windows] Tests failing on installed Python 3.7a1 on Windows

2017-09-27 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-31611 "Tests failures using -u largefile when the disk is full" for failures caused by my low free disk space. -- ___ Python tracker

[issue31606] [Windows] Tests failing on installed Python 3.7a1 on Windows

2017-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Try to run these tests with -u all,-largefile. -- nosy: +serhiy.storchaka ___ Python tracker

[issue31606] [Windows] Tests failing on installed Python 3.7a1 on Windows

2017-09-27 Thread STINNER Victor
New submission from STINNER Victor : I installed Python 3.7a1 on Windows. The following tests fail: --- 372 tests OK. 5 tests failed: test_io test_largefile test_marshal test_regrtest test_tools 30 tests skipped: test_asdl_parser test_crypt test_curses