summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\
| * Move declaration of kStdOutFileNo and kStdErrFilenorefs/pull/3863/headGaspard Petit2022-06-111-11/+9
| * Fix "unused variable" warningGaspard Petit2022-05-301-0/+2
* | Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-132-6/+2
|\ \
| * | Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-302-8/+3
| |/
* | Remove undefined internal function.Abseil Team2022-06-091-8/+0
|/
* Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team2022-05-121-4/+6
* Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* Fixup some missing overrides in googletest.Abseil Team2022-05-101-2/+2
* Merge pull request #3818 from joshiayush:typoCopybara-Service2022-05-061-3/+3
|\
| * Fix typo in the test name of `NormalizeTest`refs/pull/3818/headAyush Joshi2022-04-301-3/+3
* | Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2
|/
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-262-35/+45
* Merge pull request #3797 from glandium:issue3514Copybara-Service2022-04-261-3/+4
|\
| * Always initialize fields in MatcherBase constructorsrefs/pull/3797/headMike Hommey2022-04-201-3/+4
* | Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-2215-113/+189
* | Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-212-29/+16
|/
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-046-88/+180
* Merge pull request #3779 from messerb5467:promote-inclusive-behaviorCopybara-Service2022-03-223-3/+3
|\
| * Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-18100-5189/+4245
| |\
| * | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-183-3/+3
* | | Only print disabled test banner if the test matches gtest_filterAbseil Team2022-03-222-1/+32
| |/ |/|
* | Running clang-format over all of GoogleTestAbseil Team2022-03-1594-5152/+4130
* | Merge pull request #3774 from sobczyk:mainCopybara-Service2022-03-157-37/+115
|\ \ | |/ |/|
| * 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
|/
* Address conversion warning by explicitly casting to size_tAbseil Team2022-02-141-1/+3
* 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-071-2/+3
|\ \ \ | |_|/ |/| |
| * | CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES propertyrefs/pull/3617/headDeniz Bahadir2021-10-191-2/+3
* | | 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
|/ /
* | Make recreate_environments_when_repeating=false the default.Abseil Team2022-01-254-8/+15
* | 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