]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109580: Skip test_perf_profiler on ASAN build (GH-109584) (#109585)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:00:11 +0000 (08:00 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:00:11 +0000 (17:00 +0200)
commitc3038bed1df2dc0399379cec81544a3d725674ef
tree9e6db2a43e563460c524ef09fa467980b57e77bc
parentddc0adcdb3ac0fbd14367876304ae61f68cb1813
[3.12] gh-109580: Skip test_perf_profiler on ASAN build (GH-109584) (#109585)

gh-109580: Skip test_perf_profiler on ASAN build (GH-109584)

Skip test_perf_profiler if Python is built with ASAN, MSAN or UBSAN
sanitizer. Python does crash randomly in this test on such build.
(cherry picked from commit 754519a9f8c2bb06d85ff9b3e9fe6f967ac46d5c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_perf_profiler.py
Misc/NEWS.d/next/Tests/2023-09-19-19-08-22.gh-issue-109580.G02Zam.rst [new file with mode: 0644]