1. 15 Dec, 2018 1 commit
  2. 14 Dec, 2018 1 commit
  3. 13 Dec, 2018 3 commits
  4. 12 Dec, 2018 5 commits
  5. 11 Dec, 2018 2 commits
    • misterg's avatar
      Googletest export · 6cbd3753
      misterg authored
      rollback of 224929783
      
      PiperOrigin-RevId: 225008559
      6cbd3753
    • Abseil Team's avatar
      Googletest export · 06bb8d4d
      Abseil Team authored
      The gmock matchers have a concept of MatchAndExpain; where the details of the
      matching are written to a "result listener". A matcher can avoid creating
      expensive debug info by checking result_listener->IsInterested(); but,
      unfortunately, the default matcher code (called from EXPECT_THAT) is always
      "interested".
      
      This change implements EXPECT_THAT matching to first run the matcher in a "not
      interested" mode; and then run it a second time ("interested") only if the
      match fails.
      
      PiperOrigin-RevId: 224929783
      06bb8d4d
  6. 10 Dec, 2018 1 commit
  7. 07 Dec, 2018 1 commit
  8. 06 Dec, 2018 2 commits
  9. 05 Dec, 2018 2 commits
  10. 04 Dec, 2018 3 commits
  11. 03 Dec, 2018 8 commits
  12. 29 Nov, 2018 2 commits
    • durandal's avatar
      Googletest export · 8fbf9d16
      durandal authored
      Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build.
      PiperOrigin-RevId: 223227562
      8fbf9d16
    • durandal's avatar
      Googletest export · b22d2366
      durandal authored
      Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output.
      
      PiperOrigin-RevId: 223035409
      b22d2366
  13. 26 Nov, 2018 7 commits
  14. 22 Nov, 2018 1 commit
  15. 20 Nov, 2018 1 commit