Skip to content

Commit

Permalink
Valgrind/Heapcheck: Suppress leaks from r227345.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thestig@chromium.org committed Oct 7, 2013
1 parent 716089b commit d0db18f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
7 changes: 7 additions & 0 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7237,3 +7237,10 @@
fun:_ZN8SkCanvas10readPixelsEP8SkBitmapiiNS_10Config8888E
fun:_ZN7WebCore15GraphicsContext10readPixelsEP8SkBitmapiiN8SkCanvas10Config8888E
}
{
bug_304970
Memcheck:Leak
fun:_Znw*
fun:_ZN10extensions3api12cast_channel14TestCastSocketC1EPNS1_22MockCastSocketDelegateE
fun:_ZN10extensions3api12cast_channel14CastSocketTest5SetUpEv
}

0 comments on commit d0db18f

Please sign in to comment.