Skip to content

[3.7] bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (GH-11385) #11388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-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 [email protected] [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 <[email protected]>
@miss-islington
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants