diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 05:31:46 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 05:31:46 +0000 |
commit | f2202083f44fb378bc03e784c6a02e863e686b40 (patch) | |
tree | 6360e6385a63d5eda5c51161ddd4037c2d02c760 /tools | |
parent | b168b89b9e6784a2c80464af30efba169a523ca8 (diff) | |
download | chromium_src-f2202083f44fb378bc03e784c6a02e863e686b40.zip chromium_src-f2202083f44fb378bc03e784c6a02e863e686b40.tar.gz chromium_src-f2202083f44fb378bc03e784c6a02e863e686b40.tar.bz2 |
Refactor suppression rules for Bug 90013.
This change updates suppression rules for Bug 90013 to remove unknown symbols as much as possible. We need to install more debug symbols, though.
TBR=thakis
BUG=90013
TEST=make the "Chromium OS Heapcheck" bot greener.
Review URL: https://chromiumcodereview.appspot.com/10140015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 47 |
1 files changed, 6 insertions, 41 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 78f5bc5..36708ae 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1226,62 +1226,27 @@ bug_90013_a Heapcheck:Leak fun:?? - ... - fun:pango_fc_font* - ... - fun:gfx::RenderTextLinux::* + fun:gfx::RenderTextLinux::EnsureLayout } { bug_90013_b Heapcheck:Leak - ... - fun:?? - fun:?? fun:?? - ... - fun:pango_fc_font_* + fun:gfx::RenderTextLinux::GetStringSize } { bug_90013_c Heapcheck:Leak fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? - fun:?? + fun:::FindBestMatchFontFamilyName + fun:PlatformFontPango } { bug_90013_d Heapcheck:Leak fun:?? - fun:?? - fun:?? - fun:?? - ... - fun:XML_ParseBuffer - fun:?? - fun:?? - fun:?? - fun:?? - ... - fun:PlatformFontPango + fun:gfx::GetPangoFontMetrics + fun:gfx::PlatformFontPango::InitPangoMetrics } { bug_91491 |