aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysUse matcher's description in AnyOf when matcher has no explanation.HEADmainAbseil Team4-45/+71
2024-08-29Automated Code ChangeAbseil Team1-1/+1
2024-08-01Update main to point to 1.15.2 patch releaseDerek Mauro4-6/+6
2024-07-30Remove auto-detection of Python toolchain from MODULE.bazelDerek Mauro2-5/+18
2024-07-30Directly include `gmock.h` and `gtest.h` in gmock-matchers tests.Abseil Team4-4/+8
2024-07-24Use matcher's description in AllOf if matcher has no explanation.Abseil Team3-23/+39
2024-07-23gmock-actions: make DoAll convert to OnceAction via custom conversions.Aaron Jacobs2-12/+98
2024-07-23Run clang-format.Aaron Jacobs8-21/+21
2024-07-20Change the Bazel build to use the canonical repo names used by BzlmodDerek Mauro4-21/+49
2024-07-16Update GoogleTest Bazel quickstart for BzlmodDerek Mauro1-30/+23
2024-07-16Update main branch to reflect the release of 1.15.0Derek Mauro3-6/+6
2024-07-16Use matcher's description in AllOf if matcher has no explanation.Abseil Team3-39/+23
2024-07-15Use matcher's description in AllOf if matcher has no explanation.Abseil Team3-23/+39
2024-07-15Update dependency versions in preparation for releaseDerek Mauro3-11/+14
2024-07-12README.md: Remove outdated notes about continuous integration andDerek Mauro1-5/+1
2024-07-10Workaround GCC 12 -Wrestrict false-positiveDerek Mauro1-3/+3
2024-07-09Fix the documentation that erroneously says you can use short versionsDerek Mauro1-1/+1
2024-06-28Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team1-2/+5
2024-06-13Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team1-0/+2
2024-05-28Mention the optional third argument to TYPED_TEST_SUITEAbseil Team1-0/+17
2024-05-24Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3Derek Mauro1-1/+1
2024-05-21Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro1-6/+6
2024-05-20Print mismatches for UnorderedElements() of different sizes.Abseil Team2-17/+27
2024-05-13Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2-26/+27
2024-05-06Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service1-1/+1
2024-05-06Use std::forward on GoogleTest matcher argumentsAbseil Team1-2/+2
2024-05-03Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Sol...Copybara-Service1-1/+2
2024-05-02Add example using EXPECT statement in custom matcherAbseil Team1-3/+32
2024-05-02add zos for death test supportAbhina Sreeskantharajan1-1/+1
2024-05-02Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSPaul Groke162-4578/+6515
2024-04-25Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team1-1/+1
2024-04-16Use `[[maybe_unused]]` when it is available to avoidDerek Mauro7-124/+150
2024-04-12Modify example in the primer to match Testing FAQ.Krzysztof Kosiński1-9/+8
2024-04-10Fix https://github.com/google/googletest/issues/4423Abseil Team1-2/+4
2024-04-08Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service3-16/+61
2024-04-05No external changeAbseil Team1-1/+1
2024-04-04[gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin7-103/+56
2024-04-03Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service4-23/+26
2024-04-03Fix a race condition between the Watcher thread and the main threadDerek Mauro1-10/+25
2024-04-03Add skipped messages to JSON output (fixes #4507).David Matson3-16/+62
2024-04-03Delete the unofficial GitHub actions tests.Derek Mauro1-43/+0
2024-04-02Merge pull request #4503 from davidmatson:fixTypoCopybara-Service1-1/+1
2024-04-02Merge pull request #4502 from davidmatson:fixStreamHelpTextOsCopybara-Service1-1/+1
2024-03-30Automated Code ChangeAbseil Team1-2/+2
2024-03-28Revert changes to googletest-port-test.ccTroels Gram1-2/+2
2024-03-28Fix typo in comment.David Matson1-1/+1
2024-03-28Fix help text for stream_result_to flag.David Matson1-1/+1
2024-03-23Add support for compiling GoogleTest for XboxTroels Gram5-13/+19
2024-03-18Merge pull request #4490 from memdo:mainCopybara-Service3-10/+13
2024-03-16Add colored output support for AlacrittyMustafa Berkay Düzenli3-0/+5