summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-10-21 17:33:26 (GMT)
committerGitHub <noreply@github.com>2023-10-21 17:33:26 (GMT)
commit1ea93024d45144745d71f96f493f85e3b950ca97 (patch)
tree6f983896506fbce9bfd903b74a373ac5e5127070 /Misc
parent6a5ff9365413fcb7361d5f9edc02f8cfaa0baea9 (diff)
downloadcpython-1ea93024d45144745d71f96f493f85e3b950ca97.zip
cpython-1ea93024d45144745d71f96f493f85e3b950ca97.tar.gz
cpython-1ea93024d45144745d71f96f493f85e3b950ca97.tar.bz2
[3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111167)
Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored. (cherry picked from commit 9a1fe09622cd0f1e24c2ba5335c94c5d70306fd0)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-10-16-13-47-24.gh-issue-110918.aFgZK3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-10-16-13-47-24.gh-issue-110918.aFgZK3.rst b/Misc/NEWS.d/next/Tests/2023-10-16-13-47-24.gh-issue-110918.aFgZK3.rst
new file mode 100644
index 0000000..7cb79c0
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2023-10-16-13-47-24.gh-issue-110918.aFgZK3.rst
@@ -0,0 +1,4 @@
+Test case matching patterns specified by options ``--match``, ``--ignore``,
+``--matchfile`` and ``--ignorefile`` are now tested in the order of
+specification, and the last match determines whether the test case be run or
+ignored.