]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105342)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jul 2023 10:54:26 +0000 (03:54 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 10:54:26 +0000 (12:54 +0200)
commitfc2393e4177d32dab0c73f69472dc1b726dbeeaf
tree975c1b7a8c7b76bd77a3fb71aa206b5488432840
parent334b95b2434880e6138d430054c3054266e6020f
[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 852348ab65783601e0844b6647ea033668b45c11)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py