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

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

Issue 251092: Suppress a UMR in chromium_jpeg_write_scanlines to get the tree green... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 28020)
+++ tools/valgrind/memcheck/suppressions.txt (Arbeitskopie)
@@ -601,6 +601,17 @@
fun:_ZN7WebCore5Frame4initEv
}
{
+ bug_17067
+ Memcheck:Value4
+ fun:rgb_ycc_convert
+ fun:pre_process_data
+ fun:process_data_simple_main
+ fun:chromium_jpeg_write_scanlines
+ fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
+ fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLRK8SkBitmapRK14ThumbnailScore
+ fun:_ZN7history34TopSitesTest_SetPageThumbnail_Test8TestBodyEv
+}
+{
bug_17113
Memcheck:Leak
fun:_Znw*
« 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