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

Issue 1685743004: Enable coredumps for dart2js unit tests on buildbot. (Closed)

Created:
4 years, 10 months ago by Bill Hesse
Modified:
4 years, 10 months ago
Reviewers:
ricow1, kustermann
CC:
reviews_dartlang.org, ricow1, Vyacheslav Egorov (Google)
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable coredumps for dart2js unit tests on buildbot. BUG= R=ricow@google.com Committed: https://github.com/dart-lang/sdk/commit/5c8b76734c372a3a5f82690bf21e6f6ba4b4a10b

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M tools/bots/bot_utils.py View 2 chunks +18 lines, -0 lines 0 comments Download
M tools/bots/compiler.py View 2 chunks +4 lines, -2 lines 1 comment Download

Messages

Total messages: 9 (3 generated)
Bill Hesse
4 years, 10 months ago (2016-02-11 13:29:51 UTC) #2
ricow1
lgtm
4 years, 10 months ago (2016-02-11 13:39:52 UTC) #4
Bill Hesse
Committed patchset #1 (id:1) manually as 5c8b76734c372a3a5f82690bf21e6f6ba4b4a10b (presubmit successful).
4 years, 10 months ago (2016-02-11 13:44:21 UTC) #6
kustermann
LGTM But this does not add archiving functionality. Where is that code? We use a ...
4 years, 10 months ago (2016-02-11 13:45:19 UTC) #7
kustermann
LGTM But this does not add archiving functionality. Where is that code? We use a ...
4 years, 10 months ago (2016-02-11 13:45:19 UTC) #8
Bill Hesse
4 years, 10 months ago (2016-02-11 13:48:23 UTC) #9
Message was sent while issue was closed.
On 2016/02/11 13:45:19, kustermann wrote:
> LGTM
> 
> But this does not add archiving functionality. Where is that code?
> 
> We use a [CoredumpArchiver] class in dartino to do this for us (it also limits
> the number of coredumps we upload).
> 
> https://codereview.chromium.org/1685743004/diff/1/tools/bots/compiler.py
> File tools/bots/compiler.py (right):
> 
>
https://codereview.chromium.org/1685743004/diff/1/tools/bots/compiler.py#newc...
> tools/bots/compiler.py:290: unit_test_flags, arch)
> Is it intentionally only for 'd8' runtime?

This is intentionally a limited change, that just enables coredumps, without
archiving, on the few bots that run the dart2js unit tests, to diagnose a
failure, and will be removed, along with the --abort-on-assert-failure flag to
the VM that was added for this purpose.

We would like to add the coredump archiving class at some time in the future,
and enable it on some bots.

Powered by Google App Engine
This is Rietveld 408576698