From e1b900247227dad49d8231f1d028872412230ab4 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sun, 28 Jul 2019 18:01:12 -0700 Subject: [PATCH] bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba --- Lib/test/libregrtest/pgo.py | 3 +++ PCbuild/_msi.vcxproj | 1 + PCbuild/winsound.vcxproj | 1 + 3 files changed, 5 insertions(+) diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index 327f19374c3..379ff05fb95 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -10,6 +10,7 @@ 'test_binop', 'test_bisect', 'test_bytes', + 'test_bz2', 'test_cmath', 'test_codecs', 'test_collections', @@ -29,6 +30,7 @@ 'test_itertools', 'test_json', 'test_long', + 'test_lzma', 'test_math', 'test_memoryview', 'test_operator', @@ -37,6 +39,7 @@ 'test_pprint', 'test_re', 'test_set', + 'test_sqlite', 'test_statistics', 'test_struct', 'test_tabnanny', diff --git a/PCbuild/_msi.vcxproj b/PCbuild/_msi.vcxproj index 9f089ac7f52..720eb2931be 100644 --- a/PCbuild/_msi.vcxproj +++ b/PCbuild/_msi.vcxproj @@ -70,6 +70,7 @@ {31FFC478-7B4A-43E8-9954-8D03E2187E9C} _msi Win32Proj + false diff --git a/PCbuild/winsound.vcxproj b/PCbuild/winsound.vcxproj index 56da96a8552..32cedc9b444 100644 --- a/PCbuild/winsound.vcxproj +++ b/PCbuild/winsound.vcxproj @@ -70,6 +70,7 @@ {28B5D777-DDF2-4B6B-B34F-31D938813856} winsound Win32Proj + false