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

Remove LeakSan #283

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Remove LeakSan #283

merged 1 commit into from
Nov 8, 2022

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Nov 7, 2022

The Leak sanitiser tests are taking a very long time as reported in #276. Also, checking the docs, LSAN should already run when running ASAN, and running it in standalone mode is not very supported/tested (hence maybe why it is taking unreasonably long - we say unreasonably because the same docs state that the sanitizer should add very little overhead).

As a consequence, I think we don't lose any coverage by removing it, yet we shorten tests execution time considerably.

Closes #276

@csegarragonz csegarragonz self-assigned this Nov 7, 2022
@csegarragonz csegarragonz merged commit ffa658c into main Nov 8, 2022
@csegarragonz csegarragonz deleted the remove-lsan branch November 8, 2022 18:50
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

Successfully merging this pull request may close these issues.

LeakSan tests taking a very long time
2 participants