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

Issue 10041005: Suppress DrMemory leak reports from the DhcpProxyScriptFetcherWin test suite. (Closed)

Created:
8 years, 8 months ago by Reid Kleckner
Modified:
8 years, 8 months ago
CC:
chromium-reviews, glider+watch_chromium.org, pam+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Suppress DrMemory leak reports from the DhcpProxyScriptFetcherWin test suite. This suite relies on the refcounting that used to happen for the URLRequestContext. BUG=123867 TBR=willchan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132618

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Reid Kleckner
8 years, 8 months ago (2012-04-17 19:23:35 UTC) #1
willchan no longer on Chromium
8 years, 8 months ago (2012-04-17 19:26:20 UTC) #2
LGTM

On Tue, Apr 17, 2012 at 12:23 PM, <rnk@chromium.org> wrote:

> Reviewers: willchan,
>
> Description:
> Suppress DrMemory leak reports from the DhcpProxyScriptFetcherWin test
> suite.
>
> This suite relies on the refcounting that used to happen for the
> URLRequestContext.
>
> BUG=123867
> TBR=willchan@chromium.org
>
>
> Please review this at
https://chromiumcodereview.**appspot.com/10041005/<https://chromiumcodereview...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M tools/valgrind/drmemory/**suppressions_full.txt
>
>
> Index: tools/valgrind/drmemory/**suppressions_full.txt
> diff --git a/tools/valgrind/drmemory/**suppressions_full.txt
> b/tools/valgrind/drmemory/**suppressions_full.txt
> index a29a60d5cd4613950a050e881fd319**df445709d4..**
> b42ce17eed89e207bc0c5c04846d4f**8e7d7d4d86 100644
> --- a/tools/valgrind/drmemory/**suppressions_full.txt
> +++ b/tools/valgrind/drmemory/**suppressions_full.txt
> @@ -1300,3 +1300,9 @@ ole32.dll!CoTaskMemAlloc
>  urlmon.dll!...
>  urlmon.dll!CreateUri
>  IEFRAME.dll!*
> +
> +# Win-only test leak.
> +LEAK
> +name=http://crbug.com/123867
> +...
> +*!*DhcpProxyScriptFetcherWin_***_Test::*
>
>
>

Powered by Google App Engine
This is Rietveld 408576698