-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Investigate running tests under helgrind #736
Comments
I've tried using helgrind a little. My perception was that there are far too many false positives to be useful. I think even a trivial "Hello World" written in C will cause helgrind errors from the C runtime. |
I've been using helgrind quite often to debug task issues. There are some (likely) false positives, but they are consistent. With a suppressions file I think it could definitely be worthwhile to have an automated helgrind run of the testsuite. |
I've added an |
The build is helgrind clean. |
apple: Add VM_* constants from mach/vm_statistics.h Closes rust-lang#736.
Elaborate on how to use an extern static correctly
* Handle non returning intrinsics * Newline in comment * Address comments
I don't know much about this tool, but it might be useful for exercising our task system.
The text was updated successfully, but these errors were encountered: