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

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

Issue 14241026: Suppress invalid accesses reported after GrEffectRef::~GrEffectRef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 195146)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -7074,3 +7074,24 @@
fun:_ZN22DiskCacheTestWithCache9InitCacheEv
fun:*DiskCacheBackendTest_SimpleDoom*
}
+{
+ bug_233541_a
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN11GrEffectRefD0Ev
+ fun:_ZNK8SkRefCnt16internal_disposeEv
+ fun:_ZNK8SkRefCnt5unrefEv
+}
+{
+ bug_233541_b
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN14DeferredDevice5flushEv
+ fun:_ZN8SkCanvas5flushEv
+ fun:_ZN7WebCore19Canvas2DLayerBridge14prepareTextureERN6WebKit17WebTextureUpdaterE
+ fun:_ZN6webkit27WebExternalTextureLayerImpl14PrepareTextureEPN2cc19ResourceUpdateQueueE
+ fun:_ZN2cc12TextureLayer6UpdateEPNS_19ResourceUpdateQueueEPKNS_20OcclusionTrackerBaseINS_5LayerENS_13RenderSurfaceEEEPNS_14RenderingStatsE
+ fun:_ZN2cc13LayerTreeHost18PaintLayerContentsERKSt6vectorI13scoped_refptrINS_5LayerEESaIS4_EEPNS_19ResourceUpdateQueueE
+ fun:_ZN2cc13LayerTreeHost12UpdateLayersEPNS_5LayerEPNS_19ResourceUpdateQueueE
+}
+
« 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