diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 11:34:24 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 11:34:24 +0000 |
commit | 67e596f60f44aed4818b845c623de7b3bde0d759 (patch) | |
tree | cf7c96168697702cfec3c07e77c0ac03744c3989 /tools | |
parent | 6394ecbaed6c7c32a326eb377f96e0676ba067c8 (diff) | |
download | chromium_src-67e596f60f44aed4818b845c623de7b3bde0d759.zip chromium_src-67e596f60f44aed4818b845c623de7b3bde0d759.tar.gz chromium_src-67e596f60f44aed4818b845c623de7b3bde0d759.tar.bz2 |
Suppress leaks in InvalidationNotifierTest.Basic, widen one existing suppression
TBR=dhollowa
BUG=108531
Review URL: https://chromiumcodereview.appspot.com/9717048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 1e2d58f..5ddbc22 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5050,15 +5050,13 @@ Memcheck:Leak fun:_Znw* ... - fun:_ZN14RenderViewHost* + fun:_ZN*RenderViewHost* ... fun:_ZN11BalloonHost4InitEv - fun:_ZN15BalloonViewHost4InitEP10_GtkWidget + ... fun:_ZN19BalloonViewHostView20ViewHierarchyChangedEbPN5views4ViewES2_ fun:_ZN5views4View24ViewHierarchyChangedImplEbbPS0_S1_ - fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_ - fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_ - fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_ + ... fun:_ZN5views4View25PropagateAddNotificationsEPS0_S1_ fun:_ZN5views4View14AddChildViewAtEPS0_i fun:_ZN5views4View12AddChildViewEPS0_ @@ -5812,6 +5810,21 @@ ... fun:*ModuleSystemTest* } +{ + bug_118890_a + Memcheck:Leak + ... + fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv + fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE + fun:_ZN8notifier5Login15StartConnectionEv + fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ +} +{ + bug_118890_b + Memcheck:Leak + fun:_Znw* + fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |