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 pablogsal
Recipients Mark.Shannon, pablogsal
Date 2021-06-09.14:28:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623248906.72.0.88776310337.issue44363@roundup.psfhosted.org>
In-reply-to
Content
As I mentioned in https://bugs.python.org/issue43693, the way to run it is the following:

$ export ASAN_OPTIONS=detect_leaks=0:allocator_may_return_null=1:handle_segv=0
$ ./configure --with-address-sanitizer --without-pymalloc
$ make -j -s
$ ./python -m test test_lib2to3


There are known failures with things like ctypes and libcript so the following tests are ignored:

test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters

-----------------

test_lib2to3 does one fork for this call:

https://github.com/python/cpython/blob/main/Lib/lib2to3/tests/test_parser.py#L64

but that doesn't matter. Comment that and keeps falining
History
Date User Action Args
2021-06-09 14:28:26pablogsalsetrecipients: + pablogsal, Mark.Shannon
2021-06-09 14:28:26pablogsalsetmessageid: <1623248906.72.0.88776310337.issue44363@roundup.psfhosted.org>
2021-06-09 14:28:26pablogsallinkissue44363 messages
2021-06-09 14:28:26pablogsalcreate