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

Issue 5748007: Suppress Heapchecker memory leaks in remoting_unittests... (Closed)

Created:
10 years ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Suppress Heapchecker memory leaks in remoting_unittests BUG=66808 TBR=glider TEST=heapchecker bot should go greener Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69109

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years ago (2010-12-14 09:20:52 UTC) #1
Alexander Potapenko
10 years ago (2010-12-14 09:53:55 UTC) #2
LGTM

On Tue, Dec 14, 2010 at 12:20 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Suppress Heapchecker memory leaks in remoting_unittests
> BUG=66808
> TBR=glider
> TEST=heapchecker bot should go greener
>
> Please review this at http://codereview.chromium.org/5748007/
>
> 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 69108)
> +++ tools/heapcheck/suppressions.txt    (working copy)
> @@ -1124,3 +1124,9 @@
>    ...
>    fun:MalwareDetailsTest_*
>  }
> +{
> +   bug_66808
> +   Heapcheck:Leak
> +   ...
> +   fun:remoting::HeartbeatSenderTest_ProcessResponse_Test::TestBody
> +}
>
>
>

Powered by Google App Engine
This is Rietveld 408576698