summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 03:23:40 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 03:23:40 +0000
commit02aff8a2e732a0450b02fb7fbf951d6815f3d9c2 (patch)
tree2a2494dcc6493dd162217d8225f49f4bf562de55 /tools
parent2ea7fc242dfb8896b5499167d38d96cb8292c420 (diff)
downloadchromium_src-02aff8a2e732a0450b02fb7fbf951d6815f3d9c2.zip
chromium_src-02aff8a2e732a0450b02fb7fbf951d6815f3d9c2.tar.gz
chromium_src-02aff8a2e732a0450b02fb7fbf951d6815f3d9c2.tar.bz2
Add suppression for leak in gfx::CanvasSkia::SizeStringInt
BUG=70327 TEST=none Review URL: http://codereview.chromium.org/6268009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 80c0fc0..70ae9d8 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1209,3 +1209,14 @@
fun:ResourceDispatcherHostTest::MakeTestRequest
fun:ResourceDispatcherHostTest_TestMany_Test::TestBody
}
+{
+ bug_70327
+ Heapcheck:Leak
+ fun:g_malloc
+ fun:gfx::CanvasSkia::SizeStringInt
+ fun:gfx::PlatformFontGtk::GetStringWidth
+ fun:gfx::Font::GetStringWidth
+ fun:ui::ElideUrl
+ fun:ui::::RunTest
+ fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody
+}