[issue40622] Tests fail with python3.6 built with VS2019

Terry J. Reedy report at bugs.python.org
Fri May 15 22:11:46 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Runtest itself ran to completion but the 4 tests listed failed.  I suspect that this should be closed as "won't fix" because
A. 3.6 only gets security fixes since Dec 2018.
B. Locally built Windows binaries often fail a few tests, either occasionally or dependably even if the Windows buildbots are green.  Just now, test_import (still, or again), test__locale, and test_locale failed for me with 3.9.0a6+.  This is unfortunate, but it is sometimes not clear whether the bug is in the modules or the tests.

----------
components: +Windows
nosy: +ned.deily, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
title: Using VS2019 to automatically build Python3 and Runtest and it failed to Runtest -> Tests fail with python3.6 built with VS2019

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40622>
_______________________________________


More information about the Python-bugs-list mailing list