2013-11-12 07:45:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 11 00:46:53 UTC 2013 - i@marguerite.su
|
|
|
|
|
|
|
|
- update version 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.
|
|
|
|
* New feature (potentially breaking): --gtest_list_tests now prints
|
|
|
|
the type parameters and value parameters for each test.
|
|
|
|
* Improvement: char pointers and char arrays are now escaped properly
|
|
|
|
in failure messages.
|
|
|
|
* 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
|
|
|
|
function instead of a macro in order to work better with Clang.
|
|
|
|
* Compatibility fixes with C++ 11 and various platforms.
|
|
|
|
* Bug/warning fixes.
|
|
|
|
|
2012-08-12 16:52:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 14:51:34 UTC 2012 - i@marguerite.su
|
|
|
|
|
|
|
|
- rename.
|
|
|
|
|
2012-08-12 07:30:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 13:27:39 UTC 2012 - i@marguerite.su
|
|
|
|
|
2012-08-12 14:14:25 +02:00
|
|
|
- force sles build static libraries, else a lot of inner test can't build.
|
2012-08-12 07:30:16 +02:00
|
|
|
|
2012-08-12 07:22:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 11:08:50 UTC 2012 - i@marguerite.su
|
|
|
|
|
|
|
|
- further clean spec.
|
|
|
|
- enable build shared libraries.
|
|
|
|
|
2011-08-09 15:37:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 9 15:36:41 CEST 2011 - tiwai@suse.de
|
|
|
|
|
|
|
|
- Add missing Group to gtest-devel
|
2011-08-09 15:48:38 +02:00
|
|
|
- Add missing BuildRoot (for building with older distros)
|
2011-08-09 16:25:57 +02:00
|
|
|
- Clean up spec file
|
2011-08-09 15:37:44 +02:00
|
|
|
|
2011-08-09 15:07:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 9 07:29:10 UTC 2011 - ftake@geeko.jp
|
|
|
|
|
|
|
|
- Initial import
|
|
|
|
* Upstream version: 1.6.0
|
|
|
|
|