STINNER Victor <vstin...@python.org> added the comment:
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) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46913> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com