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

Issue 460071: Mark a test as flaky that failed for 1/2 of yesterday on one bot. Doing fine... (Closed)

Created:
11 years ago by TVL
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

Mark a test as flaky that failed for 1/2 of yesterday on one bot. Doing fine on others. BUG=28445 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33815

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M chrome/worker/worker_uitest.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
TVL
11 years ago (2009-12-04 14:11:36 UTC) #1
Yuta Kitamura
LGTM
11 years ago (2009-12-04 14:18:22 UTC) #2
Mark Mentovai
11 years ago (2009-12-04 14:40:44 UTC) #3
LGTM

On Fri, Dec 4, 2009 at 9:11 AM,  <thomasvl@chromium.org> wrote:
> Reviewers: Mark Mentovai,
>
> Description:
> Mark a test as flaky that failed for 1/2 of yesterday on one bot.  Doing
> fine on
> others.
>
> BUG=28445
> TEST=none
>
> Please review this at http://codereview.chromium.org/460071
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/worker/worker_uitest.cc
>
>
> Index: chrome/worker/worker_uitest.cc
> ===================================================================
> --- chrome/worker/worker_uitest.cc      (revision 33812)
> +++ chrome/worker/worker_uitest.cc      (working copy)
> @@ -336,6 +336,10 @@
>  #if defined(OS_LINUX)
>  // Fails (crashes) on Linux Tests: http://crbug.com/28445
>  #define LimitTotal DISABLED_LimitTotal
> +#elif defined(OS_MACOSX)
> +// Doesn't crash, but on Mac it sometimes fails for a few runs in a row,
> +// http://crbug.com/28445
> +#define LimitTotal FLAKY_LimitTotal
>  #endif
>
>  TEST_F(WorkerTest, LimitTotal) {
>
>
>

Powered by Google App Engine
This is Rietveld 408576698