diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 22:07:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 22:07:01 +0000 |
commit | 93021c600f052d9bd3162cf652ee9c7a7e642dc5 (patch) | |
tree | 0c0bfc7a13e6bdb5d9510c49c219c5e8b3e9e97b /tools | |
parent | 1c6e122c8ab015aa61bbe53593329cd1dea4a0c6 (diff) | |
download | chromium_src-93021c600f052d9bd3162cf652ee9c7a7e642dc5.zip chromium_src-93021c600f052d9bd3162cf652ee9c7a7e642dc5.tar.gz chromium_src-93021c600f052d9bd3162cf652ee9c7a7e642dc5.tar.bz2 |
70782 needs heapcheck suppressions as well
BUG=70782
TBR=ahendrickson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index c31497f..6b87ae7 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1196,3 +1196,9 @@ fun:ui::::RunTest fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody } +{ + bug_70782 + Heapcheck:Leak + fun:SyncSetupWizard + fun:ProfileSyncService +} |