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

Issue 2612: Catches unhandled exceptions, 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:
balazs.dan
CC:
googletestframework_googlegroups.com
Base URL:
http://googletest.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -20 lines) Patch
include/gtest/gtest_pred_impl.h View 1 chunk +25 lines, -4 lines 0 comments Download
include/gtest/internal/gtest-internal.h View 2 chunks +28 lines, -4 lines 2 comments Download
include/gtest/internal/gtest-string.h View 1 chunk +2 lines, -0 lines 0 comments Download
src/gtest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
test/gtest-death-test_test.cc View 3 chunks +12 lines, -12 lines 0 comments Download
test/gtest_unittest.cc View 1 chunk +35 lines, -0 lines 1 comment Download

Messages

Total messages: 1
Balazs.Dan
17 years, 1 month ago (2008-07-24 14:07:29 UTC) #1
I will fix formatting issues. Anything else I can do?

http://codereview.appspot.com/2612/diff/1/6
File include/gtest/internal/gtest-internal.h (right):

http://codereview.appspot.com/2612/diff/1/6#newcode525
Line 525: gtest_msg = "Value of: " booltext "\n  Actual: " #actual "\nExpected:
" #expected; \
Does not fit in 80 cols.

http://codereview.appspot.com/2612/diff/1/6#newcode537
Line 537: gtest_msg = "Value of: " booltext "\n  Actual: " #actual "\nExpected:
" #expected; \
The same.

http://codereview.appspot.com/2612/diff/1/2
File test/gtest_unittest.cc (right):

http://codereview.appspot.com/2612/diff/1/2#newcode2807
Line 2807: EXPECT_NONFATAL_FAILURE(EXPECT_EQ(ThrowAnException(), true) <<
"expected failure",
80 cols..
Sign in to reply to this message.

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