]> granicus.if.org Git - python/commit
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 30 Jul 2019 18:08:18 +0000 (11:08 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 18:08:18 +0000 (11:08 -0700)
commit52a48e62c6a94577152f9301bbe5f3bc806cfcf1
treef19f86065e0217b3db53f90995cd6e806596f83b
parent27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)

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.
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]