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

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

Issue 10829081: Valgrind: Suppress a couple more errors and disable a flaky test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « tools/valgrind/gtest_exclude/ipc_tests.gtest-memcheck.txt ('k') | 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 148979)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5752,6 +5752,24 @@
fun:_ZN6syncer15SyncManagerImpl4Init*
fun:_ZN12browser_sync15SyncBackendHost4Core12DoInitializeERKNS0_19DoInitializeOptionsE
}
+{
+ bug_139662
+ Memcheck:Uninitialized
+ fun:qcms_transform_data_rgba_out_lut_sse2
+ fun:qcms_transform_data_type
+ fun:_ZN7WebCore16JPEGImageDecoder15outputScanlinesEv
+ fun:_ZN7WebCore15JPEGImageReader6decodeERKNS_12SharedBufferEb
+}
+{
+ bug_139664
+ Memcheck:Uninitialized
+ fun:_ZN4skia12_GLOBAL__N_18ClampTo8Ei
+ fun:_ZN4skia12_GLOBAL__N_120ConvolveHorizontallyILb1EEEvPKhRKNS_19ConvolutionFilter1DEPh
+ fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
+ fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
+ fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
+ fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« no previous file with comments | « tools/valgrind/gtest_exclude/ipc_tests.gtest-memcheck.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698