0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-14536 Helgrind suppressions for race-prone counters.cpp code

Closes #718

Signed-off-by: Benety Goh <benety@mongodb.com>
This commit is contained in:
Kamran Khan 2014-07-23 10:51:36 -04:00 committed by Benety Goh
parent 3038384e3c
commit 21fe1dde94

View File

@ -12,3 +12,45 @@
obj:/lib64/libpthread-2.14.90.so
fun:_ZN5mongo7LogFile17synchronousAppendEPKvm
}
{
NetworkCounter-hit-method-is-race-prone-by-design
Helgrind:Race
fun:_ZN5mongo14NetworkCounter3hitExx
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotCommand
Helgrind:Race
fun:_ZN5mongo10OpCounters10gotCommandEv
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotDelete
Helgrind:Race
fun:_ZN5mongo10OpCounters9gotDeleteEv
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotGetMore
Helgrind:Race
fun:_ZN5mongo10OpCounters10gotGetMoreEv
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotInsert
Helgrind:Race
fun:_ZN5mongo10OpCounters9gotInsertEv
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotQuery
Helgrind:Race
fun:_ZN5mongo10OpCounters8gotQueryEv
...
}
{
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotUpdate
Helgrind:Race
fun:_ZN5mongo10OpCounters9gotUpdateEv
...
}