Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into stacktracerefs/pull/1653/head | Derek Mauro | 2018-07-12 | 1 | -0/+1 |
|\ | |||||
| * | Adds the UniversalPrinter for absl::variant.refs/pull/1662/head | Derek Mauro | 2018-07-12 | 1 | -17/+19 |
| | | |||||
* | | Adds stacktrace support from Abseil to Google Test | Derek Mauro | 2018-07-10 | 1 | -17/+21 |
|/ | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Merges and also adding new bazel build moderefs/pull/1435/head | Gennadiy Civil | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Ability to optionally depend on Abseil plus upstream of 183716547refs/pull/1434/head | Gennadiy Civil | 2018-01-30 | 1 | -0/+20 |
| | |||||
* | [Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvcrefs/pull/1388/head | Loo Rong Jie | 2018-01-09 | 1 | -3/+10 |
| | | | | and x64_windows_msvc | ||||
* | Also can build when included in source. | Zhongming Qu | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespaces in BUILD.bazel | Zhongming Qu | 2017-08-18 | 1 | -2/+2 |
| | |||||
* | Addressing comments | misterg | 2017-08-10 | 1 | -5/+1 |
| | |||||
* | Added Copyright | misterg | 2017-08-10 | 1 | -5/+32 |
| | |||||
* | Initial Revision, review 164634031 | misterg | 2017-08-10 | 1 | -1/+2 |
| | |||||
* | WIPrefs/pull/1190/head | misterg | 2017-08-09 | 1 | -10/+7 |
| | |||||
* | WIP | misterg | 2017-08-09 | 1 | -69/+9 |
| | |||||
* | WIP, win testing | misterg | 2017-08-08 | 1 | -3/+3 |
| | |||||
* | WIP | misterg | 2017-08-08 | 1 | -142/+60 |
| | |||||
* | WIP | misterg | 2017-08-02 | 1 | -36/+20 |
| | |||||
* | WIP | misterg | 2017-08-02 | 1 | -23/+15 |
| | |||||
* | WIP | misterg | 2017-08-01 | 1 | -8/+8 |
| | |||||
* | WIP | misterg | 2017-08-01 | 1 | -0/+292 |