Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 12, 2018
  3. 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
  4. Dec 06, 2018
  5. Dec 04, 2018
  6. 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
  7. Nov 27, 2018
  8. Nov 22, 2018
  9. Nov 21, 2018
Loading