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 gregory.p.smith, miss-islington, pablogsal, vstinner
Date 2022-03-03.22:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646347533.64.0.722356308283.issue46913@roundup.psfhosted.org>
In-reply-to
Content
> https://github.com/python/buildmaster-config/commit/0fd1e3e49e4b688d5767501484cccea5fa35d3fc

Previously, 4 tests were skipped on the UBSAN buildbot

* test_faulthandler
* test_hashlib
* test_concurrent_futures
* test_ctypes

It's not a regression, it's just that I made the buildbot stricter. I'm planning to attempt to fix the 3 failing tests, or at least skip them in Python, rather than skipping them in the buildbot configuration.
History
Date User Action Args
2022-03-03 22:45:33vstinnersetrecipients: + vstinner, gregory.p.smith, pablogsal, miss-islington
2022-03-03 22:45:33vstinnersetmessageid: <1646347533.64.0.722356308283.issue46913@roundup.psfhosted.org>
2022-03-03 22:45:33vstinnerlinkissue46913 messages
2022-03-03 22:45:33vstinnercreate