cpython/Lib/test/libregrtest
Miss Islington (bot) fc2393e417
[3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105342)
Display the sanitizer config in the regrtest header. (GH-105301)

Display the sanitizers present in libregrtest.

Having this in the CI output for tests with the relevant environment
variable displayed will help make it easier to do what we need to
create an equivalent local test run.
(cherry picked from commit 852348ab65)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2023-07-05 12:54:26 +02:00
..
__init__.py
cmdline.py
main.py [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105342) 2023-07-05 12:54:26 +02:00
pgo.py
refleak.py gh-91896: Revert some very noisy DeprecationWarnings for ByteString (#104424) 2023-05-13 09:55:35 +01:00
runtest.py gh-82054: allow test runner to split test_asyncio to execute in parallel by sharding. (#103927) 2023-04-29 18:26:24 -07:00
runtest_mp.py [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) (#106174) 2023-06-28 02:55:27 +00:00
save_env.py GH-86275: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests (#22863) 2023-05-12 08:35:53 -04:00
setup.py
utils.py gh-103193: Fix refleaks in test_inspect and test_typing (#104320) 2023-05-09 18:03:36 +05:30
win_utils.py