-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Do not exclude all sh tests when running under Valgrind Memcheck #11716
Do not exclude all sh tests when running under Valgrind Memcheck #11716
Conversation
@drake-jenkins-bot linux-bionic-clang-bazel-experimental-everything-valgrind-memcheck please |
+@EricCousineau-TRI for feature review. |
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.
Just to make sure that I have a good grasp of this campaign, is there an issue that can track this?
(Is this towards being able to more easily solve Python problems like #11424?)
Reviewed 20 of 20 files at r1.
Reviewable status: needs at least two assigned reviewers
Yes (running tests that use the Python test runner is an upcoming PR). |
Gotcha. So the next arc is to add some dynamic analysis for |
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.
+@soonho-tri for platform review, please.
Reviewable status: LGTM missing from assignee soonho-tri(platform) (waiting on @soonho-tri)
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.
Reviewed 20 of 20 files at r1.
Reviewable status: complete! all discussions resolved, LGTM from assignees soonho-tri(platform),EricCousineau-TRI(platform)
Also remove some outdated/superfluous
no_memcheck
tags (e.g., related to Xenial, Mac, and/or when we compiled with-O1
instead of-O2
). We did have defects in some of the tests excluded by tags or language filters (which were fixed after being revealed by early drafts of these PR).This change is