aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-09-06 22:50:25 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-09-06 22:50:25 +0000
commit1cb04aa3e99c736bbd1eb90ebda3d6117355aacc (patch)
treebe89ba3a0f06a281e3c5e40cb230c5baf0a65a80 /CHANGES
parente9d7e5b7647da7931458cc8764bbcad47e30b0eb (diff)
downloadgtest-1cb04aa3e99c736bbd1eb90ebda3d6117355aacc.tar.gz
supports a protocol for catching tests that prematurely exit
git-svn-id: http://googletest.googlecode.com/svn/trunk@662 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1cfe07a..0552132 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes for 1.7.0:
* New feature: death tests are supported on OpenBSD and in iOS
simulator now.
+* New feature: Google Test now implements a protocol to allow
+ a test runner to detect that a test program has exited
+ prematurely and report it as a failure (before it would be
+ falsely reported as a success if the exit code is 0).
* New feature: Test::RecordProperty() can now be used outside of the
lifespan of a test method, in which case it will be attributed to
the current test case or the test program in the XML report.