Commit Graph

5 Commits

Author SHA1 Message Date
whesse@google.com ad88bc6020 Remove uses of Options from tools directory. Fix platform_test.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//51043004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29562 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 16:20:49 +00:00
rnystrom@google.com 8fc18e145d Ignore ".DS_Store" and other unexpected files in coverage directory.
R=iposva@google.com

Review URL: https://codereview.chromium.org//26520002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28375 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-08 19:31:47 +00:00
iposva@google.com 6a33d0e379 - Simplify command line.
Review URL: https://codereview.chromium.org//26435002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28357 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-08 04:44:06 +00:00
iposva@google.com 8a6f22ffd4 - Fix usability of coverage tool.
R=asiva@google.com

Review URL: https://codereview.chromium.org//26277003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28328 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-07 22:07:53 +00:00
mlippautz@google.com 1941e151ea Improve code coverage generation.
- Remove function name from output.
- Remove column from output (side effect: We can use fast version of
  GetTokenLocation())
- Insert HANDLESCOPES
- Fold source file entries where easily possible, i.e., fold consecutive entries
  created by functions in the same source file.
- Change format to

  [{
     "source": "...",
     "hits": [<line>,<hitcount>, ...]
   }, ... ]

BUG=
R=iposva@google.com

Review URL: https://codereview.chromium.org//24654003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28030 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-27 23:22:49 +00:00