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

2020-05-15 Thread Ned Deily


Ned Deily  added the comment:

P.S. If you *do* want to build the current HEAD of the 3.6 branch including as 
yet unreleased fixes:

git checkout 3.6

If you want to build a specific release, use the v^ tags provided for each 
release:

git checkout v3.6.8

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-05-15 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the report.  Unfortunately, you are not actually building Python 3.6 
here.  Revision f3a5b7a is on the master branch, not 3.6. The fact that you are 
seeing a failure of test_peg_generator confirms that you are building from 
master (i.e. a pre-release of 3.9), since that test and the feature behind it 
are new in 3.9.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-05-15 Thread Terry J. Reedy


Terry J. Reedy  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com