[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

STINNER Victor report at bugs.python.org
Tue Mar 1 09:00:40 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

"""
No longer skipped:

* test_capi
* test_ctypes
* test_faulthandler
* test_interpreters
"""

I built Python manually with:

  ./configure --with-pydebug CC=clang LD=clang --with-address-sanitizer 

These tests no longer with ASAN_OPTIONS used on our CI:

ASAN_OPTIONS='detect_leaks=0:allocator_may_return_null=1:handle_segv=0' ./python -m test (...)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46633>
_______________________________________


More information about the Python-bugs-list mailing list