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

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

Issue 9565040: Suppress a valgrind uninitialilzed read. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 d417bef310a242e973ce70f89af1f77293c1fd66..c08846ae4320c178fc61816a491a40b9a46ebb5a 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5885,6 +5885,21 @@
fun:_ZN10scoped_ptrIN5views4ViewEED1Ev
fun:_ZN5views4View17DoRemoveChildViewEPS0_bbb
}
+{
+ 116475
+ Memcheck:Uninitialized
+ fun:_ZNK4base9Histogram11BucketIndexEi
+ fun:_ZN4base9Histogram3AddEi
+ fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciiii
+ fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii
+ fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPassesERN3WTF6VectorINS1_6OwnPtrINS_12CCRenderPassEEELj0EEE
+ fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
+ fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
+ fun:_ZN7WebCore19CCSingleThreadProxy20compositeImmediatelyEv
+ fun:_ZN7WebCore15CCLayerTreeHost9compositeEv
+ fun:_ZN6WebKit16WebLayerTreeView9compositeEv
+}
+
#-----------------------------------------------------------------------
# 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