Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(313)

Issue 12483: Moving the command line option variables to public

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 3 months ago by Alexander
Modified:
11 years, 6 months ago
Reviewers:
Vlad, Zhanyong, Zhanyong Wan
CC:
Alexander, googletestframework_googlegroups.com
Base URL:
http://googletest.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This patch makes the internal Google Test variables corresponding to the command line options available from the test source. It helps to changes the behavior of Google Test from the source instead of using the command line options or environment variables.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Making command line option variables available from a test case source #

Total comments: 19

Patch Set 3 : Review related polishing #

Total comments: 4

Patch Set 4 : Review related polishing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -19 lines) Patch
M include/gtest/gtest.h View 1 2 1 chunk +42 lines, -5 lines 0 comments Download
M src/gtest-internal-inl.h View 1 2 3 1 chunk +3 lines, -14 lines 0 comments Download
M test/gtest_unittest.cc View 2 3 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Alexander
I've moved the declarations of the Google Test command line option variables from testing::internal to ...
17 years, 3 months ago (2009-01-22 19:47:51 UTC) #1
Zhanyong Wan
http://codereview.appspot.com/12483/diff/1/2 File include/gtest/gtest.h (right): http://codereview.appspot.com/12483/diff/1/2#newcode96 Line 96: // Declares the flags. Add comment before each ...
17 years, 3 months ago (2009-01-22 22:54:44 UTC) #2
Alexander
Please review my patch with required changes.
17 years, 3 months ago (2009-01-27 20:45:54 UTC) #3
Zhanyong Wan
Some nits. Thanks! http://codereview.appspot.com/12483/diff/9/202 File include/gtest/gtest.h (right): http://codereview.appspot.com/12483/diff/9/202#newcode108 Line 108: // This flag enables using ...
17 years, 3 months ago (2009-01-28 23:53:40 UTC) #4
Alexander
Please review my changes related to the review results. http://codereview.appspot.com/12483/diff/9/203 File src/gtest-internal-inl.h (right): http://codereview.appspot.com/12483/diff/9/203#newcode66 Line ...
17 years, 3 months ago (2009-01-30 00:59:54 UTC) #5
Zhanyong Wan
http://codereview.appspot.com/12483/diff/602/405 File src/gtest-internal-inl.h (right): http://codereview.appspot.com/12483/diff/602/405#newcode63 Line 63: // We don't want the users to modify ...
17 years, 3 months ago (2009-01-30 01:34:30 UTC) #6
Alexander
17 years, 3 months ago (2009-01-30 23:26:42 UTC) #7
Please review my patch with new corrections.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b