cpython/Lib/test/test_peg_generator
Victor Stinner 9204bb72a2
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Skip tests on ASAN and/or MSAN builds:

* multiprocessing tests
* test___all__
* test_concurrent_futures
* test_decimal
* test_peg_generator
* test_tools

The ASAN job of GitHub Actions no longer excludes these tests.
2022-03-01 15:44:08 +01:00
..
__init__.py bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) 2022-03-01 15:44:08 +01:00
__main__.py
test_c_parser.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_first_sets.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_grammar_validator.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_pegen.py bpo-45204: Reduce verbosity of test_peg_generator (GH-28360) 2021-09-15 20:16:51 +02:00