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

feat: enable ubsan by default in CI, with print_stacktrace=1 and suppressions #987

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Sep 17, 2023

This enables ubsan by default in CI, with some more undefined behaviors (float-divide-by-zero, unsigned-integer-overflow, local-bounds). It has two suppressions already, but more will no doubt be needed to limit the output to what we control. There is no way to have an exitcode != 0 when undefined behavior is found, so this depends a bit on people checking the output periodically.

TODO:

@wdconinc
Copy link
Contributor Author

@wdconinc wdconinc temporarily deployed to github-pages October 5, 2023 21:22 — with GitHub Actions Inactive
@wdconinc wdconinc added this pull request to the merge queue Oct 9, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Oct 10, 2023
@wdconinc wdconinc added this pull request to the merge queue Oct 10, 2023
Merged via the queue into main with commit 5b14144 Oct 10, 2023
100 checks passed
@wdconinc wdconinc deleted the enable-ubsan branch October 10, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants