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

Issue 2663: Exception tests

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

Patch Set 1 #

Patch Set 2 : Fixes and more tests. #

Patch Set 3 : Cosmetic fixes. #

Patch Set 4 : Const modifier test added. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -0 lines) Patch
include/gtest/gtest.h View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
include/gtest/internal/gtest-internal.h View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
test/gtest_unittest.cc View 1 2 3 6 chunks +185 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Balazs.Dan
Hello guys, Here is a new patch for exception tests. New macros are: EXPECT_THROW(expression, expectedexcetion) ...
17 years, 1 month ago (2008-07-26 02:51:56 UTC) #1
Zhanyong
Hi, Balazs, I apologize for the long delay! Finally I found some time. Please see ...
17 years, 1 month ago (2008-08-01 23:56:38 UTC) #2
Balazs.Dan
http://codereview.appspot.com/2663/diff/1/3 File include/gtest/internal/gtest-string.h (right): http://codereview.appspot.com/2663/diff/1/3#newcode239 Line 239: operator bool() { return true; } Because this ...
17 years, 1 month ago (2008-08-02 00:48:55 UTC) #3
Balazs.Dan
Patch improved after Zhanyong's comments. I believe const& exceptions are the best way to handle ...
17 years ago (2008-09-06 00:38:28 UTC) #4
Zhanyong
This looks FANTASTIC! You've done a very thorough job. Just some nits. Thanks! http://codereview.appspot.com/2663/diff/41/43 File ...
17 years ago (2008-09-10 19:12:47 UTC) #5
Balazs.Dan
Partially done, but I dont understand your test request.. http://codereview.appspot.com/2663/diff/41/42 File test/gtest_unittest.cc (right): http://codereview.appspot.com/2663/diff/41/42#newcode2459 Line ...
17 years ago (2008-09-11 01:31:45 UTC) #6
Zhanyong
17 years ago (2008-09-11 03:58:46 UTC) #7
http://codereview.appspot.com/2663/diff/442/642
File include/gtest/internal/gtest-internal.h (right):

http://codereview.appspot.com/2663/diff/442/642#newcode774
Line 774: goto GTEST_CONCAT_TOKEN(gtest_label_testnothrow_, __LINE__); \
Change the label name to gtest_label_testanythrow_?
Sign in to reply to this message.

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