summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 19:46:05 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 19:46:05 +0000
commit5fce674cbddab14ba738c8ea967ba71029d95623 (patch)
treee679628b3a582973246b4e7e0e2f87d97a4b81e1 /tools/heapcheck
parent5094b0f1606da9535aa79bc53bd23808c1fcaed0 (diff)
downloadchromium_src-5fce674cbddab14ba738c8ea967ba71029d95623.zip
chromium_src-5fce674cbddab14ba738c8ea967ba71029d95623.tar.gz
chromium_src-5fce674cbddab14ba738c8ea967ba71029d95623.tar.bz2
Suppress a policy:: leak on the Heapchecker bot
BUG=62505 TBR=danno TEST=Heapchecker bot should go green Review URL: http://codereview.chromium.org/4673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index cb0d582..2f7cb2e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1053,3 +1053,12 @@
fun:testing::HandleExceptionsInMethodIfSupported
fun:testing::Test::Run
}
+{
+ bug_62505
+ Heapcheck:Leak
+ ...
+ fun:DictionaryValue::DeepCopy
+ fun:policy::DeviceManagementPolicyCache::GetPolicy
+ fun:policy::DeviceManagementPolicyProvider::Provide
+ fun:policy::DeviceManagementPolicyProviderTest::*
+}