- 08 Mar, 2022 1 commit
-
-
Szymon Sobik authored
-
- 22 Dec, 2021 1 commit
-
-
Derek Mauro authored
unifying the behavior between Bazel and CMake This fixes one of the CI failures on Windows PiperOrigin-RevId: 417872531 Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
-
- 26 Mar, 2020 1 commit
-
-
Mario Voorsluys authored
The extra tests check that the xml output is correct when a failure occurs before skipping, and that the right skip message is added to the file. The json file had to be fixed because it's the same executable.
-
- 26 Jul, 2019 1 commit
-
-
Abseil Team authored
Adds ISO8601 timestamps to XML output and RFC3339 timestamps to JSON output. Adds timestamps to testsuites, testsuite and testcases structured JSON/XML output for better reporting how/where time is spent on tests. PiperOrigin-RevId: 260039817
-
- 28 Mar, 2019 1 commit
-
-
Abseil Team authored
Update XML and JSON output to be consistent with the standard. PiperOrigin-RevId: 239833242
-
- 02 Jan, 2019 1 commit
-
-
misterg authored
Internal Change PiperOrigin-RevId: 227575279
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes.
-
- 07 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 22 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
code merge
-
- 26 Feb, 2017 1 commit
-
-
vpfautz authored
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 05 Oct, 2011 1 commit
-
-
vladlosev authored
Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister).
-
- 17 Jun, 2009 1 commit
-
-
zhanyong.wan authored
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
-
- 09 Apr, 2009 1 commit
-
-
zhanyong.wan authored
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
-
- 24 Mar, 2009 1 commit
-
-
zhanyong.wan authored
Cleans up death test implementation (by Vlad Losev); changes the XML format to be closer to junitreport (by Zhanyong Wan).
-
- 26 Nov, 2008 1 commit
-
-
vladlosev authored
-
- 22 Nov, 2008 1 commit
-
-
vladlosev authored
-
- 26 Sep, 2008 1 commit
-
-
shiqian authored
* changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum.
-
- 18 Sep, 2008 1 commit
-
-
shiqian authored
Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
-
- 03 Jul, 2008 1 commit
-
-
shiqian authored
-