]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135494: Fix python -m test --pgo -x test_re (GH-135713) (#135880)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jun 2025 10:48:10 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 10:48:10 +0000 (10:48 +0000)
commit961dd80e0ee7e068132a196d8afe7a4dd8e16dbf
tree3ba419d269d152bda6042465541cb32ddf196cda
parent148f31f2d8301e7a4a2f4bc31c90432839c4e096
[3.14] gh-135494: Fix python -m test --pgo -x test_re (GH-135713) (#135880)

gh-135494: Fix python -m test --pgo -x test_re (GH-135713)

Fix regrtest to support excluding tests from --pgo tests.
(cherry picked from commit 15c6d63fe6fc62c6d78d2fad81965a8e6f7b7b98)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2025-06-19-15-29-38.gh-issue-135494.FVl9a0.rst [new file with mode: 0644]