summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 13:05:44 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 13:05:44 +0000
commit24a74164d45a33ba737263f5eeb108565d4efa89 (patch)
tree3e80ac222fe25129e284e58e2a8b424c0a66f3a7 /tools/heapcheck
parent79fc76649972cc416a7b26bf75a5793106d50b1c (diff)
downloadchromium_src-24a74164d45a33ba737263f5eeb108565d4efa89.zip
chromium_src-24a74164d45a33ba737263f5eeb108565d4efa89.tar.gz
chromium_src-24a74164d45a33ba737263f5eeb108565d4efa89.tar.bz2
Another heapcheck suppression for ProfileInfoCacheTest.
BUG=105864 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8743008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 2c4d4ad..88b6ca2 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1817,8 +1817,15 @@
fun:webkit_media::BufferedDataSourceTest::BufferedDataSourceTest
}
{
- bug_105864
+ bug_105864_a
Heapcheck:Leak
...
fun:ProfileInfoCache::SetGAIAPictureOfProfileAtIndex
}
+{
+ bug_105864_b
+ Heapcheck:Leak
+ fun:MessageLoop
+ fun:MessageLoopForUI
+ fun:ProfileInfoCacheTest
+}