Skip to content
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

bpo-35214: MSan workarounds for socket, time, and test_faulthandler. #11375

Merged
merged 3 commits into from
Dec 31, 2018

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Dec 30, 2018

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.

https://bugs.python.org/issue35214

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.
@gpshead gpshead merged commit b474e67 into python:master Dec 31, 2018
@miss-islington
Copy link
Contributor

Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@gpshead gpshead deleted the msan_faulthandler_socket_etc branch December 31, 2018 01:05
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 31, 2018
…ythonGH-11375)

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.
(cherry picked from commit b474e67)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
@bedevere-bot
Copy link

GH-11378 is a backport of this pull request to the 3.7 branch.

gpshead added a commit that referenced this pull request Dec 31, 2018
…H-11375) (GH-11378)

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.
(cherry picked from commit b474e67)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
csabella pushed a commit to csabella/cpython that referenced this pull request Dec 31, 2018
…ythonGH-11375)

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants