Commit 6b0180c3 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppress uninits after the recent Skia roll

Also, slightly widen one recently added suppression
BUG=140196
TBR=oshima
Review URL: https://chromiumcodereview.appspot.com/10836071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149597 0039d316-1c4b-4281-b951-d872f2087c98
parent 65f3d46e
...@@ -1048,20 +1048,13 @@ ...@@ -1048,20 +1048,13 @@
fun:_ZN7WebCoreL19nameToPseudoTypeMapEv fun:_ZN7WebCoreL19nameToPseudoTypeMapEv
} }
{ {
bug_79322_a (Intentional) bug_79322 (Intentional)
Memcheck:Leak Memcheck:Leak
fun:_Znw* fun:_Znw*
fun:_ZN4base42StatisticsRecorderTest_NotInitialized_Test8TestBodyEv ...
} fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
{
bug_79322_b (Intentional)
Memcheck:Leak
fun:_Znw*
fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPKNS_12BucketRangesE
fun:_ZN4base48StatisticsRecorderTest_RegisterBucketRanges_Test8TestBodyEv
} }
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed. # 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system (but a few aren't yet). # These should all be in chromium's bug tracking system (but a few aren't yet).
...@@ -5854,6 +5847,14 @@ ...@@ -5854,6 +5847,14 @@
fun:_ZN15WebsiteSettings11OnUIClosingEv fun:_ZN15WebsiteSettings11OnUIClosingEv
fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv
} }
{
bug_140196
Memcheck:Uninitialized
fun:_ZNK12SkDescriptor6equalsERKS_
fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
...
fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 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