summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authornshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 18:28:21 +0000
committernshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 18:28:21 +0000
commitdc1994afd1b5be9fa09bfcb0bac85153ce331c6b (patch)
treeacaec53ba82c9a23fff9ff255f30bd7e3d6ad8ef /tools/heapcheck
parent16f03c44d162be8278afda756ded6bbd0d370a7d (diff)
downloadchromium_src-dc1994afd1b5be9fa09bfcb0bac85153ce331c6b.zip
chromium_src-dc1994afd1b5be9fa09bfcb0bac85153ce331c6b.tar.gz
chromium_src-dc1994afd1b5be9fa09bfcb0bac85153ce331c6b.tar.bz2
Remove the suppressions for the TopSites tests.
The leaks have already been fixed. BUG=44130 TEST=valgrind, heapcheck Review URL: http://codereview.chromium.org/2810007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index d4aa298..bb71d38 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -400,20 +400,6 @@
fun:net::SpdyNetworkTransactionTest_PostWithEarlySynReply_Test::TestBody
}
{
- bug_44130
- Heapcheck:Leak
- ...
- fun:history::TopSitesTest_*
- fun:testing::Test::Run
- fun:testing::internal::TestInfoImpl::Run
- fun:testing::TestCase::Run
- fun:testing::internal::UnitTestImpl::RunAllTests
- fun:testing::UnitTest::Run
- fun:TestSuite::Run
- fun:main
- fun:__libc_start_main
-}
-{
bug_44354
Heapcheck:Leak
...