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 christian.heimes, gregory.p.smith, martin.panter, miss-islington, pablogsal, vstinner
Date 2022-03-10.17:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646931688.19.0.758323131479.issue46913@roundup.psfhosted.org>
In-reply-to
Content
Current status of tests skipped on ASAN, MSAN and UBSAN.

Only ASAN (1):

* _test_multiprocessing.py:76:if support.check_sanitizer(address=True):

ASAN and MSAN (10):

* test___all__.py:14:if support.check_sanitizer(address=True, memory=True):
* test_concurrent_futures.py:35:if support.check_sanitizer(address=True, memory=True):
* test_crypt.py:7:    if check_sanitizer(address=True, memory=True):
* test_decimal.py:5510:    @unittest.skipIf(check_sanitizer(address=True, memory=True),
* test_idle.py:5:if check_sanitizer(address=True, memory=True):
* test_peg_generator/__init__.py:7:if support.check_sanitizer(address=True, memory=True):
* test_tix.py:7:if check_sanitizer(address=True, memory=True):
* test_tk.py:6:if check_sanitizer(address=True, memory=True):
* test_tools/__init__.py:10:if support.check_sanitizer(address=True, memory=True):
* test_ttk_guionly.py:6:if check_sanitizer(address=True, memory=True):

Only UB (1):

* test_hashlib.py:68:SKIP_SHA3 = support.check_sanitizer(ub=True)
History
Date User Action Args
2022-03-10 17:01:28vstinnersetrecipients: + vstinner, gregory.p.smith, christian.heimes, martin.panter, pablogsal, miss-islington
2022-03-10 17:01:28vstinnersetmessageid: <1646931688.19.0.758323131479.issue46913@roundup.psfhosted.org>
2022-03-10 17:01:28vstinnerlinkissue46913 messages
2022-03-10 17:01:28vstinnercreate