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

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: Another refresh. 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
« no previous file with comments | « 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 6ba23f0ede741b34cb5e13a24f53f78c54afe3fa..f750c448b97775b578a17a89edbba7445bb691da 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -295,23 +295,6 @@
fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
}
{
- 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*
-}
-{
FileStream::Context can leak through WorkerPool by design (Linux)
Heapcheck:Leak
fun:net::FileStream::FileStream
@@ -1244,22 +1227,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
...
« no previous file with comments | « base/tracked_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698