cpython/Lib/test/libregrtest
Serhiy Storchaka 4222dd93af
[3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168)
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 9a1fe09622)
2023-10-21 17:30:19 +00:00
..
__init__.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
cmdline.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
findtests.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
logger.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
main.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
pgo.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
refleak.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
result.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
results.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
run_workers.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
runtests.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
save_env.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
setup.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
single.py gh-110756: Sync regrtest with main branch (#110758) (#110781) 2023-10-12 21:45:36 +00:00
utils.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00
win_utils.py bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) 2022-03-22 00:06:55 +00:00
worker.py [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) 2023-10-21 17:30:19 +00:00