Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Dec 31, 2018

The clang memory sanitizers default behavior is to crash when a malloc that cannot succeed is called rather than returning an error. Lets just skip these tests under msan; not much value there.

https://bugs.python.org/issue35214
(cherry picked from commit e5796c4)

Co-authored-by: Gregory P. Smith greg@krypto.org [Google]

https://bugs.python.org/issue35214

…ythonGH-11385) * skip test_constructor under msan. * fix the others as well. * reuse existing related news entry. * typo fix (cherry picked from commit e5796c4) Co-authored-by: Gregory P. Smith <greg@krypto.org>
@miss-islington
Copy link
ContributorAuthor

@gpshead: Status check is done, and it's a success ✅ .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@gpshead@the-knights-who-say-ni@bedevere-bot