| Index: tools/valgrind/memcheck/suppressions.txt
|
| diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
|
| index 241ea2514a6877677788c0dfd39a996f55ed89ef..2ab44921b45dc6c505783c2145948c606d8100c6 100644
|
| --- a/tools/valgrind/memcheck/suppressions.txt
|
| +++ b/tools/valgrind/memcheck/suppressions.txt
|
| @@ -5197,6 +5197,24 @@
|
| fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base15DictionaryValueE
|
| fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test8TestBodyEv
|
| }
|
| +{
|
| + bug_91816_a
|
| + Memcheck:Leak
|
| + fun:_Znw*
|
| + fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
|
| +}
|
| +{
|
| + bug_91816_b
|
| + Memcheck:Leak
|
| + fun:_Znw*
|
| + fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
|
| +}
|
| +{
|
| + bug_91816_c
|
| + Memcheck:Leak
|
| + fun:_Znw*
|
| + fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv
|
| +}
|
|
|
| #-----------------------------------------------------------------------
|
| # These only occur on our Google workstations
|
| @@ -5227,21 +5245,3 @@
|
| obj:/lib/libselinux.so.1
|
| obj:/lib/libselinux.so.1
|
| }
|
| -{
|
| - bug_91816_a
|
| - Memcheck:Leak
|
| - fun:_Znw*
|
| - fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
|
| -}
|
| -{
|
| - bug_91816_b
|
| - Memcheck:Leak
|
| - fun:_Znw*
|
| - fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
|
| -}
|
| -{
|
| - bug_91816_c
|
| - Memcheck:Leak
|
| - fun:_Znw*
|
| - fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv
|
| -}
|
|
|