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

ASAN (clean!), UBSAN (clean!) jobs added -- nicely sanitized! MSAN also added but disabled, as our environment is not quite suitable. #35

Merged
merged 67 commits into from
Dec 16, 2023

Conversation

ygoldfeld
Copy link
Contributor

No description provided.

…nto `main` here or at some other near-term opportunity.
…t attempt at ASAN, clang-17 only. (I have run this locally with clang-17 and LLVM-10 STL, with stuff passing nicely. Let us see what happens here.)
…the other clangs at least experimentally (might still limit it to one clang in the end; TBD).
…-behavior with undefined to match the clang flag; though that might be wrong; and if not functionally wrong then it is arguable undefined-behavior is nicer (TBD).
…nd all but TSAN are helped by -fno-omit-frame-pointer when compiling.
Also a number of changes for *SAN; and some minor fixes to merged-in code (e.g., no need to invoke the before-each-test stuff when running the "prepare" steps for transport_test; parentheses missing; no need to check for TSAN in the re-run-on-prev-step error, as it would not have failed if it was skipped anyway).
…test failed; only then fail out of the run script.
…nit, seems nothing to do with our code yet... does not even get to main()).
… into different suppression files per compiler version (using symlinks for some though).
Tough but feel-good merge.  I made additional minor changes.  TODO: LTO-off needs to be reapplied, as merged-in code invokes CMake differently from before.
…go LTO. This may not be the most elegant way in terms of Python, but the essence is fine.
@ygoldfeld ygoldfeld merged commit 6a848d9 into main Dec 16, 2023
89 of 90 checks passed
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.

1 participant