New submission from Lin Gao <gaoli...@beyondsoft.com>:
Here is repro steps: 1. git clone -b "3.6" -c core.autocrlf=true https://github.com/python/cpython.git F:\gitP\python\cpython 2. Open a VS 2019 16.4.5 x86 command prompt and browse to F:\gitP\python\cpython 3. checkout the revision to f3a5b7a. 4. Add #include <windows.h> to the _iomodule.c. 5. cd F:\gitP\python\cpython\PCBuild 6. devenv /upgrade pcbuild.sln 7. build -e -r --no-tkinter -v "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.18362.0" 8.cd F:\gitP\python\cpython\PCBuild 9.rt -q -x test_math test_cmath test_distutils test_codecencodings_iso2022 test_random test_sax test_enum test_re test_subprocess test_socket Error: 4 tests failed: test_binhex test_importlib test_peg_generator test_tools Please see the attachment for details ---------- components: Tests files: test.log.2.out messages: 368822 nosy: Lin priority: normal severity: normal status: open title: Using VS2019 to automatically build Python3 and Runtest and it failed to Runtest type: behavior versions: Python 3.6 Added file: https://bugs.python.org/file49152/test.log.2.out _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40622> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com