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

Issue 2576693002: Start re-trying dartk compilations if they crash (Closed)

Created:
4 years ago by kustermann
Modified:
4 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Start re-trying dartk compilations if they crash Every crash of a dartk invocation will cause 1 more re-try. This is independent of whether the crash was caused by the entire batch runner or just that single compilation caused an exception. The unfortunate side-effect of this is that ./tools/test.py will now print warnings every time it retries the command. R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/e9f0db2ba1e1a5ade3753a946f0796202e614bbd

Patch Set 1 #

Total comments: 2

Patch Set 2 : grep for error message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M tools/testing/dart/test_runner.dart View 1 3 chunks +27 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
kustermann
4 years ago (2016-12-14 13:22:35 UTC) #2
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2576693002/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2576693002/diff/1/tools/testing/dart/test_runner.dart#newcode2851 tools/testing/dart/test_runner.dart:2851: if (output.hasCrashed) { Can we grep output for out ...
4 years ago (2016-12-14 13:49:50 UTC) #3
Vyacheslav Egorov (Google)
lgtm otherwise.
4 years ago (2016-12-14 13:50:56 UTC) #4
kustermann
https://codereview.chromium.org/2576693002/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2576693002/diff/1/tools/testing/dart/test_runner.dart#newcode2851 tools/testing/dart/test_runner.dart:2851: if (output.hasCrashed) { On 2016/12/14 13:49:49, Vyacheslav Egorov (Google) ...
4 years ago (2016-12-15 11:37:18 UTC) #5
kustermann
4 years ago (2016-12-15 11:37:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e9f0db2ba1e1a5ade3753a946f0796202e614bbd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698