[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-02 Thread STINNER Victor
STINNER Victor added the comment: > https://github.com/python/buildmaster-config/pull/314 I merged this PR as well. The new buildbot configuration will be deployed soon. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 359bc392ba2b8f2acca223426c8210bb74f724c6 by Victor Stinner in branch '3.9': [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) (GH-31644)

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +29764 pull_request: https://github.com/python/cpython/pull/31644 ___ Python tracker ___

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 93264452d952d9ba604bacf2947c2df5dd477931 by Victor Stinner in branch '3.10': [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) https://github.com/python/cpython/commit/93264452d952d9ba604bacf2947c2df5dd477931

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +29756 pull_request: https://github.com/python/cpython/pull/31634 ___ Python tracker ___

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9204bb72a2da5885facc747e63d2bd2d654606fe by Victor Stinner in branch 'main': bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) https://github.com/python/cpython/commit/9204bb72a2da5885facc747e63d2bd2d654606fe --

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
STINNER Victor added the comment: """ 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:

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-46887: ./Programs/_freeze_module fails with MSAN: Uninitialized value was created by an allocation of 'stat.i'. -- ___ Python tracker

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
STINNER Victor added the comment: Status with the 2 pending PRs: * GH-31632 * https://github.com/python/buildmaster-config/pull/314 Tests only skipped on ASAN: * _test_multiprocessing Skip on ASAN and MSAN: * test___all__ * test_concurrent_futures * test_crypt *

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +29754 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31632 ___ Python tracker ___

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-03-01 Thread STINNER Victor
STINNER Victor added the comment: I created a PR to no longer skip tests in buildbots: https://github.com/python/buildmaster-config/pull/314 -- ___ Python tracker ___

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-02-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I have recently added some decorators in test. support to deactivate tests if running under the sanitizers. -- ___ Python tracker ___

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-02-04 Thread STINNER Victor
STINNER Victor added the comment: Notes: * test.support has check_sanitizer() function. Tests using it: * test_crypt * test_idle * test_tix * test_tk * test_ttk_guionly * test_decimal also checks for memory sanitizer and skip some tests if it's present: MEMORY_SANITIZER = (

[issue46633] AddressSanitizer: Skip tests directly in Python, not with external config

2022-02-04 Thread STINNER Victor
New submission from STINNER Victor : It seems like bpo-45200: "Address Sanitizer: libasan dead lock in pthread_create() (test_multiprocessing_fork.test_get() hangs)" is not fixed yet. In the GitHub Action job, test_multiprocessing_fork is skipped because it's too slow, so the job doesn't