summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 22:46:33 +0000
committerrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 22:46:33 +0000
commitc3e4ae2621b6b2843aa9aeaf7c40e866e62ce223 (patch)
treee4e5f88929b5f4575b4b663da8e6c2d0c57cb494 /tools
parenta38b2ce626e92d88ae87039258d68ccd8f68aac0 (diff)
downloadchromium_src-c3e4ae2621b6b2843aa9aeaf7c40e866e62ce223.zip
chromium_src-c3e4ae2621b6b2843aa9aeaf7c40e866e62ce223.tar.gz
chromium_src-c3e4ae2621b6b2843aa9aeaf7c40e866e62ce223.tar.bz2
Suppress leak from TestFocusNotification introduced in r112474
TBR=timurrrr@chromium.org BUG=106109 TEST=heapcheck bots Review URL: http://codereview.chromium.org/8774019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index febe5e7..b31b0bd 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1795,3 +1795,18 @@
fun:webkit_media::MockBufferedDataSource::MockBufferedDataSource
fun:webkit_media::BufferedDataSourceTest::BufferedDataSourceTest
}
+{
+ bug_106109
+ Heapcheck:Leak
+ ...
+ fun:::DefaultFocusManagerFactory::CreateFocusManager
+ fun:views::FocusManagerFactory::Create
+ fun:views::Widget::OnNativeWidgetCreated
+ fun:views::NativeWidgetGtk::InitNativeWidget
+ fun:views::Widget::Init
+ fun:views::Widget::CreateWindowWithParentAndBounds
+ fun:views::Widget::CreateWindowWithBounds
+ fun:AccessibilityEventRouterViewsTest::CreateWindowWithContents
+ fun:AccessibilityEventRouterViewsTest_TestFocusNotification_Test::TestBody
+}
+