1. 15 Apr, 2021 1 commit
  2. 14 Apr, 2021 2 commits
    • dmauro's avatar
      Googletest export · 8d664b94
      dmauro authored
      Remove AppVeyor configuration.
      Windows is now tested on Kokoro.
      
      PiperOrigin-RevId: 368471950
      8d664b94
    • Abseil Team's avatar
      Googletest export · 4400d68d
      Abseil Team authored
      Add support to run gtest on Xtensa platform.
      
      This add support to run GTest base test suits on Xtensa
      (https://ip.cadence.com/ipportfolio/tensilica-ip) base simulator.
      Xtensa only provides libc and some basic operations and does not run an
      operating system by default.
      
      PiperOrigin-RevId: 368162205
      4400d68d
  3. 13 Apr, 2021 3 commits
  4. 09 Apr, 2021 2 commits
  5. 08 Apr, 2021 5 commits
    • Abseil Team's avatar
      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
      6a5eb807
    • Abseil Team's avatar
      Googletest export · 8a65bc03
      Abseil Team authored
      Docs: Add examples for `FieldsAre` matcher
      PiperOrigin-RevId: 367263024
      8a65bc03
    • Abseil Team's avatar
      Googletest export · d0303e40
      Abseil Team authored
      Migrate away from deprecated --heap_check=strict
      
      PiperOrigin-RevId: 367226846
      d0303e40
    • Abseil Team's avatar
      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
      601a6815
    • Abseil Team's avatar
      Googletest export · 54689b19
      Abseil Team authored
      Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise`
      PiperOrigin-RevId: 367059198
      54689b19
  6. 05 Apr, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 5c8ca58e
      Abseil Team authored
      Disable blank issue template, delete question template
      
      PiperOrigin-RevId: 366874747
      5c8ca58e
    • Abseil Team's avatar
      Googletest export · 4048829d
      Abseil Team authored
      Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE}
      
      PiperOrigin-RevId: 366455905
      4048829d
  7. 30 Mar, 2021 1 commit
  8. 25 Mar, 2021 9 commits
  9. 22 Mar, 2021 1 commit
    • Abseil Team's avatar
      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
      1a8ecf18
  10. 18 Mar, 2021 1 commit
  11. 17 Mar, 2021 1 commit
  12. 16 Mar, 2021 5 commits
  13. 15 Mar, 2021 1 commit
  14. 10 Mar, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · e8512bc3
      Abseil Team authored
      Add missing period and use "that" in restrictive clause.
      
      PiperOrigin-RevId: 361941663
      e8512bc3
    • Abseil Team's avatar
      Googletest export · 861d535e
      Abseil Team authored
      Update READMEs and issue template
      
      PiperOrigin-RevId: 361931644
      861d535e
  15. 09 Mar, 2021 4 commits
    • Abseil Team's avatar
      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
      763eaa43
    • Abseil Team's avatar
      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
      bb4f87e6
    • Abseil Team's avatar
      Internal change · bf465ff0
      Abseil Team authored
      PiperOrigin-RevId: 361213113
      bf465ff0
    • Dino Radaković's avatar
      Merge pull request #3184 from N-Dekker:PrintTo-type_index-overload · bcfcf75e
      Dino Radaković authored
      PiperOrigin-RevId: 361175466
      bcfcf75e