aboutsummaryrefslogtreecommitdiff
path: root/contrib/googletest/googlemock
Commit message (Collapse)AuthorAgeFilesLines
* googletest: pick from upstream: Don't allow signed/unsigned wchar_t in gcc 9 ↵Ryan Libby2019-12-211-1/+4
| | | | | | | | | | | | | | | and later Pick 711fccf8317b4fb7adc21c00fc1e20823c5d875f from upstream googletest: Don't allow signed/unsigned wchar_t in gcc 9 and later Upstream pull request: https://github.com/google/googletest/pull/2270 Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=355976
* Work around gcc's inability to compile an incomplete type in googletest,Dimitry Andric2019-09-141-1/+2
| | | | | | | | | | | | leading to hundreds of lines of fairly unreadable error messages. I don't think we particularly care about the specific source file gcc dies on, and the many layers of macros and sub-types in googletest make it very hard to diagnose whether this is a bug in googletest, gcc, clang or libc++. Notes: svn path=/projects/clang900-import/; revision=352336
* Expect `WhenDynamicCastToTest.AmbiguousCast` to fail on FreeBSDEnji Cooper2019-03-111-0/+9
| | | | | | | | | | Casting `AmbiguousCastTypes::DerivedSub1` to `Base` currently succeeds, when it's expected to fail. See https://github.com/google/googletest/issues/2172 for more details. Notes: svn path=/projects/import-googletest-1.8.1/; revision=344996
* Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to ↵Enji Cooper2019-02-13106-0/+54886
.../contrib/googletest Notes: svn path=/projects/import-googletest-1.8.1/; revision=344082