4439 Commits (d144031940543e15423a25ae5a8a74141044862f)
 

Author SHA1 Message Date
Abseil Team d144031940 Fixing a typo in the documentation of IsSubsetOf(). 1 week ago
Abseil Team 1204d63444 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. 2 weeks ago
Peter Boström 5ed2186395 Use FAIL() in GTEST_SKIP() documentation 2 weeks ago
Abseil Team df1544bcee Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others. 4 weeks ago
Abseil Team 62df7bdbc1 This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds. 1 month ago
Abseil Team 71815bbf7d Automated Code Change 1 month ago
Abseil Team a1e255a582 Optional(): Add support for std::optional<>-like types lacking bool conversion. 1 month ago
Abseil Team 6dae7eb4a5 Use matcher's description in AnyOf when matcher has no explanation. 2 months ago
Abseil Team 0953a17a42 Automated Code Change 3 months ago
Derek Mauro ff233bdd4c Update main to point to 1.15.2 patch release 3 months ago
Derek Mauro 3e3b44c300 Remove auto-detection of Python toolchain from MODULE.bazel 4 months ago
Abseil Team ffa31aec1c Directly include `gmock.h` and `gtest.h` in gmock-matchers tests. 4 months ago
Abseil Team 5bcb2d78a1 Use matcher's description in AllOf if matcher has no explanation. 4 months ago
Aaron Jacobs 352788321f gmock-actions: make DoAll convert to OnceAction via custom conversions. 4 months ago
Aaron Jacobs 57e107a10e Run clang-format. 4 months ago
Derek Mauro cee1ba1f24 Change the Bazel build to use the canonical repo names used by Bzlmod 4 months ago
Derek Mauro 9ff2450a56 Update GoogleTest Bazel quickstart for Bzlmod 4 months ago
Derek Mauro b62593aceb Update main branch to reflect the release of 1.15.0 4 months ago
Abseil Team d49a665484 Use matcher's description in AllOf if matcher has no explanation. 4 months ago
Abseil Team 417158b8bc Use matcher's description in AllOf if matcher has no explanation. 4 months ago
Derek Mauro 7321f950df Update dependency versions in preparation for release 4 months ago
Derek Mauro 4b21f1abdd README.md: Remove outdated notes about continuous integration and 4 months ago
Derek Mauro b4aaf97d8f Workaround GCC 12 -Wrestrict false-positive 4 months ago
Derek Mauro 3ef16ef8b3 Fix the documentation that erroneously says you can use short versions 4 months ago
Abseil Team 34ad51b3dc Add a bounds check to protect against an empty vector from GetArgs(), which 5 months ago
Abseil Team 1d17ea141d Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 21. 5 months ago
Abseil Team a7f443b80b Mention the optional third argument to TYPED_TEST_SUITE 6 months ago
Derek Mauro 305e5a238b Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 6 months ago
Derek Mauro 9b4993ca7d Change GoogleTest flag removal to not read beyond the end of the array 6 months ago
Abseil Team c8393f8554 Print mismatches for UnorderedElements() of different sizes. 6 months ago
Abseil Team 33af80a883 Make EXPECT_DEATH_IF_SUPPORTED work with matchers 6 months ago
Copybara-Service fa6de7f438 Merge pull request #4527 from abhina-sree:abhina/add_zos 6 months ago
Abseil Team 2d684efe87 Use std::forward on GoogleTest matcher arguments 6 months ago
Copybara-Service 2d16ed055d Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Solaris-AIX-zOS 6 months ago
Abseil Team 2954cb8d87 Add example using EXPECT statement in custom matcher 7 months ago
Abhina Sreeskantharajan 5035ef3473 add zos for death test support 7 months ago
Paul Groke fbc93e61c4
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS 7 months ago
Abseil Team d83fee138a Adds "IWYU pragma: export" to gtest-param-util.h 7 months ago
Derek Mauro 5a37b517ad Use `[[maybe_unused]]` when it is available to avoid 7 months ago
Krzysztof Kosiński 5197b1a8e6 Modify example in the primer to match Testing FAQ. 7 months ago
Abseil Team b1a777f319 Fix https://github.com/google/googletest/issues/4423 7 months ago
Copybara-Service 3d73dee972 Merge pull request #4508 from davidmatson:addJsonSkipped 7 months ago
Abseil Team f10e11fb27 No external change 7 months ago
Lawrence Wolf-Sonkin 0af976647f [gtest] Use `std::index_sequence` and friends instead of rolling our own 7 months ago
Copybara-Service 61db1e1740 Merge pull request #4505 from to01z:add-winapi-partition-games-support 7 months ago
Derek Mauro d3a29ff624 Fix a race condition between the Watcher thread and the main thread 7 months ago
David Matson f16770d63d Add skipped messages to JSON output (fixes #4507). 7 months ago
Derek Mauro ec7b38672c Delete the unofficial GitHub actions tests. 7 months ago
Copybara-Service a2f106c7e2 Merge pull request #4503 from davidmatson:fixTypo 8 months ago
Copybara-Service c4fec74514 Merge pull request #4502 from davidmatson:fixStreamHelpTextOs 8 months ago