1. 22 Oct, 2019 7 commits
  2. 18 Oct, 2019 2 commits
  3. 17 Oct, 2019 3 commits
    • Abseil Team's avatar
      Googletest export · bbe4b736
      Abseil Team authored
      Added IsNan matcher
      
      PiperOrigin-RevId: 275278634
      bbe4b736
    • Gennadiy Civil's avatar
      Merge pull request #2507 from roblub:master · 2995ca56
      Gennadiy Civil authored
      PiperOrigin-RevId: 275076905
      2995ca56
    • Alexey Spiridonov's avatar
      [googletest] Output skip message · cbf019de
      Alexey Spiridonov authored
      Closes #2208
      
      Previously, skip messages were invisible, so debugging skips was hard.
      
      Now we have this:
      
      ```
      $ ./googletest/gtest_skip_test
      Running main() from /home/lesha/github/snarkmaster/googletest/googletest/src/gtest_main.cc
      [==========] Running 3 tests from 2 test suites.
      [----------] Global test environment set-up.
      [----------] 1 test from SkipTest
      [ RUN      ] SkipTest.DoesSkip
      /home/lesha/github/snarkmaster/googletest/googletest/test/gtest_skip_test.cc:38: Skipped
      skipping single test
      [  SKIPPED ] SkipTest.DoesSkip (0 ms)
      [----------] 1 test from SkipTest (1 ms total)
      ...
      ```
      cbf019de
  4. 16 Oct, 2019 3 commits
  5. 11 Oct, 2019 8 commits
  6. 10 Oct, 2019 6 commits
  7. 09 Oct, 2019 1 commit
  8. 08 Oct, 2019 1 commit
  9. 07 Oct, 2019 8 commits
  10. 05 Oct, 2019 1 commit