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

Issue 2582: Makes gtest's error messages parsable by Visual Studio when compiled by MSVC. By balazs.dan.

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 1 month ago by Zhanyong
Modified:
10 years, 9 months ago
Reviewers:
wan, balazs.dan
CC:
googletestframework_googlegroups.com, balazs.dan_gmail.com
Base URL:
http://googletest.googlecode.com/svn/trunk/src/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : second attempt #

Patch Set 3 : Third attempt #

Patch Set 4 : Makes sure the tests pass. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -114 lines) Patch
CONTRIBUTORS View 1 chunk +1 line, -0 lines 0 comments Download
src/gtest.cc View 2 chunks +10 lines, -2 lines 0 comments Download
test/gtest_output_test.py View 1 chunk +3 lines, -2 lines 0 comments Download
test/gtest_output_test_golden_win.txt View 18 chunks +55 lines, -110 lines 0 comments Download

Messages

Total messages: 1
Zhanyong
17 years, 1 month ago (2008-07-16 23:24:27 UTC) #1
http://codereview.appspot.com/2582/diff/1/2
File gtest.cc (right):

http://codereview.appspot.com/2582/diff/1/2#newcode2155
Line 2155: return "Failure";
I would change this to "Failure\n" here.

http://codereview.appspot.com/2582/diff/1/2#newcode2178
Line 2178: printf(": %s\n",
TestPartResultTypeToString(test_part_result.type()));
Then this branch (and the #ifdef) can be removed.
Sign in to reply to this message.

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