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

Issue 9426005: Don't retry browser tests if the bot is pretty red. Also, retry properly all (Closed)

Created:
8 years, 10 months ago by Emily Fortuna
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Don't retry browser tests if the bot is pretty red. Also, retry properly all times that DRT crashes. Committed: https://code.google.com/p/dart/source/detail?r=4370

Patch Set 1 : #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -14 lines) Patch
M tools/testing/dart/test_progress.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 6 chunks +27 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Emily Fortuna
https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (left): https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart#oldcode208 tools/testing/dart/test_runner.dart:208: return (exitCode != 0 && !hasCrashed); Sometimes when DRT ...
8 years, 10 months ago (2012-02-17 19:34:23 UTC) #1
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (left): https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart#oldcode208 tools/testing/dart/test_runner.dart:208: return (exitCode != 0 && !hasCrashed); On 2012/02/17 19:34:24, ...
8 years, 10 months ago (2012-02-17 19:51:38 UTC) #2
Emily Fortuna
https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (left): https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart#oldcode208 tools/testing/dart/test_runner.dart:208: return (exitCode != 0 && !hasCrashed); Sometimes it does, ...
8 years, 10 months ago (2012-02-17 21:03:03 UTC) #3
Emily Fortuna
https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://chromiumcodereview.appspot.com/9426005/diff/2001/tools/testing/dart/test_runner.dart#newcode709 tools/testing/dart/test_runner.dart:709: // If we've failed more than four tests, a ...
8 years, 10 months ago (2012-02-17 21:04:45 UTC) #4
Emily Fortuna
ptal!
8 years, 10 months ago (2012-02-17 21:31:14 UTC) #5
Siggi Cherem (dart-lang)
8 years, 10 months ago (2012-02-17 21:34:17 UTC) #6
lgtm

https://chromiumcodereview.appspot.com/9426005/diff/1004/tools/testing/dart/t...
File tools/testing/dart/test_runner.dart (right):

https://chromiumcodereview.appspot.com/9426005/diff/1004/tools/testing/dart/t...
tools/testing/dart/test_runner.dart:507: int MAX_FAILED_NO_RETRY = 4;
make it private (_MAX...)

https://chromiumcodereview.appspot.com/9426005/diff/1004/tools/testing/dart/t...
tools/testing/dart/test_runner.dart:720: (MAX_FAILED_NO_RETRY -
_progress.numFailedTests) > 0).start();
nit =)

_progress.numFailedTests < _MAX_FAILED_NO_RETRY

Powered by Google App Engine
This is Rietveld 408576698