summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 11:45:13 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 11:45:13 +0000
commit5c1eeb8382a3ad697d90857ae3f7baf34a206bf7 (patch)
tree5fd93c484d60fb1810029a03a3bea2f7ff3e4910 /tools
parent3984aafb91203f0a80475373a157b967a1ff1735 (diff)
downloadchromium_src-5c1eeb8382a3ad697d90857ae3f7baf34a206bf7.zip
chromium_src-5c1eeb8382a3ad697d90857ae3f7baf34a206bf7.tar.gz
chromium_src-5c1eeb8382a3ad697d90857ae3f7baf34a206bf7.tar.bz2
Heapcheck trybot cleanup: crypto_unittests, sync_unittests, remoting_unittests
Extend the crypto::EnsureNSSInit suppression even more (issue 51988) Extend the suppression for net::SSLClientSocketNSS::Connect (issue 32623) Extend the suppression for intentional leak in MessageLoopProxyTest.PostTaskAndReply_DeadReplyLoopDoesNotDelete (issue 86301), move it to section 2. TBR=jhawkins BUG=51988,32623,86301 Review URL: https://chromiumcodereview.appspot.com/9420003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt23
1 files changed, 7 insertions, 16 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 6981907..b84dc40 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -107,7 +107,6 @@
fun:base::DefaultLazyInstanceTraits::New
...
fun:crypto::EnsureNSSInit
- fun:URLFetcherTest::SetUp
}
{
bug_66941_a
@@ -218,7 +217,13 @@
...
fun:tracked_objects::ThreadData::TallyA*
}
-
+# http://crbug.com/86301
+{
+ Intentional leak in MessageLoopProxyTest.PostTaskAndReply_DeadReplyLoopDoesNotDelete
+ Heapcheck:Leak
+ ...
+ fun:*MessageLoopProxyTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test*
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
@@ -247,9 +252,6 @@
fun:net::SSLClientSocketNSS::DoHandshake
fun:net::SSLClientSocketNSS::DoHandshakeLoop
fun:net::SSLClientSocketNSS::Connect
- fun:net::SSLConnectJob::DoSSLConnect
- fun:net::SSLConnectJob::DoLoop
- fun:net::SSLConnectJob::OnIOComplete
}
{
bug_17540
@@ -1331,17 +1333,6 @@
fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
}
{
- bug_86301
- Heapcheck:Leak
- ...
- fun:*MessageLoopProxyTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test*
- ...
- fun:testing::UnitTest::Run
- fun:base::TestSuite::Run
- fun:main
- fun:__libc_start_main
-}
-{
bug_86468
Heapcheck:Leak
...