summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for v1.16.0 (#4721)v1.16.0v1.16.xDerek Mauro2025-02-074-7/+7
* Update GoogleTest deps in preparation for releaseDerek Mauro2025-02-074-13/+12
* Remove empty glob pattern, which is now an error.Derek Mauro2025-02-061-1/+0
* Pull Regexp syntax out of Death test section in advanced.mdAbseil Team2025-01-311-45/+45
* Fix extended regular expressions reference URL in advanced.mdAbseil Team2025-01-311-1/+1
* Export testsuite properties as XML elements, not attributes.Abseil Team2025-01-314-88/+80
* Cast mutable lvalue references to const from testing::ResultOfAbseil Team2025-01-161-3/+6
* Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`.Abseil Team2025-01-154-17/+96
* Document unexpected interaction with death test error code and gmock.Abseil Team2025-01-091-3/+9
* Add UnpackStructImpl for structs with 20 fields.Abseil Team2025-01-081-0/+5
* gtest: Output a canned test case for test suite setup / teardown failures in ...Abseil Team2024-12-264-28/+198
* Put the fake Fuchsia SDK in a module extensionAbseil Team2024-12-232-22/+59
* the public version already has the const qualifierAbseil Team2024-12-161-9/+9
* Update the links to ISTQB glossary.Abseil Team2024-12-111-2/+2
* Add support for printing C++20 std::*_ordering types to gtest.Abseil Team2024-12-103-0/+71
* Merge pull request #4662 from asoffer:patch-1Copybara-Service2024-11-201-3/+3
|\
| * Fix documentation bug.refs/pull/4662/headAndy Soffer2024-11-151-3/+3
|/
* Fixing a typo in the documentation of IsSubsetOf().Abseil Team2024-11-041-1/+1
* Remove mention of using `ASSERT_...` statements inside custom matcher definit...Abseil Team2024-11-011-3/+3
* Use FAIL() in GTEST_SKIP() documentationPeter Boström2024-10-281-2/+2
* Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and o...Abseil Team2024-10-161-6/+7
* This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2024-10-143-3/+74
* Automated Code ChangeAbseil Team2024-10-051-2/+2
* Optional(): Add support for std::optional<>-like types lacking bool conversion.Abseil Team2024-10-012-25/+82
* Use matcher's description in AnyOf when matcher has no explanation.Abseil Team2024-09-164-45/+71
* Automated Code ChangeAbseil Team2024-08-291-1/+1
* Update main to point to 1.15.2 patch releaseDerek Mauro2024-08-014-6/+6
* Remove auto-detection of Python toolchain from MODULE.bazelDerek Mauro2024-07-302-5/+18
* Directly include `gmock.h` and `gtest.h` in gmock-matchers tests.Abseil Team2024-07-304-4/+8
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-243-23/+39
* gmock-actions: make DoAll convert to OnceAction via custom conversions.Aaron Jacobs2024-07-242-12/+98
* Run clang-format.Aaron Jacobs2024-07-238-21/+21
* Change the Bazel build to use the canonical repo names used by BzlmodDerek Mauro2024-07-214-21/+49
* Update GoogleTest Bazel quickstart for BzlmodDerek Mauro2024-07-161-30/+23
* Update main branch to reflect the release of 1.15.0Derek Mauro2024-07-163-6/+6
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-163-39/+23
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-153-23/+39
* Update dependency versions in preparation for releaseDerek Mauro2024-07-153-11/+14
* README.md: Remove outdated notes about continuous integration andDerek Mauro2024-07-121-5/+1
* Workaround GCC 12 -Wrestrict false-positiveDerek Mauro2024-07-101-3/+3
* Fix the documentation that erroneously says you can use short versionsDerek Mauro2024-07-091-1/+1
* Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team2024-06-281-2/+5
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2024-06-131-0/+2
* Mention the optional third argument to TYPED_TEST_SUITEAbseil Team2024-05-281-0/+17
* Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3Derek Mauro2024-05-241-1/+1
* Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro2024-05-211-6/+6
* Print mismatches for UnorderedElements() of different sizes.Abseil Team2024-05-202-17/+27
* Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2024-05-132-26/+27
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1