1. 12 Jul, 2018 1 commit
  2. 10 Jul, 2018 1 commit
    • Derek Mauro's avatar
      Adds stacktrace support from Abseil to Google Test · 4c417877
      Derek Mauro authored
      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.
      4c417877
  3. 31 Jan, 2018 1 commit
  4. 30 Jan, 2018 1 commit
  5. 09 Jan, 2018 1 commit
  6. 18 Aug, 2017 2 commits
  7. 10 Aug, 2017 3 commits
  8. 09 Aug, 2017 2 commits
    • misterg's avatar
      WIP · 66a03695
      misterg authored
      66a03695
    • misterg's avatar
      WIP · ac885f3a
      misterg authored
      ac885f3a
  9. 08 Aug, 2017 2 commits
  10. 02 Aug, 2017 2 commits
    • misterg's avatar
      WIP · aa31cb67
      misterg authored
      aa31cb67
    • misterg's avatar
      WIP · 6615f7df
      misterg authored
      6615f7df
  11. 01 Aug, 2017 2 commits
    • misterg's avatar
      WIP · b3edada2
      misterg authored
      b3edada2
    • misterg's avatar
      WIP · f63e2a14
      misterg authored
      f63e2a14