3860 Commits (b007c54f2944e193ac44fba1bc997cb65826a0b9)
 

Author SHA1 Message Date
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
Dino Radakovic 4e9fe30884 Fix reference to source file in gmock FAQ 3 years ago
Derek Mauro 4e82924686 Update test Docker image to GCC 11.2, Clang 14 (prerelease), 3 years ago
Ayush Joshi ca3ffd90f2 FIX #2174 -- remove `DEBUG_POSTFIX` 3 years ago
Abseil Team 2d07f12b60 Fix run-on sentence 3 years ago
Copybara-Service aea0874c42 Merge pull request #3725 from bsilver8192:remove-another-disallow-assign 3 years ago
Copybara-Service 1d9f7c5fb2 Merge pull request #3713 from PhilipMourdjis:cmake-qnx-link-regex 3 years ago
Hossein Ghahramanzadeh 29bc520e5b Fix a typo in comments. 3 years ago
Hossein Ghahramanzadeh 4fc151ae69 Use normal for loop instead of accumulate. 3 years ago
Hossein Ghahramanzadeh aea981dd54 Improve code readablity. 3 years ago
Hossein Ghahramanzadeh 4adbc9c9b2 Apply requested changes to preserve old behavior. 3 years ago
Hossein Ghahramanzadeh d03d23a6e5 Reimplement MatchesFilter with new interfaces. 3 years ago
Hossein Ghahramanzadeh 3fc1ab6632 Apply requested changes. 3 years ago
Hossein Ghahramanzadeh f20688737a Get rid of redundant filter matching code 3 years ago
Hossein Ghahramanzadeh f5b4efef5f Add comments describing the behavior of filters 3 years ago
Hossein Ghahramanzadeh 2377c8d32b Process filter string once instead of per test 3 years ago
Brian 58b71c9ea2 Remove another GTEST_DISALLOW_ASSIGN_ that crept in 3 years ago
Joris van der Pol 91461509de
Set CMake Policy CMP0077 to NEW 3 years ago
Ram Kumar K R 0256210376
Update example to reflect the tests below 3 years ago
Ayush Joshi 1b4cf35958 FIX #3719 -- Fix `clang` conversion warnings 3 years ago