1. 57f8746 [Coverage] Support running code coverage tool on iOS platform by Yuke Liao · 6 years ago
  2. 5a0d138 [Coverage] Fix documentation and build error message by Yuke Liao · 6 years ago
  3. b23c0cb [Coverage] Support running tests using xvfb by Yuke Liao · 6 years ago
  4. 1c565a6 [Coverage] Remove unused logic. by Yuke Liao · 6 years ago
  5. 37f47d1 [Coverage] Improve format of generated code coverage reports. by Yuke Liao · 6 years ago
  6. d76b62f [Coverage] Clean up code coverage script. by Yuke Liao · 6 years ago
  7. d9ab7ad [Coverage] Implements components view in code coverage report. by Yuke Liao · 6 years ago
  8. 6634bab [Coverage] Remove unused variables by Yuke Liao · 6 years ago
  9. 496b0cf [Coverage] Add debug info for diagnostics. by Yuke Liao · 6 years ago
  10. 2b12732 [Coverage] Update code coverage tool to use %Nm option. by Yuke Liao · 6 years ago
  11. 4e4962d [Coverage] Fix formats of template file. by Yuke Liao · 6 years ago
  12. ad394ca [Coverage] Add a TOTALS row in the html report. by Yuke Liao · 6 years ago
  13. 9486ffc [Coverage] Generate per directory code coverage report. by Yuke Liao · 6 years ago
  14. 175141c [Coverage] Fix a bug in code coverage script. by Yuke Liao · 6 years ago
  15. 84e166b Fix bugs in code coverage script. by Abhishek Arya · 6 years ago
  16. 3306c9a [Coverage] Support filtering results by list of directories or files by Yuke Liao · 6 years ago
  17. 876c39e [Coverage] Restrict code coverage script to target_os - linux, mac. by Abhishek Arya · 6 years ago
  18. c27cf2a [Coverage] Create code coverage script. by Yuke Liao · 6 years ago
  19. 23081ea Remove linux coverage scripts. by thakis@chromium.org · 10 years ago
  20. 282e1d2 Remove two unused scripts. by thakis@chromium.org · 10 years ago
  21. 6396ef1 Remove experimental.MediaGalleries, it is only unused stubs. by vandebo@chromium.org · 11 years ago
  22. dd474f9 Delete Automation[Tab/Renderer]Helper and fix users. by kkania@chromium.org · 11 years ago
  23. 0e14ac2 Remove remaining references to test_shell_tests now that the bots have been updated. by jam@chromium.org · 11 years ago
  24. d0b3739 Remove suppressions related to App Notifications by rlarocque@chromium.org · 11 years ago
  25. 564e051 DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. by pfeldman@chromium.org · 11 years ago
  26. b535067 Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools." by mnissler@chromium.org · 11 years ago
  27. 5a4cd02 DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. by pfeldman@chromium.org · 11 years ago
  28. 7b794ec Revert 172809 by kkania@chromium.org · 11 years ago
  29. b8d5308 Enable all browser tests except below tests and tests which are failing on local machine. by pshenoy@chromium.org · 11 years ago
  30. 5662d93 Enable few more browser tests on coverage bot. by pshenoy@chromium.org · 11 years ago
  31. 96c1f26 Enabled below browser_tests on coverage bot. by pshenoy@chromium.org · 11 years ago
  32. 96e1155 Enable 'chrome/browser/net' and 'chrome/browser/extensions' related browser_tests on coverage bot. by pshenoy@chromium.org · 11 years ago
  33. 92fa741 Enable only 'downloads' related tests in browser_tests on coverage bot. by pshenoy@chromium.org · 11 years ago
  34. 62e05ba Exclude tests prefixed with FLAKY, FAILS, DISABLED and MAYBE. by pshenoy@chromium.org · 11 years ago
  35. cb8b45c 1. Added option to run only browser_tests. by pshenoy@chromium.org · 11 years ago
  36. 4a3998c Execute "unit_tests" when running coverage_posix.py with --all_unittests parameter. by pshenoy@chromium.org · 11 years ago
  37. a000b78 We need to build browser_tests during 'compile' step, so enabling in gypi. Disabled from running in coverage_posix.py. by pshenoy@chromium.org · 11 years ago
  38. f6f4d69 Store coverage.info file in separate folders based on commandline parameters to coverage_posix.py. by pshenoy@chromium.org · 11 years ago
  39. ab8561f Run all tests including FLAKY tests to get the overall coverage numbers. by pshenoy@chromium.org · 12 years ago
  40. 1eeb0eb Skipping few more tests from running on coverage bot. by pshenoy@chromium.org · 12 years ago
  41. 52c532f Skipping few failing tests from gpu_tests, performance_ui_tests and sync_integration_tests on coverage bot. by pshenoy@chromium.org · 12 years ago
  42. 055f57b Skip running pyauto tests on coverage bots. by pshenoy@chromium.org · 12 years ago
  43. 9366259 Empty <table> tag is written if there are no dirctories or no files. This was causing the following table after the empty table not to have sorting functionality. Fixed by including writing <table> tag inside 'if' statement. by pshenoy@chromium.org · 12 years ago
  44. abb0820 Added sorting functionality to HTML tables on coverage dashboard. by pshenoy@chromium.org · 12 years ago
  45. ddba37f Disablng few more failing tests cases from browser_tests. by pshenoy@chromium.org · 12 years ago
  46. 1bb21f4 FullscreenControllerTests fail on coverage bots thereby aborting the test. Skipping these tests when running browser_tests. by pshenoy@chromium.org · 12 years ago
  47. b8096a0 Run CODE_COVERAGE test suite for pyauto tests. by pshenoy@chromium.org · 12 years ago
  48. 411c122 Added pyautolib (dependency to run pyauto tests) to coverage_build target. by pshenoy@chromium.org · 12 years ago
  49. ccc3c43 Added pyauto tests in coverage_build target. by pshenoy@chromium.org · 12 years ago
  50. e13499f Fix some license headers in tools/ by steveblock@chromium.org · 12 years ago
  51. e2d73be Adds a --base_url argument to croc.py for adding a <base> tag in HTML output. by lliabraa@google.com · 12 years ago
  52. fff2d06 Changes to code coverage infrastructure to allow subset coverage analysis. by rdsmith@chromium.org · 12 years ago
  53. 98da153 Fix python scripts in src/tools/ by maruel@chromium.org · 12 years ago
  54. 39e2e80 Add support for Linux kernels >=3.0-rc1 in Python related build files by: by tony@chromium.org · 13 years ago
  55. 7976fc0 scons: excise more scons references from the code base by evan@chromium.org · 13 years ago
  56. 4fbc582 Print current path for debugging. by jrg@chromium.org · 14 years ago
  57. 472851a Adjust linux start path. Should fix the "zero percent coverage" problem. by jrg@chromium.org · 14 years ago
  58. e74664b Disable another choking/forking test. by jrg@chromium.org · 14 years ago
  59. 066543d Fix code coverage for Windows. by mad@google.com · 14 years ago
  60. 72b9869 Restore previous dribbling-subprocess-output code for non-Windows. by jrg@chromium.org · 14 years ago
  61. 5e7e4e0 Solving an issue with subprocess.POpen on Windows. by mad@google.com · 14 years ago
  62. c97d58c Correct mcov execution cwd so it works from either makefiles (target by jrg@chromium.org · 14 years ago
  63. d3ca680 chrome_tests.gypi: give better deps to make sure coverage_bundles.py generated more appropriately. by jrg@chromium.org · 14 years ago
  64. bd7a87f Fix process kill and "wait for death" on Windows. by jrg@chromium.org · 14 years ago
  65. e577cc8 Exclusion list for problematic tests. by jrg@chromium.org · 14 years ago
  66. 5496e20 coverage: Ignore test failures and continue running other tests. by thestig@chromium.org · 14 years ago
  67. 3edd652 Fix linux coverage directory by jrg@chromium.org · 14 years ago
  68. f117af5 Handle buildbot directory naming issues. by jrg@chromium.org · 14 years ago
  69. f371b23 Split coverage into build and run phases in preparation for splitting by jrg@chromium.org · 14 years ago
  70. 3f24b6a Kill subprocesses (e.g. unit tests) which appear to be hanging. Use a by jrg@chromium.org · 14 years ago
  71. c40428b Hierarchy. Hierarchy. Hierarchy!!! by avi@chromium.org · 14 years ago
  72. 8e15210 New failure: by jrg@chromium.org · 14 years ago
  73. 79b535b Add resilience in croc to a failed build (e.g. 0 stats generated). by jrg@chromium.org · 14 years ago
  74. 99117f7 coverage_posix.py: use proper root directory for Linux now that by jrg@chromium.org · 14 years ago
  75. 49ce345 Use Xvfb when running the tests. by jrg@chromium.org · 14 years ago
  76. 74377bb Do not make test failures fatal (since it is so common.) by jrg@chromium.org · 14 years ago
  77. 0c57ee9 Current status: by jrg@chromium.org · 14 years ago
  78. ff10fe2 Now that we append to this file instead of clobbering it each time by jrg@chromium.org · 14 years ago
  79. 1866e3b Modify windows code coverage pattern to dump info once per test and by jrg@chromium.org · 14 years ago
  80. 198be5b Turn off exclusions for windows coverage by jrg@chromium.org · 14 years ago
  81. c06e7de Add hard-coded win paths so bb happy. by jrg@chromium.org · 14 years ago
  82. ce3aa45 Fix coverage on the Mac. Add extra unit test bundles (all platforms). by jrg@chromium.org · 15 years ago
  83. 9995b4d Beginning of code coverage on Windows. by jrg@chromium.org · 15 years ago
  84. f3dadc2 Fix Linux code coverage. by jrg@chromium.org · 15 years ago
  85. 762b52e Trying to re-land r17758 (http://codereview.chromium.org/118247) but with name installer_util_unittests instead of util_unittests. by kuchhal@chromium.org · 15 years ago
  86. 5534c13 Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage. by jrg@chromium.org · 15 years ago
  87. d7fa3ce Add example .croc file. by rspangler@google.com · 15 years ago
  88. 8b439a1 Forgot the CSS file. by rspangler@google.com · 15 years ago
  89. 244a165 Major refactoring of Croc. by rspangler@google.com · 15 years ago
  90. 54b398c Add croc code coverage tool. (Same change as yesterday, but now made in the by rspangler@google.com · 15 years ago
  91. 67ea5f2 Code coverage improvements. by jrg@chromium.org · 15 years ago
  92. 3342769 Minor tweaks to make coverage happier on OSX. by jrg@chromium.org · 15 years ago
  93. b107857 Start of code coverage for Mac. by jrg@chromium.org · 15 years ago
  94. bd88934 Fixes CRLF and trailing white spaces. by maruel@chromium.org · 15 years ago
  95. 7dceaae Fixed a small bug with variable names. by niranjan@google.com · 15 years ago
  96. 31dbd1d Added flags to the coverage script so that this can run locally and developers can use the .coverage files inside their Visual Studio Team Tools. Also misc bug fixes. by niranjan@google.com · 15 years ago
  97. 16528b3 Adding section to parse the lcov data and post the new by ace@chromium.org · 15 years ago
  98. b362f4f Added CSV format output for process_coverage.py which will be used by the code coverage dashboard to show a more accurate count of the actual code coverage. Also fixed a couple of bugs with this script. by niranjan@google.com · 16 years ago
  99. e22b2d7 Fixed a crash in the coverage script. by niranjan@google.com · 16 years ago
  100. 62fabae Fix bugs with coverage.py by niranjan@google.com · 16 years ago