Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8821025: Memcheck:Uninitialized suppression for ExtensionTestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index f01761a3db860e4420dd6eaf4c08b2f7955311d8..0b7e237ce6524b0809628c43da7a5c9b09c9c38b 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5346,6 +5346,23 @@
fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_10SyncBundleE
fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationERKSt6vectorI10SyncChangeSaIS5_EE
}
+{
+ bug_106552
+ Memcheck:Uninitialized
+ ...
+ fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
+ fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
+ fun:_ZN13JsonPrefStore13SerializeDataEPSs
+ fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
+ fun:_ZN13JsonPrefStore18CommitPendingWriteEv
+ fun:_ZN13JsonPrefStoreD0Ev
+ fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
+ fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
+ fun:_ZN11PrefServiceD0Ev
+ fun:_ZN10scoped_ptrI11PrefServiceED1Ev
+ fun:_ZN14TestingProfileD2Ev
+ fun:_ZN23ExtensionTestingProfileD0Ev
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698