Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. May 18, 2019
  3. May 13, 2019
  4. May 12, 2019
  5. May 11, 2019
    • Abseil Team's avatar
      Googletest export · 52998153
      Abseil Team authored
      Print the test output on assertion failure.
      
      PiperOrigin-RevId: 247283764
      52998153
  6. May 04, 2019
  7. May 03, 2019
  8. Apr 30, 2019
  9. Apr 27, 2019
  10. Apr 26, 2019
  11. Apr 24, 2019
    • Abseil Team's avatar
      Googletest export · 84d98653
      Abseil Team authored
      Add GTEST_FAIL_AT, an equivalent to ADD_FAILURE_AT but that
      spawns a fatal failure rather than a non-fatal, eg. the equivalent
      of an ASSERT* failure rather than an EXPECT* failure.
      
      PiperOrigin-RevId: 244746609
      84d98653
  12. Apr 19, 2019
  13. Apr 18, 2019
  14. Apr 17, 2019
    • Abseil Team's avatar
      Googletest export · 9f893b99
      Abseil Team authored
      [googletest] Fix death test condition.
      
      PiperOrigin-RevId: 243742424
      9f893b99
    • Abseil Team's avatar
      Googletest export · 6d668180
      Abseil Team authored
      Migrate ZX_WAIT_ASYNC_REPEATING to ZX_WAIT_ASYNC_ONCE
      
      ZX_WAIT_ASYNC_REPEATING is deprecated so convert code to use
      ZX_WAIT_ASYNC_ONCE instead.
      
      PiperOrigin-RevId: 243707147
      6d668180
  15. Apr 13, 2019
  16. Apr 12, 2019
  17. Apr 11, 2019
  18. Apr 10, 2019
  19. Apr 08, 2019
  20. Apr 07, 2019
  21. Apr 06, 2019
    • Enji Cooper's avatar
      clang: fix `-Wsign-conversion` errors · 3829b84e
      Enji Cooper authored
      
      Cast some values as their unsigned equivalents or `size_t` to match the
      parameter type used for the template object under test. Also, provide
      UInt32 equivalent delegate methods for some callers (with
      int-equivalents for backwards compatibility).
      
      This closes #2146.
      
      Signed-off-by: default avatarEnji Cooper <yaneurabeya@gmail.com>
      3829b84e
Loading