Commit 4fd5a51c authored by jar@chromium.org's avatar jar@chromium.org

Fix suppressions for tracked_object

I may be able to do better... but I wanted to  get
the tree greened up.

TBR=rtenneti
Review URL: http://codereview.chromium.org/8426006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107942 0039d316-1c4b-4281-b951-d872f2087c98
parent f3ed8b67
...@@ -199,9 +199,16 @@ ...@@ -199,9 +199,16 @@
... ...
fun:tracked_objects::ThreadData::Initialize* fun:tracked_objects::ThreadData::Initialize*
} }
{
Give breathing room for tracked object tests.. may do better later.
Heapcheck:Leak
...
fun:tracked_objects::TrackedObjectsTest*
}
{ {
Intentional leak in object tracking of thread context to avoid shutdown race Intentional leak in object tracking of thread context to avoid shutdown race
Heapcheck:Leak Heapcheck:Leak
...
fun:tracked_objects::ThreadData::Get fun:tracked_objects::ThreadData::Get
} }
{ {
...@@ -210,8 +217,6 @@ ...@@ -210,8 +217,6 @@
... ...
fun:tracked_objects::ThreadData::TallyA* fun:tracked_objects::ThreadData::TallyA*
} }
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed. # 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system (but a few aren't yet). # These should all be in chromium's bug tracking system (but a few aren't yet).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment