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

Test OMR regularly with Runtime Sanitizers #2055

Open
1 of 4 tasks
mgaudet opened this issue Nov 24, 2017 · 0 comments
Open
1 of 4 tasks

Test OMR regularly with Runtime Sanitizers #2055

mgaudet opened this issue Nov 24, 2017 · 0 comments

Comments

@mgaudet
Copy link

mgaudet commented Nov 24, 2017

Like most projects written in C++, OMR would benefit from being run regularly with runtime sanitizer builds.

The support to enable this was merged as part of #2008, and so this should just be a matter of selecting the sanitizers, ensuring they're clean, and then adding new builds to ensure they're clean.

Sanitizers have already found bugs in OMR, for example

My recommendation would be to start by running with the address sanitizer, and then work on cleaning up the undefined behaviour.

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

No branches or pull requests

1 participant