commit | e7c9b8ce068ba21810ebec5d1cded68bd3d533f0 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Wed Nov 21 01:59:57 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Nov 21 02:01:05 2018 -0800 |
tree | c0aee892151a710b1a8a9bf877cc4f6cbda8580d | |
parent | ff000ecd3ddf73c55ae52904533967826e1a85df [diff] |
Windows, test wrapper: implement test log escaping Implement CdataEscapeAndAppend function that reads a file (the test outerr log), replaces all invalid XML characters by "?", escapes all "]]>" substrings with a safe string, and appends the output to a user-specified HANDLE (the output xml file). See https://github.com/bazelbuild/bazel/issues/5508 Closes #6717. PiperOrigin-RevId: 222375250
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.