summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 17:04:18 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 17:04:18 +0000
commit16efb4e661a5670f8a8ace57b0f730a16ac7b92d (patch)
treef0c04edf2e3f9f42854921de123578dfe17b5075 /tools/heapcheck
parentd9d4641784ae2725d8fa7fee3d7182b9efdfe2d8 (diff)
downloadchromium_src-16efb4e661a5670f8a8ace57b0f730a16ac7b92d.zip
chromium_src-16efb4e661a5670f8a8ace57b0f730a16ac7b92d.tar.gz
chromium_src-16efb4e661a5670f8a8ace57b0f730a16ac7b92d.tar.bz2
Update and reenable suppression for 104998
More cleanup BUG=90013,104998,116923 TEST=none Review URL: https://chromiumcodereview.appspot.com/9958118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 189176b..3d6ea29 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1209,32 +1209,6 @@
Heapcheck:Leak
fun:DownloadManager::OnPathExistenceAvailable
}
-# These are temporary suppressions for the CrOS bot to be used until the stacks are fixed.
-{
- bug_90013_a
- Heapcheck:Leak
- ...
- fun:gtk_views_fixed_new
-}
-{
- bug_90013_b
- Heapcheck:Leak
- ...
- fun:g_type_class_meta_marshal
-}
-{
- bug_90013_c
- Heapcheck:Leak
- ...
- fun:find_invisible_char
-}
-# This one is the most scary
-{
- bug_90013_e
- Heapcheck:Leak
- ...
- fun:??
-}
{
bug_91491
Heapcheck:Leak
@@ -1720,17 +1694,6 @@
fun:TraceSubscriberStdioTest_CanWriteDataToFile_Test::TestBody
}
{
- bug_116923
- Heapcheck:Leak
- fun:AppLauncherButton
- fun:ash::internal::LauncherView::CreateViewForItem
- fun:ash::internal::LauncherView::Init
- fun:Launcher
- fun:ash::Shell::Init
- fun:ash::Shell::CreateInstance
- fun:chromeos::DesktopNotificationsTest::SetUp
-}
-{
bug_117389
Heapcheck:Leak
...