summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-07-29 01:01:12 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-29 01:01:12 (GMT)
commite1b900247227dad49d8231f1d028872412230ab4 (patch)
tree3adb2a2b460b3e8dcddc1940862a37966189f506
parent049460da9c7b5f51732e2966195c44713af9dc4c (diff)
downloadcpython-e1b900247227dad49d8231f1d028872412230ab4.zip
cpython-e1b900247227dad49d8231f1d028872412230ab4.tar.gz
cpython-e1b900247227dad49d8231f1d028872412230ab4.tar.bz2
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
-rw-r--r--Lib/test/libregrtest/pgo.py3
-rw-r--r--PCbuild/_msi.vcxproj1
-rw-r--r--PCbuild/winsound.vcxproj1
3 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py
index 327f193..379ff05 100644
--- a/Lib/test/libregrtest/pgo.py
+++ b/Lib/test/libregrtest/pgo.py
@@ -10,6 +10,7 @@ PGO_TESTS = [
'test_binop',
'test_bisect',
'test_bytes',
+ 'test_bz2',
'test_cmath',
'test_codecs',
'test_collections',
@@ -29,6 +30,7 @@ PGO_TESTS = [
'test_itertools',
'test_json',
'test_long',
+ 'test_lzma',
'test_math',
'test_memoryview',
'test_operator',
@@ -37,6 +39,7 @@ PGO_TESTS = [
'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 9f089ac..720eb29 100644
--- a/PCbuild/_msi.vcxproj
+++ b/PCbuild/_msi.vcxproj
@@ -70,6 +70,7 @@
<ProjectGuid>{31FFC478-7B4A-43E8-9954-8D03E2187E9C}</ProjectGuid>
<RootNamespace>_msi</RootNamespace>
<Keyword>Win32Proj</Keyword>
+ <SupportPGO>false</SupportPGO>
</PropertyGroup>
<Import Project="python.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/PCbuild/winsound.vcxproj b/PCbuild/winsound.vcxproj
index 56da96a..32cedc9 100644
--- a/PCbuild/winsound.vcxproj
+++ b/PCbuild/winsound.vcxproj
@@ -70,6 +70,7 @@
<ProjectGuid>{28B5D777-DDF2-4B6B-B34F-31D938813856}</ProjectGuid>
<RootNamespace>winsound</RootNamespace>
<Keyword>Win32Proj</Keyword>
+ <SupportPGO>false</SupportPGO>
</PropertyGroup>
<Import Project="python.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />