]> granicus.if.org Git - python/commit
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jul 2019 18:34:33 +0000 (11:34 -0700)
committerNeil Schemenauer <nas-github@arctrix.com>
Tue, 30 Jul 2019 18:34:32 +0000 (11:34 -0700)
commit382cb85401bb010ead411c0532499ffe16c3cf27
tree832530bd865e4b21bee8541e4f715679ea56ccb5
parent9265a877426af4fa5c44cc8482e0198806889350
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)

Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.
(cherry picked from commit 52a48e62c6a94577152f9301bbe5f3bc806cfcf1)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Lib/test/libregrtest/main.py
Lib/test/pickletester.py
Lib/test/support/__init__.py
Lib/test/test_bz2.py
Lib/test/test_itertools.py
Lib/test/test_lzma.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Build/2019-07-29-11-36-16.bpo-37707.Sm-dGk.rst [new file with mode: 0644]