aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test
Commit message (Expand)AuthorAge
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed.Gravatar elenairina2018-07-04
* [LcovMerger] Make gcc-branch related fields String instead of int.Gravatar elenairina2018-07-04
* Pull in the right deps into the embedded tools.Gravatar Irina Iancu2018-06-14
* Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e4...Gravatar Googler2018-06-12
* Implement LcovMerger.Gravatar elenairina2018-06-11
* Add the ability to force the path to the test binary to a fixed length by usi...Gravatar Googler2018-06-11
* Portability with BSD stat in collect_coverage.shGravatar Siddhartha Bagaria2018-05-17
* Rewrite lcov path munging to make the paths all relativeGravatar Ulf Adams2018-05-16
* Make runfiles usage on Windows more flexible to support remote execution.Gravatar Googler2018-04-30
* Prototype support for llvm coverageGravatar Ulf Adams2018-04-26
* test-setup: remove leading "./" from test nameGravatar Laszlo Csomor2018-04-24
* Add a workaround for gcov-based coverage with clangGravatar Ulf Adams2018-04-19
* Ignore missing .gcno files in coverage collectionGravatar Ulf Adams2018-04-16
* Add a new test environment variable, TEST_TARGET.Gravatar John Cater2018-04-06
* report test duration in XML using attribute "time"Gravatar Shimin Guo2018-03-07
* Fix test name in fallback xml when --run_under is used.Gravatar Benjamin Peterson2018-02-22
* Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8fae...Gravatar olaola2018-02-20
* Automated rollback of commit 28bd997c1c8793973f63dcae4c22bbae49e7d8b7.Gravatar Googler2018-02-12
* Fixing test-setup.sh occasionally missing stdout/stderr, on systems where "ta...Gravatar Googler2018-02-12
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* windows,test: add logging to bootstrap testGravatar Laszlo Csomor2018-01-29
* HOME missing from the action env (despite mentioned in the docs)Gravatar Gursewak2018-01-16
* Fix some broken targets and failing tests.Gravatar ajmichael2017-12-06
* Revert name of coverage_suppot to coverage_support.Gravatar cparsons2017-11-29
* Create the output source jar in java_common.compileGravatar elenairina2017-11-29
* Handle spaces in absolute paths to tests.Gravatar Seth Greenstein2017-11-29
* Automated rollback of commit 0ebb3e54fc890946ae6b3d059ecbd50e4b5ec840.Gravatar dmarting2017-11-22
* Removing the USER variable from test environment, unless explicitly provided.Gravatar olaola2017-10-16
* Attempting to fix an occasionally missing stdout from test.xml.Gravatar olaola2017-10-06
* Don't emit an undeclared outputs MANIFEST if there are no files.Gravatar Googler2017-09-25
* Add support for writing undeclared outputs to TEST_UNDECLARED_OUTPUTS_DIR and...Gravatar Googler2017-09-20
* Set correct PWD in coverage (https://docs.bazel.build/versions/master/test-en...Gravatar Mansheng Yang2017-09-15
* More BUILD file refactorings.Gravatar philwo2017-09-06
* test-setup.sh: don't cat the log file if it does not existsGravatar dmarting2017-08-08
* Rollforward of commit b8514f533d4546d3bfbec3700012f2bbeffd1c37Gravatar Damien Martin-Guillerez2017-07-27
* Automated rollback of commit b8514f533d4546d3bfbec3700012f2bbeffd1c37.Gravatar dmarting2017-07-20
* Add stdout to default XML file and generate XML file on timeoutGravatar Damien Martin-Guillerez2017-07-19
* Ensure shards of the same test have unique names in the fallback xmlGravatar Benjamin Peterson2017-06-28
* give the duration of test in the fallback xml fileGravatar Benjamin Peterson2017-06-27
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Ensure that TEST_TMPDIR exists on the remote host when testing a remote build.Gravatar Googler2017-06-09
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Add functionality from the old shell-based coverage runner script to the new ...Gravatar lberki2017-05-23
* Small shell fixed to cleanup distfile testingGravatar Stephen Twigg2017-04-05
* Bazel, Windows: can now test cc_test rules : Windows: bazel test now works fo...Gravatar laszlocsomor2017-03-31
* Switch Bazel to use the common test env variables.Gravatar Ulf Adams2017-01-26
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* Add LcovMerger.Gravatar Yue Gan2016-12-05
* Coverage support.Gravatar Ulf Adams2016-11-24