Skip to content

Commit

Permalink
Valgrind: Suppress a leak in SyncBackendRegistrarTest.
Browse files Browse the repository at this point in the history
BUG=571543
TBR=glider@chromium.org

Review URL: https://codereview.chromium.org/1548603002

Cr-Commit-Position: refs/heads/master@{#366553}
  • Loading branch information
leizleiz authored and Commit bot committed Dec 22, 2015
1 parent b3b6621 commit c7f6d95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3355,3 +3355,14 @@
fun:_ZN4base6Thread10ThreadMainEv
fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
}
{
bug_571543
Memcheck:Leak
...
fun:_ZN4base11MessageLoopC1ENS0_4TypeENS_8Callback*
fun:_ZN4base11MessageLoop13CreateUnboundENS0_4TypeENS_8Callback*
fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE
fun:_ZN4base6Thread5StartEv
fun:_ZN4base6Thread22StartAndWaitForTestingEv
fun:_ZN12browser_sync12_GLOBAL__N_124SyncBackendRegistrarTest5SetUpEv
}

0 comments on commit c7f6d95

Please sign in to comment.