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

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

Issue 7065079: Remove FileSystemURLRequestJob suppressions, as the only still-leaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to a generic LeakyLazyInstance suppression Created 9 years, 6 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 2c8e566d117a1ad521ff56bfc2b10f45b2d28eff..01ec32c5ba8d83d25be9950ba3d9de2421a9cdf2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -860,6 +860,13 @@
fun:_Znw*
fun:_ZN10disk_cache14StatsHistogram10FactoryGet*
}
+{
+ bug_83345
+ Memcheck:Leak
+ ...
+ fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv
+ fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
@@ -4244,20 +4251,6 @@
fun:_ZN9talk_base10TaskRunner8RunTasksEv
}
{
- bug_80002a
- Memcheck:Leak
- fun:_Znw*
- ...
- fun:*FileSystemURLRequestJobTest5SetUpEv
-}
-{
- bug_80002b
- Memcheck:Leak
- fun:_Znw*
- ...
- fun:*FileSystemDirURLRequestJobTest5SetUpEv
-}
-{
bug_80022
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