Skip to content
Snippets Groups Projects
  1. Dec 30, 2018
  2. Dec 16, 2018
  3. Dec 15, 2018
  4. Dec 14, 2018
  5. Dec 13, 2018
    • Abseil Team's avatar
      Googletest export · 6ef59138
      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: 225036073
      6ef59138
  6. Dec 12, 2018
  7. Dec 11, 2018
    • 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
    • Dominic Jodoin's avatar
      Cache gcc and clang APT packages · b5c08cb9
      Dominic Jodoin authored
      Unverified
      b5c08cb9
  8. Dec 08, 2018
  9. Dec 07, 2018
  10. Dec 06, 2018
  11. Dec 05, 2018
  12. Dec 04, 2018
  13. Nov 29, 2018
    • 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
  14. Nov 27, 2018
Loading