Index: tools/valgrind/memcheck/suppressions.txt |
=================================================================== |
--- tools/valgrind/memcheck/suppressions.txt (revision 95548) |
+++ tools/valgrind/memcheck/suppressions.txt (working copy) |
@@ -5183,6 +5183,20 @@ |
fun:_Znw* |
fun:_ZN16CrxUpdateService19ProcessPendingItemsEv |
} |
+{ |
+ bug_91771_a |
+ Memcheck:Value4 |
+ ... |
+ fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base15DictionaryValueE |
+ fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test8TestBodyEv |
+} |
+{ |
+ bug_91771_b |
+ Memcheck:Cond |
+ ... |
+ fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base15DictionaryValueE |
+ fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test8TestBodyEv |
+} |
#----------------------------------------------------------------------- |
# These only occur on our Google workstations |