Windows 7 64-bit, VS2010
Protobuf is from protobuf-2.4.1.zip.
gtest is replaced with gtest-1.6.0, because native isn't compiled.

tests.exe in Debug mode reports 11 failures (in release mode in reports 4
failures):
[  FAILED  ] 11 tests, listed below:
[  FAILED  ] GeneratedMessageTest.MergeFromSelf
[  FAILED  ] ExtensionSetTest.InvalidEnumDeath
[  FAILED  ] GeneratedMessageReflectionTest.UsageErrors
[  FAILED  ] MessageTest.SerializeFailsIfNotInitialized
[  FAILED  ] MessageTest.CheckInitialized
[  FAILED  ] Printer.Death
[  FAILED  ] ReflectionOpsTest.MergeFromSelf
[  FAILED  ] RepeatedField.Truncate
[  FAILED  ] TokenizerTest.ParseInteger
[  FAILED  ] TokenizerTest.ParseFloat
[  FAILED  ] TokenizerTest.ParseString

First of them:

libprotobuf FATAL d:\protobuf\protobuf-2.4.1\vsprojects\google\protobuf\
unittest.pb.cc:5538] CHECK failed: (&from) != (this):
d:\protobuf\protobuf-2.4.1\src\google\protobuf\compiler\cpp\cpp_unittest.cc(500)::
Caught std::exception-derived exception escaping the death test statement.
Exception message: CHECK failed: (&from) != (this):

Please advise.

Artyom

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

Reply via email to