summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-049-113/+242
* Address deprecation warning surfaced by Github presubmit testsAbseil Team2022-03-231-4/+4
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-239-8645/+8857
* Merge pull request #3779 from messerb5467:promote-inclusive-behaviorCopybara-Service2022-03-224-4/+4
|\
| * Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-18135-7135/+5943
| |\
| * | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-184-4/+4
* | | Only print disabled test banner if the test matches gtest_filterAbseil Team2022-03-222-1/+32
* | | Clarify public access on gmock examples.Abseil Team2022-03-211-4/+4
| |/ |/|
* | Running clang-format over all of GoogleTestAbseil Team2022-03-15126-7092/+5808
* | Merge pull request #3774 from sobczyk:mainCopybara-Service2022-03-1510-43/+135
|\ \ | |/ |/|
| * Add myself to contributorsrefs/pull/3774/headSzymon Sobik2022-03-081-0/+1
| * Adjust documentation regarding xml and json source file location otput.Szymon Sobik2022-03-082-6/+18
| * Adjust xml and json unit tests to test for source file and line location.Szymon Sobik2022-03-084-32/+100
| * Add support for testing of xml and json output of source file and line locationSzymon Sobik2022-03-082-0/+6
| * Output source file path and line number in xml and json files.Szymon Sobik2022-03-081-5/+9
* | Remove references to deleted script gen_gtest_pred_impl.pyDino Radakovic2022-03-142-6/+0
* | Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilati...Abseil Team2022-03-081-0/+3
|/
* Update GCC/Clang Linux tests to use Bazel 5.0.0Derek Mauro2022-02-171-1/+1
* Address conversion warning by explicitly casting to size_tAbseil Team2022-02-141-1/+3
* Add a 3-arg overload for ResultOf() matcher that takes a description string f...Abseil Team2022-02-103-6/+48
* Merge pull request #3751 from noiseless:gtest-help-test-OpenBSDCopybara-Service2022-02-081-1/+2
|\
| * Fix gtest-help-test failure on OpenBSDrefs/pull/3751/headAndrew Krasavin2022-02-051-1/+2
* | Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for...Copybara-Service2022-02-081-3/+21
|\ \
| * | Apply requested changes by using std::inserter with move.refs/pull/3746/headHossein Ghahramanzadeh2022-02-051-9/+11
| * | Do constant time matching for exact match filters.Hossein Ghahramanzadeh2022-01-311-3/+16
* | | Merge pull request #3617 from Bagira80:fix_3616Copybara-Service2022-02-072-4/+6
|\ \ \ | |_|/ |/| |
| * | CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES propertyrefs/pull/3617/headDeniz Bahadir2021-10-192-4/+6
* | | Merge pull request #3724 from jjfvanderpol:mainCopybara-Service2022-02-041-0/+4
|\ \ \
| * | | Set CMake Policy CMP0077 to NEWrefs/pull/3724/headJoris van der Pol2022-01-051-0/+4
* | | | GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...Abseil Team2022-02-013-3/+18
* | | | Merge pull request #3744 from danger89:patch-2Copybara-Service2022-02-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Let me give a change to try it again - updating to latest versionrefs/pull/3744/headMelroy van den Berg2022-01-251-1/+1
* | | | Finish some missed pieces of the TestCase to TestSuite MigrationDerek Mauro2022-01-283-13/+13
* | | | Change `ReturnArg` to use perfect forwarding of arguments (#3733)Dino Radakovic2022-01-262-3/+9
|/ / /
* | | Make recreate_environments_when_repeating=false the default.Abseil Team2022-01-254-8/+15
* | | Merge pull request #3723 from ramkumar-kr:patch-1Copybara-Service2022-01-241-2/+2
|\ \ \
| * | | Update example to reflect the tests belowrefs/pull/3723/headRam Kumar K R2022-01-041-2/+2
| |/ /
* | | Merge pull request #3732 from joshiayush:i2174Copybara-Service2022-01-241-4/+0
|\ \ \
| * | | FIX #2174 -- remove `DEBUG_POSTFIX`refs/pull/3732/headAyush Joshi2022-01-131-4/+0
* | | | Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processingCopybara-Service2022-01-211-51/+94
|\ \ \ \
| * | | | Fix a typo in comments.refs/pull/3615/headHossein Ghahramanzadeh2022-01-061-1/+1
| * | | | Use normal for loop instead of accumulate.Hossein Ghahramanzadeh2022-01-061-5/+5
| * | | | Improve code readablity.Hossein Ghahramanzadeh2022-01-061-2/+2
| * | | | Apply requested changes to preserve old behavior.Hossein Ghahramanzadeh2022-01-061-13/+20
| * | | | Reimplement MatchesFilter with new interfaces.Hossein Ghahramanzadeh2022-01-062-0/+9
| * | | | Apply requested changes.Hossein Ghahramanzadeh2022-01-061-38/+34
| * | | | Get rid of redundant filter matching codeHossein Ghahramanzadeh2022-01-062-52/+1
| * | | | Add comments describing the behavior of filtersHossein Ghahramanzadeh2022-01-061-1/+13
| * | | | Process filter string once instead of per testHossein Ghahramanzadeh2022-01-061-8/+73
| | |/ / | |/| |
* | | | Factor out AssertionResult into dedicated gtest-assertion-result header + imp...Abseil Team2022-01-196-228/+323