diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-04-25 17:58:52 +0000 |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-04-25 17:58:52 +0000 |
commit | c506784b08473f3ba8f37d588fd08d8d3f948245 (patch) | |
tree | 974ef77e56b205a43cc7dbe8005d65391668e537 /CHANGES | |
parent | c84afbeaf1003ae2d4a0f6d36bbb8938bc73bbc7 (diff) | |
download | googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.tar.gz googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.tar.bz2 googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.zip |
When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Changes for 1.7.0: * Improvement: failure summary in XML reports now includes file and line information. * Improvement: the <testsuites> XML element now has a timestamp attribute. +* Improvement: When --gtest_filter is specified, XML report now doesn't + contain information about tests that are filtered out. * Fixed the bug where long --gtest_filter flag values are truncated in death tests. * Potentially breaking change: RUN_ALL_TESTS() is now implemented as a |