diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 19:11:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 19:11:26 +0000 |
commit | c5b757a55ab623f70c7597e5b81f56b215c6e4a2 (patch) | |
tree | 7c33ea1e3455693aeccbb9fcb6ebd2db5380d61f /tools/heapcheck/suppressions.txt | |
parent | 8eecc8892f6cb88a2e5ca58499e5c292710f0474 (diff) | |
download | chromium_src-c5b757a55ab623f70c7597e5b81f56b215c6e4a2.zip chromium_src-c5b757a55ab623f70c7597e5b81f56b215c6e4a2.tar.gz chromium_src-c5b757a55ab623f70c7597e5b81f56b215c6e4a2.tar.bz2 |
Heapchecker: Suppress a leak in ActiveNotificationTrackerTest::TestLookupAndClear.
BUG=43779
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/2013013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-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 f8c8baa..2788244 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -357,3 +357,9 @@ fun:ExtensionAPIClientTest::ExpectJsFailInternal fun:ExtensionAPIClientTest_CollapseToolstrip_Test::TestBody } +{ + bug_43779 + Heapcheck:Leak + fun:ActiveNotificationTracker::RegisterNotification + fun:ActiveNotificationTrackerTest_TestLookupAndClear_Test::TestBody +} |