Derek Mauro 4c41787764 Adds stacktrace support from Abseil to Google Test
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.
2018-07-10 14:30:42 -04:00
..
2018-05-23 11:03:31 -04:00
2018-01-03 16:57:05 -05:00
2018-02-13 14:56:05 -05:00
2018-03-26 13:04:28 -04:00
2018-01-22 11:47:30 -05:00
2018-05-23 11:03:31 -04:00
2018-03-05 14:21:41 -05:00
2018-03-05 14:21:41 -05:00
2018-03-05 14:21:41 -05:00
2018-02-13 14:56:05 -05:00
2018-05-23 11:03:31 -04:00
2018-01-22 11:47:30 -05:00
2018-02-13 14:56:05 -05:00
2018-03-05 14:21:41 -05:00
2018-05-23 11:03:31 -04:00
2018-03-07 15:57:55 -05:00
2018-03-07 15:57:55 -05:00
2018-05-23 11:03:31 -04:00
2018-05-23 11:03:31 -04:00
2018-06-04 10:45:56 -04:00
2018-05-23 11:03:31 -04:00
2018-01-10 13:58:00 -05:00
2018-01-09 22:46:17 -05:00