1. 13 Apr, 2021 1 commit
  2. 12 Apr, 2021 2 commits
  3. 09 Apr, 2021 3 commits
  4. 08 Apr, 2021 5 commits
    • Googletest export · 6a5eb807
      Abseil Team authored
      Update the example for Notify to use a lambda.
      It is much less boilerplate and easier to remember.
      
      PiperOrigin-RevId: 367284222
    • Googletest export · 8a65bc03
      Abseil Team authored
      Docs: Add examples for `FieldsAre` matcher
      PiperOrigin-RevId: 367263024
    • Googletest export · d0303e40
      Abseil Team authored
      Migrate away from deprecated --heap_check=strict
      
      PiperOrigin-RevId: 367226846
    • Googletest export · 601a6815
      Abseil Team authored
      This is part of a soft transition over to having ZX_INFO_PROCESS
      populate a new struct. See fxbug.dev/30751 for more details.
      
      PiperOrigin-RevId: 367083068
    • Googletest export · 54689b19
      Abseil Team authored
      Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise`
      PiperOrigin-RevId: 367059198
  5. 05 Apr, 2021 2 commits
    • Googletest export · 5c8ca58e
      Abseil Team authored
      Disable blank issue template, delete question template
      
      PiperOrigin-RevId: 366874747
    • Googletest export · 4048829d
      Abseil Team authored
      Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE}
      
      PiperOrigin-RevId: 366455905
  6. 30 Mar, 2021 1 commit
  7. 25 Mar, 2021 9 commits
  8. 22 Mar, 2021 1 commit
    • Googletest export · 1a8ecf18
      Abseil Team authored
      Print std::u8string, std::u16string, and std::u32string as string literals
      
      Previously, these types were printed as "{ U+123, U+456, U+789 }". However,
      printed output in that form is difficult to compare against any literals that
      might be defined in code. Instead, just treat these types like std::string
      and std::wstring, escaping non-ASCII characters with a hexadecimal escape
      sequence.
      
      The tests have also been updated to cover the new functionality: as a bonus,
      the tests now also pass with the MSVC toolchain.
      
      Internally, the code has been reorganized to primarily operate in terms of
      char32_t, under the assumption that char32_t will always be at least as big
      as wchar_t. While that assumption is currently true, perhaps it won't be in
      the future...
      
      PiperOrigin-RevId: 364033132
  9. 18 Mar, 2021 1 commit
  10. 17 Mar, 2021 1 commit
  11. 16 Mar, 2021 5 commits
  12. 15 Mar, 2021 1 commit
  13. 10 Mar, 2021 2 commits
    • Googletest export · e8512bc3
      Abseil Team authored
      Add missing period and use "that" in restrictive clause.
      
      PiperOrigin-RevId: 361941663
    • Googletest export · 861d535e
      Abseil Team authored
      Update READMEs and issue template
      
      PiperOrigin-RevId: 361931644
  14. 09 Mar, 2021 5 commits
    • Googletest export · 763eaa43
      Abseil Team authored
      Use monotonic time to measure test duration
      
      System time may be updated while a test is running. When this occurs a
      duration measured using system time may appear to move backwards, or
      jump far forwards.
      This change updates the duration measurement to use monotonic time
      instead. Timestamps for the test start still use system time.
      
      PiperOrigin-RevId: 361700881
    • Googletest export · bb4f87e6
      Abseil Team authored
      gtest.cc: Split out functions for printing `TestResult` objects
      
      This will make it possible to reuse this code for outputting the "ad_hoc" `TestResult` objects in structured form in XML/JSON.
      
      PiperOrigin-RevId: 361604860
    • Internal change · bf465ff0
      Abseil Team authored
      PiperOrigin-RevId: 361213113
    • Merge pull request #3184 from N-Dekker:PrintTo-type_index-overload · bcfcf75e
      Dino Radaković authored
      PiperOrigin-RevId: 361175466
    • Googletest export · 79b556ef
      Abseil Team authored
      Add CI test scripts
      
      PiperOrigin-RevId: 360931988
  15. 04 Mar, 2021 1 commit
    • Googletest export · e7e59176
      Abseil Team authored
      Format WORKSPACE and googlemock/test/BUILD.bazel using buildifier
      
      PiperOrigin-RevId: 360913861