X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.tsan-suppressions;h=5ba86d68459e61f87dae1332c7f2402860b4280c;hb=a78305ffbca58e49a7cdad901df0ae779bbed8fb;hp=8c85014a0a936892f6832c68e3db646b6f9d2ea2;hpb=d4e355fb78dd0935268e4b8be28091b7b9bd0fb4;p=platform%2Fupstream%2Fgit.git diff --git a/.tsan-suppressions b/.tsan-suppressions index 8c85014..5ba86d6 100644 --- a/.tsan-suppressions +++ b/.tsan-suppressions @@ -8,3 +8,9 @@ # in practice it (hopefully!) doesn't matter. race:^want_color$ race:^transfer_debug$ + +# A boolean value, which tells whether the replace_map has been initialized or +# not, is read racily with an update. As this variable is written to only once, +# and it's OK if the value change right after reading it, this shouldn't be a +# problem. +race:^lookup_replace_object$