summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 04:08:30 +0000
committerzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 04:08:30 +0000
commitd061e9bd1a883172db01c644d83c1a1ae45efc90 (patch)
tree974041b5342316ff1aefbcf1690ceb6fe27fafbc /tools/heapcheck
parent76a0b9dd40da48477e87d17d77b8e1941919e342 (diff)
downloadchromium_src-d061e9bd1a883172db01c644d83c1a1ae45efc90.zip
chromium_src-d061e9bd1a883172db01c644d83c1a1ae45efc90.tar.gz
chromium_src-d061e9bd1a883172db01c644d83c1a1ae45efc90.tar.bz2
suppress memory leak from SelectFileDialogExtensionTest
TBR=satorux@chromium.org BUG=118336 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9699063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 25d3351..9f59234 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1881,3 +1881,9 @@
fun:invalidation::InvalidationClientImpl::Start
fun:sync_notifier::ChromeInvalidationClient::Start
}
+{
+ bug_118336
+ Heapcheck:Leak
+ ...
+ fun:SelectFileDialogExtensionTest_SelfDeleting_Test::TestBody
+}