Adopt sanitizers from @score_cpp_policies#182
Draft
RSingh1511 wants to merge 3 commits intoeclipse-score:mainfrom
Draft
Adopt sanitizers from @score_cpp_policies#182RSingh1511 wants to merge 3 commits intoeclipse-score:mainfrom
RSingh1511 wants to merge 3 commits intoeclipse-score:mainfrom
Conversation
89f4eed to
06f8f78
Compare
06f8f78 to
9efe87c
Compare
9efe87c to
0cf7b35
Compare
0cf7b35 to
b1978f6
Compare
b1978f6 to
28ebb8a
Compare
28ebb8a to
e71f80a
Compare
e71f80a to
cbf77bf
Compare
rmaddikery
reviewed
Mar 12, 2026
rmaddikery
reviewed
Mar 12, 2026
| cc_test( | ||
| name = "tsan_fail_data_race", | ||
| srcs = ["tsan_fail_data_race.cpp"], | ||
| # Re-package suppressions from @score_cpp_policies for integration testing |
Contributor
There was a problem hiding this comment.
why re-package here?
OK in case the repo has its own suppressions..?
Author
There was a problem hiding this comment.
re-packaging is needed for integration tests running in Docker so the suppression files from @score_cpp_policies are available at /sanitizers/suppressions/
Contributor
There was a problem hiding this comment.
We should have a way to specify our suppressions in this repository. There might be some that can be centralized (stdlib ones for example) but we will likely have some here that are exlusive to this repository.
Author
There was a problem hiding this comment.
Added repo-specific suppression files that merge with centralized ones from @score_cpp_policies in integration tests
cbf77bf to
de6f1df
Compare
de6f1df to
ab857d8
Compare
ab857d8 to
859f988
Compare
5d9465d to
3f5b905
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.