1. 22 May, 2019 1 commit
    • Lingfeng Yang's avatar
      unbreak windows build · 2f58f41d
      Lingfeng Yang authored
      windows msvc toolchain with werror and wconversion
      will break if converting long to DWORD.
      2f58f41d
  2. 17 May, 2019 2 commits
  3. 13 May, 2019 2 commits
  4. 12 May, 2019 1 commit
  5. 10 May, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 52998153
      Abseil Team authored
      Print the test output on assertion failure.
      
      PiperOrigin-RevId: 247283764
      52998153
  6. 03 May, 2019 3 commits
  7. 02 May, 2019 1 commit
  8. 29 Apr, 2019 4 commits
  9. 26 Apr, 2019 3 commits
  10. 24 Apr, 2019 1 commit
    • 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
  11. 18 Apr, 2019 5 commits
  12. 16 Apr, 2019 2 commits
    • 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
  13. 12 Apr, 2019 2 commits
  14. 11 Apr, 2019 6 commits
  15. 09 Apr, 2019 2 commits
  16. 08 Apr, 2019 2 commits
  17. 07 Apr, 2019 1 commit
  18. 06 Apr, 2019 1 commit
    • 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