summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_xml_output_unittest.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds stacktrace support from Abseil to Google TestDerek Mauro2018-07-101-1/+6
| | | | | | | | | | | | | | | | | | | This change adds the ability to generate stacktraces in Google Test on both failures of assertions/expectations and on crashes. The stacktrace support is conditionally available only when using Abseil with Google Test. To use this support, run the test under Bazel with a command like this: bazel test --define absl=1 --test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1 //path/to/your:test The "--define absl=1" part enables stacktraces on assertion/expectation failures. The "--test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" part enables the signal handler that logs a stacktrace in the event of a crash (this also requires the "--define absl=1" part). This is not the default since it may interfere with existing tests.
* Merging, XML testsrefs/pull/1497/headGennadiy Civil2018-03-071-8/+42
|
* more code mergeGennadiy Civil2018-01-221-3/+1
|
* merges, cl/155419551 and otherGennadiy Civil2018-01-221-10/+45
|
* Make the failure messages from EXPECT_EQ and friends actually symmetric,refs/pull/1242/headAlexey Sokolov2017-09-131-9/+12
| | | | | | | instead of reading more like reversing the former "expected" and "actual" roles of the LHS and RHS arguments. This patch is manually applied from internal version (125109873)
* Fixed some typosrefs/pull/1030/headvpfautz2017-02-261-1/+1
|
* Change error message of EXPECT_EQ to treat lhs and rhs equivalently.refs/pull/713/headAlexey Sokolov2016-02-161-9/+9
|
* add python 3 support to testsThomas Amland2016-01-191-1/+2
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+307