diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 22:24:40 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 22:24:40 +0000 |
commit | 9227bef7a0ae982d3fe43aed344d6cf43ef9ffbd (patch) | |
tree | cfe47e914f4ab9b0b3f2c6b635795917280126dd /tools/heapcheck | |
parent | eb64f833fea0c6a38b16c0dcd860332a9d231d7a (diff) | |
download | chromium_src-9227bef7a0ae982d3fe43aed344d6cf43ef9ffbd.zip chromium_src-9227bef7a0ae982d3fe43aed344d6cf43ef9ffbd.tar.gz chromium_src-9227bef7a0ae982d3fe43aed344d6cf43ef9ffbd.tar.bz2 |
Heapchecker: Remove a suppression since the leak has been fixed.
BUG=104760
TEST=none
Review URL: http://codereview.chromium.org/8745019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 23e3e6e..cfaab71 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1711,27 +1711,6 @@ fun:chromeos::::GViewRequestInterceptorTest::SetUp } { - bug_104760 - Heapcheck:Leak - fun:g_malloc - fun:g_slice_alloc - fun:g_datalist_id_set_data_full - fun:g_object_set_data - fun:views::NativeWidgetGtk::RegisterChildExposeHandler - fun:views::NativeViewHostGtk::NativeViewAttached - fun:views::NativeViewHost::Attach - fun:NativeTabContentsContainerGtk::AttachContents - fun:TabContentsContainer::ChangeTabContents - fun:ConstrainedHtmlDelegateGtk - fun:ConstrainedHtmlUI::CreateConstrainedHtmlDialog - fun:printing::PrintPreviewTabController::CreatePrintPreviewTab - fun:printing::PrintPreviewTabController::GetOrCreatePreviewTab -# fun:PrintPreviewHandlerTest_StickyMarginsCustomThenDefault_Test::TestBody -# fun:PrintPreviewTabControllerUnitTest_GetOrCreatePreviewTab_Test::TestBody -# fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody -# fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody -} -{ bug_105624_a Heapcheck:Leak fun:PeerConnectionHandlerTest_Basic_Test::TestBody |