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

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

Issue 441803002: Valgrind: Widen a suppression and suppress a new error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 287399)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5431,10 +5431,9 @@
fun:_ZN12SkBaseDevice10readPixelsE*
fun:_ZN8SkCanvas10readPixelsE*
fun:_ZN5blink15GraphicsContext10readPixelsE*
- fun:_ZN5blink12getImageDataILNS_8MultiplyE*
- fun:_ZNK7blink11ImageBuffer24getUnmultipliedImageDataE*
- fun:_ZNK7blink24CanvasRenderingContext2D12getImageDataE*
...
+ fun:_ZN*blink24CanvasRenderingContext2D12getImageDataE*
+ ...
fun:_ZN5blink34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
fun:_ZN5blink34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
}
@@ -6385,3 +6384,12 @@
fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
}
+{
+ bug_400547
+ Memcheck:Uninitialized
+ fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE
+ fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE
+ fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs
+ fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
+ fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
+}
« 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