]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Oct 2023 12:42:36 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 12:42:36 +0000 (14:42 +0200)
commitaf29282fce117cb10f00907fd46d56c2fa6142f5
tree303d805736f0d391d7c8f11b3305f6e43bd5473e
parent2bbbab212fb10b3aeaded188fb5d6c001fb4bf74
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)

Set ASAN_OPTIONS="handle_segv=0" env var to run the test.
Lib/test/support/__init__.py
Lib/test/test_faulthandler.py
Lib/test/test_regrtest.py