Skip to content

Commit

Permalink
Suppress leaks in GViewRequestInterceptorTest tests
Browse files Browse the repository at this point in the history
TBR=thakis

BUG=103192

Review URL: http://codereview.chromium.org/8483006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108821 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
stuartmorgan@chromium.org committed Nov 6, 2011
1 parent 419723d commit 935aeeb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1672,3 +1672,22 @@
fun:TestingProfile::CreateRequestContext
fun:AppNotifyChannelSetupTest*
}
{
bug_103192_a
Heapcheck:Leak
fun:MessageLoop
fun:MessageLoopForIO
fun:GViewRequestInterceptorTest
}
{
bug_103192_b
Heapcheck:Leak
fun:PluginService::GetPlugins
fun:chromeos::::GViewRequestInterceptorTest::SetUp
}
{
bug_103192_c
Heapcheck:Leak
fun:base::Bind
fun:chromeos::::GViewRequestInterceptorTest::SetUp
}
7 changes: 7 additions & 0 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5192,6 +5192,13 @@
fun:_ZN14TestingProfile20CreateRequestContextEv
fun:_ZN25AppNotifyChannelSetupTestC2Ev
}
{
bug_103192
Memcheck:Leak
fun:_Znw*
fun:_ZN13PluginService10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13WebPluginInfoESaIS4_EEEEE
fun:_ZN8chromeos12_GLOBAL__N_127GViewRequestInterceptorTest5SetUpEv
}

#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
Expand Down

0 comments on commit 935aeeb

Please sign in to comment.