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

Issue 63813002: Add python coverage 3.7 to depot tools. (Closed)

Created:
7 years, 1 month ago by iannucci
Modified:
7 years, 1 month ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Add python coverage 3.7 to depot tools. R=maruel@chromium.org BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233566

Patch Set 1 #

Patch Set 2 : Actually, use 3.7, because it fixes some bugs in the Pure Python tracer #

Patch Set 3 : Remove egg-info and doc #

Patch Set 4 : Agressive! #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7251 lines, -0 lines) Patch
A third_party/coverage/AUTHORS.txt View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/coverage/PKG-INFO View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/coverage/README.chromium View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/coverage/__init__.py View 1 2 3 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/coverage/__main__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/coverage/annotate.py View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/coverage/backward.py View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/coverage/bytecode.py View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/coverage/cmdline.py View 1 2 3 1 chunk +740 lines, -0 lines 0 comments Download
A third_party/coverage/codeunit.py View 1 2 3 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/coverage/collector.py View 1 2 3 1 chunk +353 lines, -0 lines 0 comments Download
A third_party/coverage/config.py View 1 2 3 1 chunk +213 lines, -0 lines 0 comments Download
A third_party/coverage/control.py View 1 2 3 1 chunk +776 lines, -0 lines 0 comments Download
A third_party/coverage/data.py View 1 2 3 1 chunk +278 lines, -0 lines 0 comments Download
A third_party/coverage/debug.py View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/coverage/execfile.py View 1 2 3 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/coverage/files.py View 1 2 3 1 chunk +309 lines, -0 lines 0 comments Download
A third_party/coverage/fullcoverage/encodings.py View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/coverage/html.py View 1 2 3 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/coverage_html.js View 1 2 3 1 chunk +376 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/index.html View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/jquery-1.4.3.min.js View 1 2 3 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/jquery.hotkeys.js View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/jquery.isonscreen.js View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/jquery.min.js View 1 2 3 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/jquery.tablesorter.min.js View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/keybd_closed.png View 1 2 3 Binary file 0 comments Download
A third_party/coverage/htmlfiles/keybd_open.png View 1 2 3 Binary file 0 comments Download
A third_party/coverage/htmlfiles/pyfile.html View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/coverage/htmlfiles/style.css View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
A third_party/coverage/misc.py View 1 2 3 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/coverage/parser.py View 1 2 3 1 chunk +666 lines, -0 lines 0 comments Download
A third_party/coverage/phystokens.py View 1 2 3 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/coverage/report.py View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/coverage/results.py View 1 2 3 1 chunk +286 lines, -0 lines 0 comments Download
A third_party/coverage/summary.py View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/coverage/templite.py View 1 2 3 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/coverage/version.py View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/coverage/xmlreport.py View 1 2 3 1 chunk +155 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
iannucci
7 years, 1 month ago (2013-11-07 05:28:17 UTC) #1
M-A Ruel
On 2013/11/07 05:28:17, iannucci wrote: egg and doc are not needed.
7 years, 1 month ago (2013-11-07 05:41:51 UTC) #2
iannucci
On 2013/11/07 05:41:51, M-A Ruel wrote: > On 2013/11/07 05:28:17, iannucci wrote: > > egg ...
7 years, 1 month ago (2013-11-07 05:47:59 UTC) #3
M-A Ruel
I'd recommend to be even more aggressive in the trim. third_party/coverage/ and copy README.chromium (not ...
7 years, 1 month ago (2013-11-07 05:53:59 UTC) #4
iannucci
Pow! :)
7 years, 1 month ago (2013-11-07 06:00:28 UTC) #5
iannucci
On 2013/11/07 06:00:28, iannucci wrote: > Pow! :) Oh, I also deleted tracer.c, which was ...
7 years, 1 month ago (2013-11-07 06:02:43 UTC) #6
M-A Ruel
I love the smell of files being deleted. lgtm Le 6 nov. 2013 22:02, <iannucci@chromium.org> ...
7 years, 1 month ago (2013-11-07 06:04:27 UTC) #7
iannucci
dcommit'ing due to small pngs
7 years, 1 month ago (2013-11-07 06:06:21 UTC) #8
iannucci
7 years, 1 month ago (2013-11-07 09:37:07 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r233566.

Powered by Google App Engine
This is Rietveld 408576698