1. 07f5233 Add .exe to Windows binary paths in coverage script. by Sajjad Mirza · 4 years, 8 months ago
  2. 0b96e00 Fix command splitting on Windows for coverage script. by Sajjad Mirza · 4 years, 8 months ago
  3. b37d5bfd Remove redundant block from coverage.py by pasthana · 5 years ago
  4. a484411 Invoke update.py as a subprocess in coverage.py by pasthana · 5 years ago
  5. b25b177a4 Add Windows support to coverage.py. by Brent McBride · 5 years ago
  6. 38cabdc Code coverage report supports text format. by Sahel Sharify · 6 years ago
  7. 8ee64a1 Clang update.py: Add --package option by Hans Wennborg · 6 years ago
  8. 03c64407 [code coverage] Update code coverage component references by Yuke Liao · 6 years ago
  9. 283b92c7 Code coverage should directly invoke otool from hermetic xcode. by Erik Chen · 6 years ago
  10. 43bbbcd5 [code coverage] Update documentation for code coverage by Yuke Liao · 6 years ago
  11. abfbba4 Revert "Stop setting DEVELOPER_DIR for code coverage for macOS." by Yuke Liao · 6 years ago
  12. 694422d Stop setting DEVELOPER_DIR for code coverage for macOS. by Erik Chen · 6 years ago
  13. 2f26118 Fix code coverage documentation. by Abhishek Arya · 6 years ago
  14. 633c5788 Use SetMacXcodePath in tools/coverage.py by Brad Hall · 6 years ago
  15. 0657629 Coverage script: use autoninja instead of ninja and custom goma checker. by Max Moroz · 7 years ago
  16. 339fc47 [Code Coverage] Fix invocation of run_web_tests by Robert Ma · 7 years ago
  17. 13c2318 Clarify libFuzzer and Code Coverage docs plus other minor fixes. by Max Moroz · 7 years ago
  18. 2b46495 Fix extracting of app_path for iOS coverage by Artem Titarenko · 7 years ago
  19. 3631272 Deploy clang coverage tools via gclient runhooks if so configured. by Roberto Carrillo · 7 years ago
  20. a5a9527 [Code Coverage] Clarify the differences between DCHECKs and standard asserts. by Max Moroz · 7 years ago
  21. 1de68d7 [Code Coverage] Refactor the script logic into Py2/Py3 compatible module. by Max Moroz · 7 years ago
  22. e5811afa Coverage: Add merge output in verbose mode. by Abhishek Arya · 7 years ago
  23. 9c2c70b Coverage: Fix a bug on iOS platform. by Yuke Liao · 7 years ago
  24. 4a9494f Coverage: Use --batch-size=1 to run_web_tests.py by Abhishek Arya · 7 years ago
  25. bd0655d Coverage: Pass LLVM_PROFILE_FILE env to run_web_tests.py by Abhishek Arya · 7 years ago
  26. 0391109 Coverage: Add --web-tests helper for running web tests. by Abhishek Arya · 7 years ago
  27. 082e9963 Coverage: Add an argument to allow specify coverage tools to use. by Yuke Liao · 7 years ago
  28. ae19b2c3 Run coverage reports through c++filt on Linux and macOS. by Ryan Sleevi · 7 years ago
  29. efbe1df Coverage: Don't show totals entry for component view. by Abhishek Arya · 7 years ago
  30. 8c3a1ce32 Coverage: Avoid double-counting of sub-dirs in component view. by Abhishek Arya · 7 years ago
  31. 1b852fd Coverage: Implement file view turn off switch. by Yuke Liao · 7 years ago
  32. d35de7e Coverage: Convert some print to use logging module. by Abhishek Arya · 7 years ago
  33. 72a5893d [Coverage] Minor fixes in coverage script. by Yuke Liao · 7 years ago
  34. 302b67a Coverage: Coverage script fixes by Abhishek Arya · 7 years ago
  35. 1c97ea54 Coverage: Add llvm-symbolizer to path for symbolized stacks by Abhishek Arya · 7 years ago
  36. 865fffd Improve styles in code coverage report. by Abhishek Arya · 7 years ago
  37. 78120bc Add logging in coverage script to debug ldd execution time. by Abhishek Arya · 7 years ago
  38. fb70b53 Add assert to check coverage file path have source root. by Abhishek Arya · 7 years ago
  39. 7c5354f [Code Coverage] Update output dir structure for multi-platform support. by Max Moroz · 7 years ago
  40. c19bc5ef Make profraw merge error resilient in code coverage script. by Abhishek Arya · 7 years ago
  41. 64636af Add argument to take profdata as input for code coverage script. by Abhishek Arya · 7 years ago
  42. 8a0751a Setup coverage tool in script with no argument. by Abhishek Arya · 7 years ago
  43. 025d895 [Code Coverage] Use platform as a name of the root directory with the report. by Max Moroz · 7 years ago
  44. 9a81f39 Revert "[Code Coverage] Use platform name for the root directory instead of 'coverage'." by Max Moroz · 7 years ago
  45. d6e2784 [Code Coverage] Use platform name for the root directory instead of 'coverage'. by Max Moroz · 7 years ago
  46. d73e45f [Code Coverage] Add support for component build + update documentation. by Max Moroz · 7 years ago
  47. 0e4c868 [Coverage] Add ignore_filename_regex argument to coverage script. by Yuke Liao · 7 years ago
  48. 8e209fe8 [Coverage] Link to coverage.py to code_coverage.md by Yuke Liao · 7 years ago
  49. 27349c9 [Coverage] Run fuzzer targets using %p. by Yuke Liao · 7 years ago
  50. d3b4627 [Coverage] Add documentation for Clang source based code coverage. by Yuke Liao · 7 years ago
  51. 92107f0 [Coverage] Fix two bugs on iOS platform. by Yuke Liao · 7 years ago
  52. 80afff3 [Coverage] Refactor function parses args.gn file by Yuke Liao · 7 years ago
  53. c60b2d0 [Coverage] Cleans up coverage script by Yuke Liao · 7 years ago
  54. b292683 [Coverage] Reland disappeared changes. by Yuke Liao · 7 years ago
  55. a0c8c2f [Coverage] Support running code coverage tool on iOS platform by Yuke Liao · 7 years ago
  56. ab9c44e [Coverage] Fix documentation and build error message by Yuke Liao · 7 years ago
  57. 545db32 [Coverage] Support running tests using xvfb by Yuke Liao · 7 years ago
  58. 8d28bd8 [Coverage] Remove unused logic. by Yuke Liao · 7 years ago
  59. a785f4d3 [Coverage] Improve format of generated code coverage reports. by Yuke Liao · 7 years ago
  60. c7e60714 [Coverage] Clean up code coverage script. by Yuke Liao · 7 years ago
  61. dd1ec059 [Coverage] Implements components view in code coverage report. by Yuke Liao · 7 years ago
  62. 9b4d86d [Coverage] Remove unused variables by Yuke Liao · 7 years ago
  63. 481d348 [Coverage] Add debug info for diagnostics. by Yuke Liao · 7 years ago
  64. d4a986520 [Coverage] Update code coverage tool to use %Nm option. by Yuke Liao · 8 years ago
  65. d54030e [Coverage] Add a TOTALS row in the html report. by Yuke Liao · 8 years ago
  66. ea228d0 [Coverage] Generate per directory code coverage report. by Yuke Liao · 8 years ago
  67. 95d13d7 [Coverage] Fix a bug in code coverage script. by Yuke Liao · 8 years ago
  68. 16f059a Fix bugs in code coverage script. by Abhishek Arya · 8 years ago
  69. 66da173 [Coverage] Support filtering results by list of directories or files by Yuke Liao · 8 years ago
  70. 1ec832c [Coverage] Restrict code coverage script to target_os - linux, mac. by Abhishek Arya · 8 years ago
  71. 506e882 [Coverage] Create code coverage script. by Yuke Liao · 8 years ago
  72. 032c8f5c Remove two unused scripts. by [email protected] · 12 years ago
  73. 6e23edb Remove remaining references to test_shell_tests now that the bots have been updated. by [email protected] · 12 years ago
  74. cb155a8 Fix python scripts in src/tools/ by [email protected] · 14 years ago
  75. 2c92164 Trying to re-land r17758 (http://codereview.chromium.org/118247) but with name installer_util_unittests instead of util_unittests. by [email protected] · 16 years ago
  76. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  77. 690fbe05 Fixed a small bug with variable names. by [email protected] · 17 years ago
  78. 1581ad1 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 [email protected] · 17 years ago
  79. cb5ba75 Fixed a crash in the coverage script. by [email protected] · 17 years ago
  80. bc410f64 Fix bugs with coverage.py by [email protected] · 17 years ago
  81. de8d2667 Wow, it's been a while since we cleaned EOL. by [email protected] · 17 years ago
  82. d3732d9 Moved over the test running part over to coverage.py and addressed comments as per revision number 2823. by [email protected] · 17 years ago
  83. 3039e84 Fixed the case where VSPerfCmd was blocking rest of the script to proceed and a few other minor fixes. Also added logging. by [email protected] · 17 years ago
  84. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  85. e70c24a Initial check-in for the Coverage class. This checkin includes methods to setup and teardown all that is needed measuring code coverage (instrumenting binaries, starting/stopping counters, etc). by [email protected] · 17 years ago