3929 Commits (219af0d535635f173e58d7e8ef197b0bc48b878a)
 

Author SHA1 Message Date
Derek Mauro b85864c647 Eliminate the legacy GTEST_COMPILE_ASSERT_ macro 3 years ago
Mike Hommey d5ad28dbe1 Always initialize fields in MatcherBase constructors 3 years ago
Copybara-Service 8ccdb9d56d Merge pull request #3791 from MR-A0101:patch-1 3 years ago
Aaron Jacobs 80600e56cc Document two surprises in `DoAllAction::NonFinalType`. 3 years ago
Abseil Team 733f875989 Replace infinite recursion call (intentionally invoking undefined behavior to indicate unreachability) with explicit unreachability marker. 3 years ago
Abseil Team a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce. 3 years ago
MR-A f079775276
Removing commas. 3 years ago
Derek Mauro 5f467ec04d Clarify what live-at-head actually means 3 years ago
Abseil Team c9044ba3dd Trying to make it more clear: this is probably not about mock classes, but about mocked classes 3 years ago
Abseil Team 137f67e91f gmock: improve SFINAE for actions involving arguments. 3 years ago
Abseil Team 3ffa237f0e Use ResultOf()'s result_description when explaining match result. 3 years ago
Derek Mauro 25dcdc7e8b Use the Abseil flags library when Abseil is present 3 years ago
Abseil Team af29db7ec2 Address deprecation warning surfaced by Github presubmit tests 3 years ago
Mattias Ellert 073293463e Split gmock-matchers_test into 4 smaller test #3653 3 years ago
Copybara-Service 0affd45b62 Merge pull request #3779 from messerb5467:promote-inclusive-behavior 3 years ago
Abseil Team 5d6f38c1e2 Only print disabled test banner if the test matches gtest_filter 3 years ago
Abseil Team 1754febbaa Clarify public access on gmock examples. 3 years ago
Brad Messer 9e71237221
Merge branch 'main' into promote-inclusive-behavior 3 years ago
Brad Messer 794da715d4 Remove sanity as it is offensive to neurodiverse individuals. 3 years ago
Abseil Team b007c54f29 Running clang-format over all of GoogleTest 3 years ago
Copybara-Service 8a422b8398 Merge pull request #3774 from sobczyk:main 3 years ago
Dino Radakovic ae5e06dd35 Remove references to deleted script gen_gtest_pred_impl.py 3 years ago
Abseil Team ae1b7ad430 Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests. 3 years ago
Szymon Sobik 3c5320bf6f Add myself to contributors 3 years ago
Szymon Sobik 132059ba0c Adjust documentation regarding xml and json source file location otput. 3 years ago
Szymon Sobik 5c1b42a58d Adjust xml and json unit tests to test for source file and line location. 3 years ago
Szymon Sobik ee5e3043ce Add support for testing of xml and json output of source file and line location 3 years ago
Szymon Sobik f7621f0191 Output source file path and line number in xml and json files. 3 years ago
Derek Mauro c9461a9b55 Update GCC/Clang Linux tests to use Bazel 5.0.0 3 years ago
Abseil Team ea55f1f52c Address conversion warning by explicitly casting to size_t 3 years ago
Abseil Team 0e402173c9 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. 3 years ago
Copybara-Service 06519cedc3 Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD 3 years ago
Copybara-Service 504eb98953 Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for-exact-match 3 years ago
Copybara-Service 43efa0a4ef Merge pull request #3617 from Bagira80:fix_3616 3 years ago
Hossein Ghahramanzadeh d6841c040d Apply requested changes by using std::inserter with move. 3 years ago
Andrew Krasavin 631f4f9947 Fix gtest-help-test failure on OpenBSD 3 years ago
Copybara-Service 14aa11db02 Merge pull request #3724 from jjfvanderpol:main 3 years ago
Abseil Team 25ad42aabe GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrapper function in gtest.cc) rely on the fact that the inner call is not getting optimized. 3 years ago
Copybara-Service 4517697675 Merge pull request #3744 from danger89:patch-2 3 years ago
Hossein Ghahramanzadeh 2eadda6e00 Do constant time matching for exact match filters. 3 years ago
Derek Mauro 28e1da21d8 Finish some missed pieces of the TestCase to TestSuite Migration 3 years ago
Dino Radakovic 0b7798b2fb Change `ReturnArg` to use perfect forwarding of arguments (#3733) 3 years ago
Melroy van den Berg f2d71f0be2
Let me give a change to try it again - updating to latest version 3 years ago
Abseil Team f45d5865ed Make recreate_environments_when_repeating=false the default. 3 years ago
Copybara-Service 7eae8de0da Merge pull request #3723 from ramkumar-kr:patch-1 3 years ago
Copybara-Service f64cf6b7b8 Merge pull request #3732 from joshiayush:i2174 3 years ago
Copybara-Service 3d81736c97 Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing 3 years ago
Abseil Team 2ddfdf819d Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h 3 years ago
Abseil Team 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers 3 years ago
Copybara-Service c9643a2e45 Merge pull request #3721 from joshiayush:i3719 3 years ago