commit | baafedd045ee0a9f0bd132de58f09ba24942d1c1 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Mon Jan 14 04:53:25 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jan 14 04:55:23 2019 -0800 |
tree | 786d91b517f2cf76039a87a5d798d148a6eabc86 | |
parent | 9e5463008db64a20c5569f42b85aa2673d2933df [diff] |
Windows: fix rule_size_test for the test wrapper Fix //src:rule_size_test so it works when using --experimental_windows_native_test_wrapper. The test failed with the Windows-native test wrapper because the test wrapper launches the test binary directly, and the rule created an empty .bat file as its executable, and CreateProcessW apparently cannot run empty .bat files. Also: log the failed command in the test wrapper when CreateProcessW fails. See https://github.com/bazelbuild/bazel/issues/5508 Closes #7112. PiperOrigin-RevId: 229162712
{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.