-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
macOS sanitizer github jobs (fixes #4313) #4346
Conversation
3a2b1ee
to
277e5c9
Compare
@pavledragisic FYI, this (TSAN build clang/osx) most likely won't go into 1.13 but should definitely be looked at EDIT: apparently, the link to the exact location does not work, so here:
|
277e5c9
to
125ed20
Compare
125ed20
to
4c24606
Compare
…ported by clang thread sanitizer) #4313
I/O error: error:1C800066:Provider routines::cipher operation failed
cf565bf
to
2e58aec
Compare
@aleks-f, This PR is ready to be merged if you agree. |
@@ -216,8 +216,7 @@ jobs: | |||
CppUnit::TestCaller<UniqueExpireLRUCacheTest>.testExpireN, | |||
CppUnit::TestCaller<ExpireLRUCacheTest>.testAccessExpireN, | |||
CppUnit::TestCaller<SyslogTest>.testOldBSD, | |||
CppUnit::TestCaller<PollSetTest>.testPollClosedServer, | |||
CppUnit::TestCaller<CryptoTest>.testEncryptDecryptGCM" | |||
CppUnit::TestCaller<PollSetTest>.testPollClosedServer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be looked into when working on #4382; not being able to detect the server closing connection is a problem
Github jobs for macOS with sanitize options: undefined, address, thread.
#4313, #4347