]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109580: Skip test_perf_profiler on ASAN build (#109584)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Sep 2023 17:42:51 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 17:42:51 +0000 (19:42 +0200)
commit754519a9f8c2bb06d85ff9b3e9fe6f967ac46d5c
treec71faa4fa666b3ec320467eae6447724921ce368
parent9df6712c122b621dc5a1053ff1eccf0debfb2148
gh-109580: Skip test_perf_profiler on ASAN build (#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.
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]