summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-09-06 22:50:25 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-09-06 22:50:25 (GMT)
commitc306ef2e14483dbf4f047a3e1ca3f86111b800ca (patch)
treebe89ba3a0f06a281e3c5e40cb230c5baf0a65a80 /CHANGES
parent492986a5d05687853174862efc8e70fe31598eba (diff)
downloadgoogletest-c306ef2e14483dbf4f047a3e1ca3f86111b800ca.zip
googletest-c306ef2e14483dbf4f047a3e1ca3f86111b800ca.tar.gz
googletest-c306ef2e14483dbf4f047a3e1ca3f86111b800ca.tar.bz2
supports a protocol for catching tests that prematurely exit
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.