1. 22 May, 2023 1 commit
  2. 21 May, 2023 1 commit
  3. 17 May, 2023 1 commit
  4. 16 May, 2023 1 commit
  5. 15 May, 2023 2 commits
  6. 11 May, 2023 4 commits
  7. 08 May, 2023 1 commit
  8. 07 May, 2023 1 commit
  9. 05 May, 2023 1 commit
  10. 02 May, 2023 1 commit
  11. 01 May, 2023 2 commits
  12. 28 Apr, 2023 2 commits
  13. 26 Apr, 2023 1 commit
    • Abseil Team's avatar
      Use Abseil Flag public API for flag parsing. · dea0484e
      Abseil Team authored
      This change brings InitGoogleTest semantic in accordance with the official documentation: only GoogleTest flags are removed from argc/argv. The rest of the flags remains in place. We do nothing special for flags with unrecognized gunit_/gtest_ prefix and we do not report them.
      
      PiperOrigin-RevId: 527257221
      Change-Id: Ibb29a1bda1a44251a4ee579c0fb5bbdfd9965c21
      dea0484e
  14. 25 Apr, 2023 2 commits
  15. 24 Apr, 2023 1 commit
    • Patryk Gawroński's avatar
      gmock: fix issue #4222 · 51eeae5a
      Patryk Gawroński authored
      Rename 'Result' struct to 'NonMoveableStruct' in
      gmock-spec-builders_test.cc in ExpectCallTest.NonMoveableType test
      51eeae5a
  16. 21 Apr, 2023 2 commits
  17. 20 Apr, 2023 5 commits
  18. 17 Apr, 2023 2 commits
  19. 14 Apr, 2023 1 commit
  20. 12 Apr, 2023 1 commit
  21. 11 Apr, 2023 2 commits
  22. 05 Apr, 2023 1 commit
    • Abseil Team's avatar
      gtest.cc: run tests within a test suite in a deterministic order. · 057b4e90
      Abseil Team authored
      Ensure that tests are run in the order specified in the source code, even if
      they are registered manually using RegisterTest. There should be no behavior
      change for the common case.
      
      PiperOrigin-RevId: 522136303
      Change-Id: If155e2666780af0e514fbbf5ff2b157d5fe2fef1
      057b4e90
  23. 03 Apr, 2023 1 commit
  24. 30 Mar, 2023 1 commit
    • Aaron Jacobs's avatar
      gtest.cc: run tests within a test suite in a deterministic order. · b5fd99bb
      Aaron Jacobs authored
      Ensure that tests are run in the order specified in the source code, even if
      they are registered manually using RegisterTest. There should be no behavior
      change for the common case.
      
      PiperOrigin-RevId: 520729483
      Change-Id: I400c78400c6929fccae0676214d993251f31888f
      b5fd99bb
  25. 29 Mar, 2023 1 commit
  26. 28 Mar, 2023 1 commit