4442 Commits (fac82b687b4910e551431d83613859e9a2c7eef8)
 

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