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

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

Issue 878783003: [MemSheriff] Broaden Valgrind suppressions for benign tracked_objects leaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 e73272c8950c8393b0ed7ef322154833ff3b0725..2a0fb6631e8c91763f872393927d4c73f931f974 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1324,17 +1324,14 @@
Memcheck:Leak
fun:_Znw*
...
- fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
- fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE
+ fun:*tracked_objects*ThreadData*TallyABirth*
}
{
bug_104806_b
Memcheck:Leak
fun:_Znw*
...
- fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
- fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
- fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
+ fun:*tracked_objects*ThreadData*TallyADeath*
}
{
bug_105744b
@@ -1364,8 +1361,8 @@
bug_106912
Memcheck:Leak
...
- fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
- fun:_ZN4base14PlatformThread7SetNameEPKc
+ fun:*tracked_objects*ThreadData*InitializeThreadContext*
+ fun:*base*PlatformThread*SetName*
}
{
bug_111669
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698