Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1754)

Issue 5996006: Expand the suppression for bug 68304 (leaks in ResourceDispatcherHostTest.*)... (Closed)

Created:
9 years, 11 months ago by Alexander Potapenko
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Expand the suppression for bug 68304 (leaks in ResourceDispatcherHostTest.*) BUG=68304 TBR=jam Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70337

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -7 lines) Patch
M tools/heapcheck/suppressions.txt View 2 chunks +1 line, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Alexander Potapenko
TBR
9 years, 11 months ago (2010-12-31 11:07:15 UTC) #1
jam
9 years, 11 months ago (2011-01-04 21:29:44 UTC) #2
lgtm

On Fri, Dec 31, 2010 at 3:07 AM, <glider@chromium.org> wrote:

> Reviewers: John Abd-El-Malek,
>
> Message:
> TBR
>
> Description:
> Expand the suppression for bug 68304 (leaks in
> ResourceDispatcherHostTest.*)
>
> BUG=68304
> TBR=jam
>
>
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70337
>
> Please review this at http://codereview.chromium.org/5996006/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/heapcheck/suppressions.txt
>
>
> Index: tools/heapcheck/suppressions.txt
> ===================================================================
> --- tools/heapcheck/suppressions.txt    (revision 70335)
> +++ tools/heapcheck/suppressions.txt    (working copy)
> @@ -721,7 +721,7 @@
>    fun:std::string::_Rep::_S_create
>    fun:std::string::_Rep::_M_clone
>    fun:std::string::reserve
> -   fun:bool ::InitCanonical
> +   fun:*InitCanonical
>    fun:GURL
>    fun:net::::IOThread::Init
>    fun:base::Thread::ThreadMain
> @@ -1193,12 +1193,6 @@
>  {
>    bug_68304
>    Heapcheck:Leak
> -   fun:__gnu_cxx::new_allocator::allocate
> -   fun:std::string::_Rep::_S_create
> -   fun:std::string::_M_mutate
> -   fun:std::string::_M_replace_safe
> -   fun:std::string::assign
> -   fun:Pickle::ReadString
>    ...
>    fun:IPC::ParamTraits::Read
>    fun:IPC::ReadParam
>
>
>

Powered by Google App Engine
This is Rietveld 408576698