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

Issue 24255013: - Write the coverage data to a file instead of printing to stdout. (Closed)

Created:
7 years, 3 months ago by Ivan Posva
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Write the coverage data to a file instead of printing to stdout. - Explicitly include lines with zero hits.

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -25 lines) Patch
M runtime/vm/class_finalizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/coverage.h View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/coverage.cc View 6 chunks +50 lines, -15 lines 6 comments Download
M runtime/vm/isolate.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/json_stream.h View 1 chunk +1 line, -0 lines 4 comments Download
M runtime/vm/object.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/os.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/os_android.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_linux.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M runtime/vm/os_macos.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_win.cc View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
7 years, 3 months ago (2013-09-20 18:26:51 UTC) #1
siva
lgtm https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc#newcode7 runtime/vm/coverage.cc:7: #include "include/dart_api.h" Most of our files seem to ...
7 years, 3 months ago (2013-09-20 19:51:45 UTC) #2
Michael Lippautz (Google)
lgtm https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc#newcode37 runtime/vm/coverage.cc:37: jsobj.AddProperty("function", name.ToCString()); Any reason for keeping the function ...
7 years, 3 months ago (2013-09-20 21:24:55 UTC) #3
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc File runtime/vm/coverage.cc (right): https://codereview.chromium.org/24255013/diff/1/runtime/vm/coverage.cc#newcode7 runtime/vm/coverage.cc:7: #include "include/dart_api.h" On 2013/09/20 19:51:45, siva wrote: ...
7 years, 3 months ago (2013-09-20 21:37:07 UTC) #4
siva
7 years, 1 month ago (2013-10-28 02:01:22 UTC) #5
I presume this CL has been submitted, can it be closed?

Powered by Google App Engine
This is Rietveld 408576698