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

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

Issue 1813543002: Move the suppression for BucketRangs to intentional section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1ac28775187de16a173f6ab65f2cfc4e03bdad03..1317127fed26e69ccea7da06c75bd457d242e4b8 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -372,6 +372,13 @@
fun:_ZN4base15SparseHistogram*
}
{
+ Intentional leak for BucketRanges.
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm
+ fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23PersistentHistogramDataE
+}
+{
bug_73299 (Intentional)
Memcheck:Leak
fun:_Znw*
@@ -3442,13 +3449,3 @@
...
fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20SpecialStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnboundRunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_
}
-{
- bug_595408
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm
- fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23PersistentHistogramDataE
- fun:_ZN4base28PersistentHistogramAllocator12GetHistogramEj
- fun:_ZN4base28PersistentHistogramAllocator26GetNextHistogramWithIgnoreEPNS0_8IteratorEj
- fun:_ZN4base28PersistentHistogramAllocator16GetNextHistogramEPNS0_8IteratorE
-}
« 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