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

Issue 143453012: Added tools/status_clean.dart script (Closed)

Created:
6 years, 10 months ago by kustermann
Modified:
6 years, 10 months ago
Reviewers:
ricow1, Bill Hesse
CC:
reviews_dartlang.org, Søren Gjesse
Visibility:
Public.

Description

Added tools/status_clean.dart script This script supports two commands: deflake: This command will go through all status file entries and check if the actual testoutcomes we've observed on our buildbots match the status file entries. If we have tests marked as flaky which are in fact not flaky, it will write a *.status.deflaked file which contains the fixes to the status file. fix: This command will go through all status files and ensures that all the status file lines correspond to existing tests. If we have lines that refer to non-existent tests, it will write a *.status.fixed file which contains the fixes to the status file. R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32694

Patch Set 1 #

Total comments: 51

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -36 lines) Patch
A dart/tools/status_clean.dart View 1 1 chunk +417 lines, -0 lines 0 comments Download
M dart/tools/testing/dart/multitest.dart View 3 chunks +28 lines, -10 lines 0 comments Download
M dart/tools/testing/dart/status_file_parser.dart View 1 6 chunks +36 lines, -13 lines 0 comments Download
M dart/tools/testing/dart/test_progress.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tools/testing/dart/test_suite.dart View 4 chunks +6 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kustermann
6 years, 10 months ago (2014-02-11 11:54:55 UTC) #1
ricow1
I only took a quick first look, Bill could you review this, otherwise I will ...
6 years, 10 months ago (2014-02-11 14:33:52 UTC) #2
Bill Hesse
LGTM. Most of my comments are just suggestions, so you don't need to address them ...
6 years, 10 months ago (2014-02-13 17:05:08 UTC) #3
kustermann
https://codereview.chromium.org/143453012/diff/1/dart/tools/status_clean.dart File dart/tools/status_clean.dart (right): https://codereview.chromium.org/143453012/diff/1/dart/tools/status_clean.dart#newcode1 dart/tools/status_clean.dart:1: // Copyright (c) 2013, the Dart project authors. Please ...
6 years, 10 months ago (2014-02-14 11:52:07 UTC) #4
kustermann
6 years, 10 months ago (2014-02-14 12:21:46 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r32694 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698