Skip to content

Commit

Permalink
uncomment sup files
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 24, 2024
1 parent 65c443b commit 00b172e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/msansup.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Locking APIs from non-instrumented `libpthread` yields false-positives.
#fun:_ZN11BloombergLP5bslmt9MutexImplINS0_8Platform12PosixThreadsEE*
fun:_ZN11BloombergLP5bslmt9MutexImplINS0_8Platform12PosixThreadsEE*
4 changes: 2 additions & 2 deletions etc/tsansup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ race:BloombergLP::bcema_Pool<*>::allocate
#race:__tsan_atomic32_fetch_add

# Don't warn about using cout from multiple threads
#race:std::basic_ostream<char, *>& bsl::operator<< <*>(std::basic_ostream<*>&, bsl::basic_string<*> const&)
race:std::basic_ostream<char, *>& bsl::operator<< <*>(std::basic_ostream<*>&, bsl::basic_string<*> const&)

# Looks like ball::LoggerManager uses a plain ptr to store its singleton, and
# it makes tsan warn in some cases
#race:BloombergLP::ball::LoggerManager::isInitialized()
race:BloombergLP::ball::LoggerManager::isInitialized()

# Suppress TSan report in a routine used in bmqimp::Brokersession test driver.
# It is a benign race in the test driver, but should be looked into at some
Expand Down

0 comments on commit 00b172e

Please sign in to comment.