cpython/Lib/test/libregrtest
Pablo Galindo e0cd8aa70a
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)
When building Python in some uncommon platforms there are some known tests that will fail. Right now, the test suite has the ability to ignore entire tests using the -x option and to receive a filter file using the --matchfile filter. The problem with the --matchfile option is that it receives a file with patterns to accept and when you want to ignore a couple of tests and subtests, is too cumbersome to lists ALL tests that are not the ones that you want to accept and he problem with -x is that is not easy to ignore just a subtests that fail and the whole test needs to be ignored.

For these reasons, add a new option to allow to ignore a list of test and subtests for these situations.
2019-11-19 23:46:49 +00:00
..
__init__.py bpo-37473: Don't import importlib ASAP in tests (GH-14661) 2019-07-14 19:31:12 +02:00
cmdline.py bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
main.py bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
pgo.py bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985) 2019-07-28 18:01:12 -07:00
refleak.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
runtest.py bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
runtest_mp.py bpo-38502: regrtest uses process groups if available (GH-16829) 2019-10-18 15:49:08 +02:00
save_env.py bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
setup.py bpo-38614: Add timeout constants to test.support (GH-16964) 2019-10-30 12:41:43 +01:00
utils.py bpo-36670: Enhance regrtest (GH-16556) 2019-10-03 16:15:16 +02:00
win_utils.py bpo-36670: Enhance regrtest (GH-16556) 2019-10-03 16:15:16 +02:00