Message414262
"""
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 (...) |
|
| Date |
User |
Action |
Args |
| 2022-03-01 14:00:41 | vstinner | set | recipients:
+ vstinner, pablogsal |
| 2022-03-01 14:00:40 | vstinner | set | messageid: <[email protected]> |
| 2022-03-01 14:00:40 | vstinner | link | issue46633 messages |
| 2022-03-01 14:00:40 | vstinner | create | |
|