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 pablogsal, vstinner
Date 2022-03-03.16:19:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646324376.37.0.339343384367.issue46913@roundup.psfhosted.org>
In-reply-to
Content
I recently changed how tests are skipped in ASAN, MSAN and UBSAN CIs (buildbot workers and GitHub Action jobs):

* bpo-46633
* https://github.com/python/buildmaster-config/commit/0fd1e3e49e4b688d5767501484cccea5fa35d3fc

3 tests are now failing on "AMD64 Arch Linux Usan 3.x":

* test_ctypes
* test_faulthandler
* test_hashlib

First failed build:
https://buildbot.python.org/all/#/builders/719/builds/632
History
Date User Action Args
2022-03-03 16:19:36vstinnersetrecipients: + vstinner, pablogsal
2022-03-03 16:19:36vstinnersetmessageid: <1646324376.37.0.339343384367.issue46913@roundup.psfhosted.org>
2022-03-03 16:19:36vstinnerlinkissue46913 messages
2022-03-03 16:19:36vstinnercreate