This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, vstinner
Date 2022-03-01.14:00:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646143240.98.0.95473437752.issue46633@roundup.psfhosted.org>
In-reply-to
Content
"""
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 (...)
History
Date User Action Args
2022-03-01 14:00:41vstinnersetrecipients: + vstinner, pablogsal
2022-03-01 14:00:40vstinnersetmessageid: <1646143240.98.0.95473437752.issue46633@roundup.psfhosted.org>
2022-03-01 14:00:40vstinnerlinkissue46633 messages
2022-03-01 14:00:40vstinnercreate