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

Issue 6035007: Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memory... (Closed)

Created:
10 years ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memory Also temporary enable leak checking to see the how many leaks does DrM find on the Chromium tests. BUG=57266 TBR=glider Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/valgrind_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years ago (2010-12-24 11:09:14 UTC) #1
Alexander Potapenko
9 years, 12 months ago (2010-12-28 08:12:40 UTC) #2
LGTM

On Fri, Dec 24, 2010 at 2:09 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memory
> Also temporary enable leak checking to see the how many leaks does DrM find
> on
> the Chromium tests.
> BUG=57266
> TBR=glider
>
> Please review this at http://codereview.chromium.org/6035007/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M
> tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
>  M     tools/valgrind/valgrind_test.py
>
>
> Index:
> tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
> ===================================================================
> --- tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
>    (revision 70146)
> +++ tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
>    (working copy)
> @@ -3,3 +3,6 @@
>  JingleSessionTest.TestEventChannel
>  JingleSessionTest.TestVideoChannel
>  JingleSessionTest.TestVideoRtpChannel
> +
> +# This test fails on an assertion, see http://crbug.com/57266
> +DecoderVp8Test.EncodeAndDecode
> Index: tools/valgrind/valgrind_test.py
> ===================================================================
> --- tools/valgrind/valgrind_test.py     (revision 70146)
> +++ tools/valgrind/valgrind_test.py     (working copy)
> @@ -754,7 +754,7 @@
>
>     proc += ["-logdir", self.temp_dir]
>     proc += ["-batch", "-quiet"]
> -    proc += ["-no_check_leaks", "-no_count_leaks"]
> +    #proc += ["-no_check_leaks", "-no_count_leaks"]
>
>     # Dr.Memory requires -- to separate tool flags from the executable name.
>     proc += ["--"]
>
>
>

Powered by Google App Engine
This is Rietveld 408576698