]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601...
authorAntoine Pitrou <antoine@python.org>
Mon, 18 Mar 2024 09:22:19 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 09:22:19 +0000 (10:22 +0100)
commitfcb230180faff828aa67ca2ee1aa94fc522e6daa
tree506950e0cd5d6b9aed881395189988c29b6a085c
parent2ac1b48a044429d7a290310348b53a87b9f2033a
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601) (#116929)

(cherry picked from commit ebf29b3)

Co-authored-by: Donghee Na <donghee.na@python.org>
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/tsan.py [new file with mode: 0644]
Lib/test/support/script_helper.py
Lib/test/test_threading.py
Misc/NEWS.d/next/Tests/2024-03-11-23-20-28.gh-issue-112536.Qv1RrX.rst [new file with mode: 0644]
Modules/_testcapi/mem.c
Tools/tsan/supressions.txt [new file with mode: 0644]