-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add a Valgrind builder + factory with a selected set of tests #520
Conversation
ed93898
to
1a0cf66
Compare
This bad boy detected the problem in python/cpython#123821:
|
"--without-pymalloc", | ||
] | ||
testFlags = [ | ||
"test_grammar", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am starting with this and grow slowly the list of tests as we did with the undefined behaviour sanitizer, which proved to be a very successful strategy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change LGTM, but I don't know if the buildbot is working :-)
Signed-off-by: Pablo Galindo <[email protected]>
No description provided.