Comment #13 on issue 289 by [email protected]: 64 bit release build unit tests fail in MSVC 2010
http://code.google.com/p/protobuf/issues/detail?id=289

A Node for myself:

The reason that gtest 1.6 didn't pass, because this diff http://code.google.com/p/googletest/source/diff?spec=svn500&r=500&format=side&path=/trunk/include/gtest/internal/gtest-death-test-internal.h&old_path=/trunk/include/gtest/internal/gtest-death-test-internal.h&old=482

In 2.4.0 release, protobuf GOOGLE_CHECK will throw an exception(FatalException derived from std::exception) by default instead of exit(0) which isn't compatible with gtest 1.6 death check.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to