summaryrefslogtreecommitdiffstats
path: root/testing/gmock/CHANGES
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-27 03:06:19 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-27 03:06:19 +0000
commitcbe9eedbceb2e6ddf8ea3024860985a92acdad0b (patch)
tree68016a1edf7791fd2c5c7a387d610f03fcf6c559 /testing/gmock/CHANGES
parent8ea2025aafbad247dd50cd19a81a364c14fc5796 (diff)
downloadchromium_src-cbe9eedbceb2e6ddf8ea3024860985a92acdad0b.zip
chromium_src-cbe9eedbceb2e6ddf8ea3024860985a92acdad0b.tar.gz
chromium_src-cbe9eedbceb2e6ddf8ea3024860985a92acdad0b.tar.bz2
Roll gtest r395:408 and gmock r278:282 to pick up ThreadLocal leak fix.
BUG=39381 TEST=Valgrind stays green Review URL: http://codereview.chromium.org/1507002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gmock/CHANGES')
-rw-r--r--testing/gmock/CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/gmock/CHANGES b/testing/gmock/CHANGES
index 16fc85d..21ab488 100644
--- a/testing/gmock/CHANGES
+++ b/testing/gmock/CHANGES
@@ -1,14 +1,17 @@
Changes for 1.5.0:
- * Support for use in multi-threaded tests on platforms having pthreads
- (by virtue of the Google Test thread change)
+ * New feature: Google Mock can be safely used in multi-threaded tests
+ on platforms having pthreads.
+ * New feature: function for printing a value of arbitrary type.
+ * New feature: function ExplainMatchResult() for easy definition of
+ composite matchers.
* The new matcher API lets user-defined matchers generate custom
explanations more directly and efficiently.
- * Better expectation failure messages.
+ * Better failure messages all around.
* NotNull() and IsNull() now work with smart pointers.
* Field() and Property() now work when the matcher argument is a pointer
passed by reference.
- * Regular expression matching on all platforms.
+ * Regular expression matchers on all platforms.
* Added GCC 4.0 support for Google Mock Doctor.
* Added gmock_all_test.cc for compiling most Google Mock tests
in a single file.