Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /tools /code_coverage /coverage.py
  1. 4f6d96fb[coverage] Don't attempt to glob expand gtest_filter parametersby Kevin Babbitt· 12 months ago
  2. e2188adtools/code_coverage: remove a reference to gomaby Takuto Ikuta· 1 year, 1 month ago
  3. 06bd4dfAdd --no-report flag to support offline modeby Arthur Wang· 1 year, 2 months ago
  4. 4d9c231Migrate TODOs referencing old crbug IDs to the new issue tracker IDsby Alison Gale· 1 year, 3 months ago
  5. 51e61c7dRevert "Enable continuous mode/runtime counter relocation for coverage builds"by Nico Weber· 1 year, 7 months ago
  6. 0265879Enable continuous mode/runtime counter relocation for coverage buildsby Alan Zhao· 1 year, 7 months ago
  7. 97d1d4bFix coverage.py under Windowsby Arthur Eubanks· 1 year, 11 months ago
  8. f851c56Fix bug in local coverage script when only when profdata file is given as inputby Prakhar· 2 years, 2 months ago
  9. a641851Fix llvm profile path for wpt test coverage generation locallyby Prakhar· 2 years, 2 months ago
  10. b852780Add missing commaby Prakhar· 2 years, 3 months ago
  11. 57bd3fc[coverage] Update code coverage script to allow multiple input profdata files.by Julia Hansbrough· 2 years, 4 months ago
  12. 9470000fReland "Add 'use_centipede' alternative to 'use_libfuzzer'"by Adrian Taylor· 2 years, 4 months ago
  13. 27baf7a6Revert "Add 'use_centipede' alternative to 'use_libfuzzer'"by Jeroen Dhollander· 2 years, 4 months ago
  14. e6164f6Add 'use_centipede' alternative to 'use_libfuzzer'by Adrian Taylor· 2 years, 4 months ago
  15. 500f7adFix coverage script for run_web_tests.pyby Weizhong Xia· 2 years, 6 months ago
  16. 570a8a8[coverage] Update fuzzing coverage script build instructions.by Julia Hansbrough· 2 years, 6 months ago
  17. 58aa7b0a[coverage] Perform glob expansion so that the coverage script works onby Julia Hansbrough· 2 years, 6 months ago
  18. 20e2ab75Stop using the six library in coverage.py.by Lei Zhang· 2 years, 9 months ago
  19. 0b5511e7[code-health] Update vpython references to vpython3 in //toolsby Fabrice de Gans· 2 years, 10 months ago
  20. dfd88085Update copyright headers in testing/, tools/by Avi Drissman· 2 years, 10 months ago
  21. 42a5b51aChange shabang to run vpython3 for coverage.py.by Lei Zhang· 3 years, 5 months ago
  22. 91b5336Rename arg name --time-out-ms for rwtby Weizhong Xia· 3 years, 7 months ago
  23. 928671eUse the same python executable to run coverage tools updateby Akekawit Jitprasert· 3 years, 10 months ago
  24. f9cb662Support exporting coverage data in lcov formatby Akekawit Jitprasert· 4 years ago
  25. 507de0bfix documentation around how to invoke local coverage scriptby Prakhar· 4 years, 1 month ago
  26. 65d6383Fix compatibility issues between python version for coverage.pyby Prakhar· 4 years, 1 month ago
  27. 5675252Use -compilation-dir for llvm-covby Choongwoo Han· 4 years, 1 month ago
  28. bd1aa95Make coverage.py py3 and Windows compatibleby Choongwoo Han· 4 years, 1 month ago
  29. ab8812a[COIL] Change chromium code search type links to use main rather than master for toolsby John Palmer· 4 years, 2 months ago
  30. 34c093a4Limit python multiprocessing jobs on windows due to Python3 bug.by Dirk Pranke· 4 years, 4 months ago
  31. 4d164bbUpdate '#!/usr/bin/python' shebangs to '#!/usr/bin/env python'.by Dirk Pranke· 4 years, 4 months ago
  32. 8828236Update coverage for android native coverage.by Ben Joyce· 4 years, 6 months ago
  33. 07f5233Add .exe to Windows binary paths in coverage script.by Sajjad Mirza· 4 years, 8 months ago
  34. 0b96e00Fix command splitting on Windows for coverage script.by Sajjad Mirza· 4 years, 8 months ago
  35. b37d5bfdRemove redundant block from coverage.pyby pasthana· 5 years ago
  36. a484411Invoke update.py as a subprocess in coverage.pyby pasthana· 5 years ago
  37. b25b177a4Add Windows support to coverage.py.by Brent McBride· 5 years ago
  38. 38cabdcCode coverage report supports text format.by Sahel Sharify· 6 years ago
  39. 8ee64a1Clang update.py: Add --package optionby Hans Wennborg· 6 years ago
  40. 03c64407[code coverage] Update code coverage component referencesby Yuke Liao· 6 years ago
  41. 283b92c7Code coverage should directly invoke otool from hermetic xcode.by Erik Chen· 6 years ago
  42. 43bbbcd5[code coverage] Update documentation for code coverageby Yuke Liao· 6 years ago
  43. abfbba4Revert "Stop setting DEVELOPER_DIR for code coverage for macOS."by Yuke Liao· 6 years ago
  44. 694422dStop setting DEVELOPER_DIR for code coverage for macOS.by Erik Chen· 6 years ago
  45. 2f26118Fix code coverage documentation.by Abhishek Arya· 6 years ago
  46. 633c5788Use SetMacXcodePath in tools/coverage.pyby Brad Hall· 6 years ago
  47. 0657629Coverage script: use autoninja instead of ninja and custom goma checker.by Max Moroz· 7 years ago
  48. 339fc47[Code Coverage] Fix invocation of run_web_testsby Robert Ma· 7 years ago
  49. 13c2318Clarify libFuzzer and Code Coverage docs plus other minor fixes.by Max Moroz· 7 years ago
  50. 2b46495Fix extracting of app_path for iOS coverageby Artem Titarenko· 7 years ago
  51. 3631272Deploy clang coverage tools via gclient runhooks if so configured.by Roberto Carrillo· 7 years ago
  52. a5a9527[Code Coverage] Clarify the differences between DCHECKs and standard asserts.by Max Moroz· 7 years ago
  53. 1de68d7[Code Coverage] Refactor the script logic into Py2/Py3 compatible module.by Max Moroz· 7 years ago
  54. e5811afaCoverage: Add merge output in verbose mode.by Abhishek Arya· 7 years ago
  55. 9c2c70bCoverage: Fix a bug on iOS platform.by Yuke Liao· 7 years ago
  56. 4a9494fCoverage: Use --batch-size=1 to run_web_tests.pyby Abhishek Arya· 7 years ago
  57. bd0655dCoverage: Pass LLVM_PROFILE_FILE env to run_web_tests.pyby Abhishek Arya· 7 years ago
  58. 0391109Coverage: Add --web-tests helper for running web tests.by Abhishek Arya· 7 years ago
  59. 082e9963Coverage: Add an argument to allow specify coverage tools to use.by Yuke Liao· 7 years ago
  60. ae19b2c3Run coverage reports through c++filt on Linux and macOS.by Ryan Sleevi· 7 years ago
  61. efbe1dfCoverage: Don't show totals entry for component view.by Abhishek Arya· 7 years ago
  62. 8c3a1ce32Coverage: Avoid double-counting of sub-dirs in component view.by Abhishek Arya· 7 years ago
  63. 1b852fdCoverage: Implement file view turn off switch.by Yuke Liao· 7 years ago
  64. d35de7eCoverage: Convert some print to use logging module.by Abhishek Arya· 7 years ago
  65. 72a5893d[Coverage] Minor fixes in coverage script.by Yuke Liao· 7 years ago
  66. 302b67aCoverage: Coverage script fixesby Abhishek Arya· 7 years ago
  67. 1c97ea54Coverage: Add llvm-symbolizer to path for symbolized stacksby Abhishek Arya· 7 years ago
  68. 865fffdImprove styles in code coverage report.by Abhishek Arya· 7 years ago
  69. 78120bcAdd logging in coverage script to debug ldd execution time.by Abhishek Arya· 7 years ago
  70. fb70b53Add assert to check coverage file path have source root.by Abhishek Arya· 7 years ago
  71. 7c5354f[Code Coverage] Update output dir structure for multi-platform support.by Max Moroz· 7 years ago
  72. c19bc5efMake profraw merge error resilient in code coverage script.by Abhishek Arya· 7 years ago
  73. 64636afAdd argument to take profdata as input for code coverage script.by Abhishek Arya· 7 years ago
  74. 8a0751aSetup coverage tool in script with no argument.by Abhishek Arya· 7 years ago
  75. 025d895[Code Coverage] Use platform as a name of the root directory with the report.by Max Moroz· 7 years ago
  76. 9a81f39Revert "[Code Coverage] Use platform name for the root directory instead of 'coverage'."by Max Moroz· 7 years ago
  77. d6e2784[Code Coverage] Use platform name for the root directory instead of 'coverage'.by Max Moroz· 7 years ago
  78. d73e45f[Code Coverage] Add support for component build + update documentation.by Max Moroz· 7 years ago
  79. 0e4c868[Coverage] Add ignore_filename_regex argument to coverage script.by Yuke Liao· 7 years ago
  80. 8e209fe8[Coverage] Link to coverage.py to code_coverage.mdby Yuke Liao· 7 years ago
  81. 27349c9[Coverage] Run fuzzer targets using %p.by Yuke Liao· 7 years ago
  82. d3b4627[Coverage] Add documentation for Clang source based code coverage.by Yuke Liao· 7 years ago
  83. 92107f0[Coverage] Fix two bugs on iOS platform.by Yuke Liao· 7 years ago
  84. 80afff3[Coverage] Refactor function parses args.gn fileby Yuke Liao· 7 years ago
  85. c60b2d0[Coverage] Cleans up coverage scriptby Yuke Liao· 7 years ago
  86. b292683[Coverage] Reland disappeared changes.by Yuke Liao· 7 years ago
  87. a0c8c2f[Coverage] Support running code coverage tool on iOS platformby Yuke Liao· 7 years ago
  88. ab9c44e[Coverage] Fix documentation and build error messageby Yuke Liao· 7 years ago
  89. 545db32[Coverage] Support running tests using xvfbby Yuke Liao· 7 years ago
  90. 8d28bd8[Coverage] Remove unused logic.by Yuke Liao· 7 years ago
  91. a785f4d3[Coverage] Improve format of generated code coverage reports.by Yuke Liao· 7 years ago
  92. c7e60714[Coverage] Clean up code coverage script.by Yuke Liao· 7 years ago
  93. dd1ec059[Coverage] Implements components view in code coverage report.by Yuke Liao· 7 years ago
  94. 9b4d86d[Coverage] Remove unused variablesby Yuke Liao· 7 years ago
  95. 481d348[Coverage] Add debug info for diagnostics.by Yuke Liao· 7 years ago
  96. d4a986520[Coverage] Update code coverage tool to use %Nm option.by Yuke Liao· 8 years ago
  97. d54030e[Coverage] Add a TOTALS row in the html report.by Yuke Liao· 8 years ago
  98. ea228d0[Coverage] Generate per directory code coverage report.by Yuke Liao· 8 years ago
  99. 95d13d7[Coverage] Fix a bug in code coverage script.by Yuke Liao· 8 years ago
  100. 16f059aFix bugs in code coverage script.by Abhishek Arya· 8 years ago

[8]ページ先頭

©2009-2025 Movatter.jp