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
(cherry picked from commit e1b9002472)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2019-07-28 18:20:02 -07:00 committed by GitHub
parent f96334c179
commit 36fd7b6f01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ PGO_TESTS = [
'test_binop', 'test_binop',
'test_bisect', 'test_bisect',
'test_bytes', 'test_bytes',
'test_bz2',
'test_cmath', 'test_cmath',
'test_codecs', 'test_codecs',
'test_collections', 'test_collections',
@ -29,6 +30,7 @@ PGO_TESTS = [
'test_itertools', 'test_itertools',
'test_json', 'test_json',
'test_long', 'test_long',
'test_lzma',
'test_math', 'test_math',
'test_memoryview', 'test_memoryview',
'test_operator', 'test_operator',
@ -37,6 +39,7 @@ PGO_TESTS = [
'test_pprint', 'test_pprint',
'test_re', 'test_re',
'test_set', 'test_set',
'test_sqlite',
'test_statistics', 'test_statistics',
'test_struct', 'test_struct',
'test_tabnanny', 'test_tabnanny',

View file

@ -70,6 +70,7 @@
<ProjectGuid>{31FFC478-7B4A-43E8-9954-8D03E2187E9C}</ProjectGuid> <ProjectGuid>{31FFC478-7B4A-43E8-9954-8D03E2187E9C}</ProjectGuid>
<RootNamespace>_msi</RootNamespace> <RootNamespace>_msi</RootNamespace>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<SupportPGO>false</SupportPGO>
</PropertyGroup> </PropertyGroup>
<Import Project="python.props" /> <Import Project="python.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

View file

@ -70,6 +70,7 @@
<ProjectGuid>{28B5D777-DDF2-4B6B-B34F-31D938813856}</ProjectGuid> <ProjectGuid>{28B5D777-DDF2-4B6B-B34F-31D938813856}</ProjectGuid>
<RootNamespace>winsound</RootNamespace> <RootNamespace>winsound</RootNamespace>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<SupportPGO>false</SupportPGO>
</PropertyGroup> </PropertyGroup>
<Import Project="python.props" /> <Import Project="python.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />