]>
git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
vslashg [Tue, 27 Oct 2020 14:17:25 +0000 (10:17 -0400)]
Merge pull request #3044 from manavrion:improve_file_path_normalize
PiperOrigin-RevId:
339242159
Abseil Team [Mon, 26 Oct 2020 17:01:10 +0000 (13:01 -0400)]
Googletest export
I'm not sure how this relates to the GitHub repo. Could you please advise?
PiperOrigin-RevId:
339060470
Gennadiy Rozental [Thu, 22 Oct 2020 07:43:30 +0000 (03:43 -0400)]
Merge pull request #3073 from ArthurSonzogni:fix-typo
PiperOrigin-RevId:
338093064
Arthur Sonzogni [Tue, 20 Oct 2020 13:45:52 +0000 (15:45 +0200)]
Fix typo "definedin in" => "defined in"
Replace "definedin in" by "defined in" in files:
- googletest/src/gtest.cc
- googletest/test/googletest-output-test-golden-lin.txt
Abseil Team [Fri, 16 Oct 2020 03:30:37 +0000 (23:30 -0400)]
Googletest export
Fix typo in the "Assertion Placement" section
PiperOrigin-RevId:
337435223
Abseil Team [Thu, 15 Oct 2020 21:14:57 +0000 (17:14 -0400)]
Googletest export
Fix some issues when running fuse_gmock_files.
The module path should be updated before importing `fuse_gtest_files`, since
the script may not run from the googletest repo root. We also need a non-frozen
set in order to track progress.
PiperOrigin-RevId:
337380466
dmauro [Thu, 15 Oct 2020 16:38:46 +0000 (12:38 -0400)]
Googletest export
Fixes build warnings from previous CL
Add CMake to internal presubmit to prevent these
PiperOrigin-RevId:
337325504
Derek Mauro [Thu, 15 Oct 2020 17:32:33 +0000 (13:32 -0400)]
Merge pull request #3042 from Aralox:Issue-2135-modify-mock-template-args-AX-to-TArgX
PiperOrigin-RevId:
337217118
Abseil Team [Wed, 14 Oct 2020 20:55:07 +0000 (16:55 -0400)]
Googletest export
Add ::testing::FieldsAre matcher for objects that support get<> and structured bindings.
PiperOrigin-RevId:
337165285
Ruslan Manaev [Wed, 7 Oct 2020 18:39:50 +0000 (23:39 +0500)]
Improve FilePath::Normalize method
Aralox [Wed, 7 Oct 2020 07:27:41 +0000 (18:27 +1100)]
Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files
Abseil Team [Wed, 30 Sep 2020 01:52:15 +0000 (21:52 -0400)]
Googletest export
Update faq.md on underscore to mention `DISABLED_` prefix.
PiperOrigin-RevId:
334507963
dmauro [Tue, 29 Sep 2020 19:27:38 +0000 (15:27 -0400)]
Googletest export
Fix undefined pointer comparison
PiperOrigin-RevId:
334436975
Abseil Team [Tue, 29 Sep 2020 18:58:21 +0000 (14:58 -0400)]
Googletest export
Update comment to suggest using SetUpTestSuite and TearDownTestSuite.
PiperOrigin-RevId:
334430329
Andy Getz [Wed, 30 Sep 2020 00:47:54 +0000 (20:47 -0400)]
Merge pull request #3024 from Thomas-Barbier-1A:fix_warning_maybe_unintialized
PiperOrigin-RevId:
334391149
Andy Getz [Wed, 30 Sep 2020 00:47:44 +0000 (20:47 -0400)]
Merge pull request #3027 from keshavgbpecdelhi:patch-2
PiperOrigin-RevId:
334384310
Abseil Team [Fri, 25 Sep 2020 16:14:18 +0000 (12:14 -0400)]
Googletest export
Fix typo
PiperOrigin-RevId:
333745750
keshavgbpecdelhi [Sun, 27 Sep 2020 09:57:14 +0000 (15:27 +0530)]
Update cook_book.md
Please note that changing the default value for a type can make [you]* test.....
Here "you" word doesn't make sense.. rather "your" seems to make it understandable.
tbarbier [Thu, 24 Sep 2020 14:51:06 +0000 (16:51 +0200)]
Fix warning maybe-uninitialized
Abseil Team [Fri, 18 Sep 2020 13:10:49 +0000 (09:10 -0400)]
Googletest export
Simplify FooConcrete static calls in googlemock cookbook.
PiperOrigin-RevId:
332437041