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

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

Issue 7799010: Suppressing cond error in BookmarksHandler::Loaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 months 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 7b0579adf341523df8b2f2306fb40fc03d06cdf6..ec5abfc469e790729e2f5886abd38da5734e3a2f 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1,4 +1,4 @@
-# There are three kinds of suppressions in this file.
+# There are four kinds of suppressions in this file.
# 1. third party stuff we have no control over
#
# 2. intentional unit test errors, or stuff that is somehow a false positive
@@ -8,6 +8,8 @@
# These should all be in chromium's bug tracking system (but a few aren't yet).
# Periodically we should sweep this file and the bug tracker clean by
# running overnight and removing outdated bugs/suppressions.
+#
+# 4. issues that happen only on Google workstations.
#-----------------------------------------------------------------------
# 1. third party stuff we have no control over
@@ -5369,8 +5371,16 @@
fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
}
+{
+ bug_94664
+ Memcheck:Cond
+ fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb
+ fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails
+ fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath
+}
+
#-----------------------------------------------------------------------
-# These only occur on our Google workstations
+# 4. These only occur on our Google workstations
{
bug_todo_freeres
Memcheck:Free
« 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