]> granicus.if.org Git - python/commitdiff
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage...
authorSteve Dower <steve.dower@python.org>
Mon, 29 Jul 2019 01:01:12 +0000 (18:01 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jul 2019 01:01:12 +0000 (18:01 -0700)
https://bugs.python.org/issue36044

Automerge-Triggered-By: @zooba
Lib/test/libregrtest/pgo.py
PCbuild/_msi.vcxproj
PCbuild/winsound.vcxproj

index 327f19374c3ff0ae0961aae02ef0c6d3e7acbc8d..379ff05fb955a5f5d7c743d4c38d900189be93a5 100644 (file)
@@ -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',
index 9f089ac7f52f559e0caee02b1c3e2702c0f1e5b6..720eb2931be72dc94eb6683fd5b8c786a2f79300 100644 (file)
@@ -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" />
index 56da96a85528a629352df661fe8bf18fce3c20de..32cedc9b4449029e1233d4d249534ee7b169a205 100644 (file)
@@ -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" />