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-35225: Cleanup test_faulthandler sanitizer skip logic. #11381

Merged
merged 1 commit into from
Dec 31, 2018

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Dec 31, 2018

Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

Update a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also skipping that one.

https://bugs.python.org/issue35225

Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

update a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also skipping that one.
@gpshead gpshead self-assigned this Dec 31, 2018
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting merge labels Dec 31, 2018
@gpshead gpshead changed the title bpo35225: Cleanup test_faulthandler sanitizer skip logic. bpo-35225: Cleanup test_faulthandler sanitizer skip logic. Dec 31, 2018
@gpshead gpshead merged commit 30e0232 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.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@gpshead gpshead deleted the faulthandler_ubsan branch December 31, 2018 02:09
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 31, 2018
Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

Updates a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also adding a skip to that one.
(cherry picked from commit 30e0232)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
miss-islington added a commit that referenced this pull request Dec 31, 2018
Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

Updates a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also adding a skip to that one.
(cherry picked from commit 30e0232)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
csabella pushed a commit to csabella/cpython that referenced this pull request Dec 31, 2018
Also skip the same tests when using the undefined behavior sanitizer
as they much with the output.

Updates a regex in another test to use multi-line mode so that the ubsan
buildbot should pass again rather than also adding a skip to that one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants