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

Experiment /fsanitize=address for tests #3708

Closed
wants to merge 1 commit into from
Closed

Conversation

csujedihy
Copy link
Contributor

Description

Just an experiment.

@@ -22,7 +22,7 @@ target_link_libraries(msquictest inc gtest logging base_link)

# At least /W3 must be used on all windows builds to pass compliance
if(MSVC)
target_compile_options(msquictest PRIVATE /W3 /bigobj)
target_compile_options(msquictest PRIVATE /W3 /bigobj /fsanitize=address)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize tests weren't using the same flags. FYI, there are 3 tests that might need this flag in total.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build still failed.

@csujedihy csujedihy closed this Jun 16, 2023
@csujedihy csujedihy deleted the random-stuff branch August 18, 2023 17:26
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.

2 participants