commit | 7bf80534cc264f9be667569564e0623965a4e0eb | [log] [tgz] |
---|---|---|
author | Charles Mita <cmita@google.com> | Wed Aug 05 10:00:24 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 05 10:01:27 2020 -0700 |
tree | 740e28a4b5171c381753b5cc7b35786665cfa836 | |
parent | 3c8f828a2238716fad4174aed446051f67d25b71 [diff] |
Use 'long' for execution counts in coverage output It is possible in large projects for tests to trigger the execution of some lines or functions more than 2^31-1 times (the signed int limit). In these cases, combining merging reports will produce nonsense outputs, perhaps even negative counts, or simply fail to parse the JSON gcov output if a single test file triggers the problem. Fixes #11052 Closes #11894. PiperOrigin-RevId: 325040976
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md