Commit 794fa02e authored by thestig@chromium.org's avatar thestig@chromium.org

Valgrind: Suppress a couple more errors and disable a flaky test.

BUG=139659,139662,139664
TEST=none
TBR=jhawkins
Review URL: https://chromiumcodereview.appspot.com/10829081

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148989 0039d316-1c4b-4281-b951-d872f2087c98
parent 2792a19b
......@@ -3,3 +3,6 @@
# ChromeOS-specific exclude files.
IPCSyncChannelTest.SendAfterClose
IPCSyncChannelTest.RestrictedDispatch
# http://crbug.com/139659 - maybe related to http://crbug.com/136351?
IPCSyncChannelTest.RestrictedDispatchDeadlock
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment