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

Issue 3204006: Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on all pla... (Closed)

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

Description

Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on all platforms Also remove obsolete DnsMasterTest.MassiveConcurrentLookupTest exclude filter BUG=52844 TBR=glider Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57317

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M chrome/test/data/valgrind/unit_tests.gtest.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/valgrind/unit_tests.gtest_mac.txt View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years, 4 months ago (2010-08-25 10:44:49 UTC) #1
Alexander Potapenko
10 years, 4 months ago (2010-08-25 12:03:09 UTC) #2
LG

On Wed, Aug 25, 2010 at 2:44 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on all
> platforms
> Also remove obsolete DnsMasterTest.MassiveConcurrentLookupTest exclude
> filter
> BUG=52844
> TBR=glider
>
> Please review this at http://codereview.chromium.org/3204006/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/test/data/valgrind/unit_tests.gtest.txt
>  M     chrome/test/data/valgrind/unit_tests.gtest_mac.txt
>
>
> Index: chrome/test/data/valgrind/unit_tests.gtest.txt
> ===================================================================
> --- chrome/test/data/valgrind/unit_tests.gtest.txt      (revision 57314)
> +++ chrome/test/data/valgrind/unit_tests.gtest.txt      (working copy)
> @@ -4,7 +4,7 @@
>  VisitedLinkRelayTest.Basics
>  # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580
>  RenderViewTest.ImeComposition
> -# Hangs sometimes; see http://crbug.com/24416
> -DnsMasterTest.MassiveConcurrentLookupTest
> +# Hangs sometimes; see http://crbug.com/52844
> +PredictorTest.MassiveConcurrentLookupTest
>  # Pure virtual method called: see http://crbug.com/50950
>  ConnectionTesterTest.RunAllTests
> Index: chrome/test/data/valgrind/unit_tests.gtest_mac.txt
> ===================================================================
> --- chrome/test/data/valgrind/unit_tests.gtest_mac.txt  (revision 57314)
> +++ chrome/test/data/valgrind/unit_tests.gtest_mac.txt  (working copy)
> @@ -34,5 +34,3 @@
>  RenderViewTest.Print*
>  # See http://crbug.com/30397.
>  TabStripControllerTest.AddRemoveTabs
> -# See http://crbug.com/52844
> -PredictorTest.MassiveConcurrentLookupTest
>
>
>

Powered by Google App Engine
This is Rietveld 408576698