[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: * test_mashal has been fixed: bpo-33720 * test_tools has been fixed: bpo-25094 * test_pkg -X utf8: I just created bpo-34200 It seems like all test failures reported in this issue have been fixed or got their own dedicated issue, so I close thie issue. --

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-06-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Same test_site and test_tools (#25094) failures on newly installed 3.6.6 and 3.7.0. They pass on repository 3.6,7,8. Was there a fix not pulled into the releases, or are these install dependent? -- nosy: +ned.deily stage: -> needs patch type: ->

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-06-20 Thread STINNER Victor
STINNER Victor added the comment: test test_tools failed -- Traceback (most recent call last): (...) optparse.BadOptionError: no such option: --slaveargs Ah, it's a known and old issue: bpo-25094. -- ___ Python tracker

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I ran py -3.7 -m test -j11 -uall I saw test_marshal fail with fatal exception. I saw test_tools and test_site fail as below. C:\Users\Terry>py -3.7 -X utf8 -m test test_pkg 0:00:00 [1/1] test_pkg 1 test OK. test_tools failed -- running: test_io (103 sec), t

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-05-31 Thread STINNER Victor
STINNER Victor added the comment: > test_marshal.test_loads_2x_code(): Windows fatal exception: stack overflow I created bpo-33720: "test_marshal: crash in Python 3.7b5 on Windows 10". -- ___ Python tracker ___

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-05-31 Thread STINNER Victor
New submission from STINNER Victor : I ran the test suite on an installed Python 3.7 beta5 on Windows 10. The following tests fail: * test_marshal.test_loads_2x_code(): Windows fatal exception: stack overflow * test_pkg: failures when run with -X utf8 * test.test_tools.test_sundry.TestSundrySc