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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 16387012: Annotate the intentional test-only leak in base/tracked_objects.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« base/tracked_objects.cc ('K') | « base/tracked_objects.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 813cbe0a0ea010f3ddb07a61d650528ccd3c396f..6398a1cf2e47b993217fcec8633d0a8f375c072e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -350,23 +350,6 @@
fun:base::LazyInstance::Pointer
}
{
- Intentional leak in object tracking statics to avoid shutdown race
- Heapcheck:Leak
- ...
- fun:tracked_objects::ThreadData::Initialize*
-}
-{
- Intentional leak in object tracking of thread context to avoid shutdown race
- Heapcheck:Leak
- fun:tracked_objects::ThreadData::Get
-}
-{
- Intentional leak of task birth and death data to avoid shutdown race
- Heapcheck:Leak
- ...
- fun:tracked_objects::ThreadData::TallyA*
-}
-{
NSS is initialized (LeakyLazyInstance) but intentionally never shut down
Heapcheck:Leak
...
@@ -1354,22 +1337,6 @@
fun:ui::InputMethodIBus::Init
}
{
- bug_136936_a
- Heapcheck:Leak
- ...
- fun:std::basic_string::_Rep::_S_create
- ...
- fun:base::PlatformThread::SetName
-}
-{
- bug_136936_b
- Heapcheck:Leak
- ...
- fun:std::basic_string::_Rep::_S_create
- ...
- fun:base::PlatformThread::CurrentId
-}
-{
bug_143565
Heapcheck:Leak
...
« base/tracked_objects.cc ('K') | « base/tracked_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698