summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-07 23:28:44 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-07 23:28:44 +0000
commitd0db18fc405db0ce215136e11f57593f951d4cbb (patch)
treeb0dcac02ebad0c917ea2e2029f411178fb504aff /tools/heapcheck
parent716089bacc01345a63825f721bda1c178b64818e (diff)
downloadchromium_src-d0db18fc405db0ce215136e11f57593f951d4cbb.zip
chromium_src-d0db18fc405db0ce215136e11f57593f951d4cbb.tar.gz
chromium_src-d0db18fc405db0ce215136e11f57593f951d4cbb.tar.bz2
Valgrind/Heapcheck: Suppress leaks from r227345.
BUG=304970 TBR=zea@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/26255005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index fbdb16e..4bb02ec 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -852,3 +852,10 @@
fun:chromeos::KeyboardDrivenEventRewriterTest::GetRewrittenEventAsString
fun:chromeos::KeyboardDrivenEventRewriterTest_PassThrough_Test::TestBody
}
+{
+ bug_304970
+ Heapcheck:Leak
+ ...
+ fun:TestCastSocket
+ fun:extensions::api::cast_channel::CastSocketTest::SetUp
+}