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

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

Issue 6460025: Suppress Valgrind reports on gfx::JPEGCodec... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 74266)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3715,3 +3715,28 @@
fun:_ZN11MessageLoop11RunInternalEv
fun:_ZN11MessageLoop10RunHandlerEv
}
+{
+ bug_72399a
+ Memcheck:Addr8
+ ...
+ fun:jsimd_ycc_rgb_convert
+ fun:sep_upsample
+ fun:process_data_simple_main
+ fun:chromium_jpeg_read_scanlines
+ fun:_ZN3gfx9JPEGCodec6DecodeEPK*NS0_11ColorFormatEPSt6vectorIhSaIhEEPiS8_
+ fun:_ZN3gfx9JPEGCodec6DecodeEPK*
+ fun:*ExtractThumbnailERK15RefCountedBytes
+ fun:_ZN7history12TopSitesTest12GetThumbnailERK4GURL
+ fun:_ZN7history21TopSitesMigrationTest19MigrationAssertionsEv
+ fun:_ZN7history34TopSitesMigrationTest_Migrate_Test8TestBodyEv
+}
+{
+ bug_72399b
+ Memcheck:Addr8
+ fun:jsimd_ycc_rgb_convert_sse2
+}
+{
+ bug_72399c
+ Memcheck:Addr8
+ obj:*/unit_tests
+}
« 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