Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Issue 113807: Checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)

Created:
11 years, 7 months ago by awong
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Checkin a version of gmock, modified to use our boost_tuple in VS2005. This checkin adds gmock, and a small example of how to write a gmock-based unittest.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename readme and patch files. Remove gmock version file. #

Total comments: 27

Patch Set 3 : Address comments; reworded README. #

Total comments: 2

Patch Set 4 : Fix grammar issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37530 lines, -11 lines) Patch
M base/base.gyp View 3 chunks +7 lines, -5 lines 0 comments Download
A base/gmock_unittest.cc View 1 chunk +137 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.sln View 6 chunks +22 lines, -0 lines 0 comments Download
A testing/README.chromium View 2 3 1 chunk +58 lines, -0 lines 0 comments Download
A testing/chromium.patch View 2 1 chunk +20 lines, -0 lines 0 comments Download
A testing/gmock.gyp View 1 chunk +78 lines, -0 lines 0 comments Download
A testing/gmock/CHANGES View 1 chunk +14 lines, -0 lines 0 comments Download
A testing/gmock/CONTRIBUTORS View 1 chunk +38 lines, -0 lines 0 comments Download
A testing/gmock/COPYING View 1 chunk +28 lines, -0 lines 0 comments Download
A testing/gmock/Makefile.am View 1 chunk +210 lines, -0 lines 0 comments Download
A testing/gmock/README View 1 chunk +345 lines, -0 lines 0 comments Download
A testing/gmock/build-aux/.keep View 0 chunks +-1 lines, --1 lines 0 comments Download
A testing/gmock/configure.ac View 1 chunk +125 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock.h View 1 chunk +93 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-actions.h View 1 chunk +931 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-cardinalities.h View 1 chunk +146 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-actions.h View 1 chunk +2562 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-actions.h.pump View 1 chunk +1008 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-function-mockers.h View 1 chunk +717 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-function-mockers.h.pump View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-matchers.h View 1 chunk +1617 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-matchers.h.pump View 1 chunk +634 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-nice-strict.h View 1 chunk +244 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-nice-strict.h.pump View 1 chunk +146 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-matchers.h View 1 chunk +2232 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-printers.h View 1 chunk +693 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-spec-builders.h View 1 chunk +1627 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h View 1 chunk +277 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump View 1 chunk +136 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-internal-utils.h View 1 chunk +484 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-port.h View 1 2 1 chunk +326 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-port.h.orig View 1 chunk +326 lines, -0 lines 0 comments Download
A testing/gmock/make/Makefile View 1 chunk +109 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock.sln View 1 chunk +50 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock.vcproj View 1 chunk +263 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock-spec-builders_test.vcproj View 1 chunk +205 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_config.vsprops View 1 chunk +20 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_link_test.vcproj View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_main.vcproj View 1 chunk +187 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_output_test_.vcproj View 1 chunk +199 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_test.vcproj View 1 chunk +243 lines, -0 lines 0 comments Download
A testing/gmock/scripts/fuse_gmock_files.py View 1 chunk +240 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/COPYING View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/README View 1 chunk +35 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/README.cppclean View 1 chunk +115 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/ast.py View 1 chunk +1713 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/gmock_class.py View 1 chunk +171 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/keywords.py View 1 chunk +59 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/tokenize.py View 1 chunk +287 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/utils.py View 1 chunk +41 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/gmock_gen.py View 1 chunk +31 lines, -0 lines 0 comments Download
A testing/gmock/scripts/gmock-config.in View 1 chunk +303 lines, -0 lines 0 comments Download
A testing/gmock/scripts/gmock_doctor.py View 1 chunk +416 lines, -0 lines 0 comments Download
A testing/gmock/scripts/test/Makefile View 1 chunk +57 lines, -0 lines 0 comments Download
A testing/gmock/scripts/upload.py View 1 chunk +1387 lines, -0 lines 0 comments Download
A testing/gmock/scripts/upload_gmock.py View 1 chunk +78 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock.cc View 1 chunk +182 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-all.cc View 1 chunk +43 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-cardinalities.cc View 1 chunk +155 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-internal-utils.cc View 1 chunk +159 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-matchers.cc View 1 chunk +202 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-printers.cc View 1 chunk +313 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-spec-builders.cc View 1 chunk +453 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock_main.cc View 1 chunk +54 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-actions_test.cc View 1 chunk +1034 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-cardinalities_test.cc View 1 chunk +422 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-actions_test.cc View 1 chunk +1651 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-function-mockers_test.cc View 1 chunk +466 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-internal-utils_test.cc View 1 chunk +127 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-matchers_test.cc View 1 chunk +834 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-internal-utils_test.cc View 1 chunk +698 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-matchers_test.cc View 1 chunk +3199 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-nice-strict_test.cc View 1 chunk +228 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-port_test.cc View 1 chunk +95 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-printers_test.cc View 1 chunk +1051 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-spec-builders_test.cc View 1 chunk +1966 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_leak_test.py View 1 chunk +84 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_leak_test_.cc View 1 chunk +95 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link2_test.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link_test.h View 1 chunk +645 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link_test.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test.py View 1 chunk +230 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test_.cc View 1 chunk +281 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test_golden.txt View 1 chunk +302 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_test.cc View 1 chunk +255 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_test_utils.py View 1 chunk +126 lines, -0 lines 0 comments Download
M testing/gtest.gyp View 2 chunks +1 line, -5 lines 0 comments Download
M third_party/boost/boost.gyp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
awong
Here's the gmock checkin. I opted for just checking in a copy of the tree. ...
11 years, 7 months ago (2009-05-23 08:39:54 UTC) #1
M-A Ruel
I'm the fastest to review! :P http://codereview.chromium.org/113807/diff/1/1005 File testing/README.gmock (right): http://codereview.chromium.org/113807/diff/1/1005#newcode1 Line 1: Gmock requires ...
11 years, 7 months ago (2009-05-23 10:14:30 UTC) #2
awong
Thanks for the fast review! Made the changes. Going to sleep now. http://codereview.chromium.org/113807/diff/1/1005 File testing/README.gmock ...
11 years, 7 months ago (2009-05-23 11:03:56 UTC) #3
zhanyong.wan
http://codereview.chromium.org/113807/diff/1085/1090 File testing/README.chromium (right): http://codereview.chromium.org/113807/diff/1085/1090#newcode1 Line 1: We include a snapshot of gmock from http://googlemock.googlecode.com/svn/trunk ...
11 years, 7 months ago (2009-05-24 06:54:53 UTC) #4
M-A Ruel
http://codereview.chromium.org/113807/diff/1085/1090 File testing/README.chromium (right): http://codereview.chromium.org/113807/diff/1085/1090#newcode19 Line 19: svn checkout --ignore-externals \ On 2009/05/24 06:54:53, zhanyong.wan ...
11 years, 7 months ago (2009-05-24 10:56:47 UTC) #5
zhanyong.wan
http://codereview.chromium.org/113807/diff/1085/1090 File testing/README.chromium (right): http://codereview.chromium.org/113807/diff/1085/1090#newcode19 Line 19: svn checkout --ignore-externals \ On 2009/05/24 10:56:47, M-A ...
11 years, 7 months ago (2009-05-24 20:05:29 UTC) #6
John Grabowski
Minor tweaks please. http://codereview.chromium.org/113807/diff/1085/99 File build/all.gyp (right): http://codereview.chromium.org/113807/diff/1085/99#newcode31 Line 31: '../testing/gmock.gyp:*', All is dependent on ...
11 years, 7 months ago (2009-05-26 17:13:41 UTC) #7
awong
Thanks for all the comments! Fixed the typos + grammar issues. Also added a bit ...
11 years, 7 months ago (2009-05-26 20:56:28 UTC) #8
zhanyong.wan
Looks good. (I only looked at README.chromium and chromium.patch.) Thanks for answering my questions, everyone. ...
11 years, 7 months ago (2009-05-26 21:04:21 UTC) #9
John Grabowski
LGTM (But you might want to wait a little -- tree closed most of today ...
11 years, 7 months ago (2009-05-26 21:17:58 UTC) #10
awong
11 years, 7 months ago (2009-05-26 21:18:42 UTC) #11
Fixed the missing "is."  I apparently need to take remedial English. :-/

http://codereview.chromium.org/113807/diff/3007/1184
File testing/README.chromium (right):

http://codereview.chromium.org/113807/diff/3007/1184#newcode18
Line 18: In particular, the "For Dummies," guide a good place to start.  The
On 2009/05/26 21:04:21, zhanyong.wan wrote:
> Missing "... is ..."?

Done.

Powered by Google App Engine
This is Rietveld 408576698