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

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

Issue 10837068: Suppress NULL deref in WebKit and intentional leaks in base/statistics tests (Closed) Base URL: svn://svn.chromium.org/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 | « 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 149590)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1047,7 +1047,21 @@
fun:_Znw*
fun:_ZN7WebCoreL19nameToPseudoTypeMapEv
}
+{
+ bug_79322_a (Intentional)
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base42StatisticsRecorderTest_NotInitialized_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.
# These should all be in chromium's bug tracking system (but a few aren't yet).
@@ -5477,6 +5491,19 @@
fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
}
{
+ bug_131354
+ Memcheck:Unaddressable
+ fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf
+ fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
+ fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif
+ fun:_ZN7WebCore12HRTFDatabaseC1Ef
+ fun:_ZN7WebCore12HRTFDatabase6createEf
+ fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv
+ fun:_ZN7WebCoreL19databaseLoaderEntryEPv
+ fun:_ZN3WTFL16threadEntryPointEPv
+ fun:_ZN3WTFL19wtfThreadEntryPointEPv
+}
+{
bug_131668
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