It seems that this test is problematic:
> LD_LIBRARY_PATH=./src/.libs/:./gmock/gtest/lib/.libs/:./gmock/lib/.libs:./gtest/lib/.libs/
> ./src/.libs/protobuf-test --gtest_filter=ExtensionSetTest.RepeatedFields*
> Running main() from gtest_main.cc
> Note: Google Test filter = ExtensionSetTest.RepeatedFields*
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from ExtensionSetTest
> [ RUN ] ExtensionSetTest.RepeatedFields
> Segmentation fault
If exclude this specific test, 26 other tests failed.
[----------] Global test environment tear-down
[==========] 987 tests from 117 test cases ran. (4385 ms total)
[ PASSED ] 961 tests.
[ FAILED ] 26 tests, listed below:
[ FAILED ] MessageTest.ParseFromFileDescriptor
[ FAILED ] MessageTest.ParsePackedFromFileDescriptor
[ FAILED ] TextFormatTest.Basic
[ FAILED ] TextFormatTest.ParseBasic
[ FAILED ] TextFormatExtensionsTest.Extensions
[ FAILED ] TextFormatExtensionsTest.ParseExtensions
[ FAILED ] IoTest.CompressionOptions
[ FAILED ] CommandLineInterfaceTest.BasicPlugin
[ FAILED ] CommandLineInterfaceTest.GeneratorAndPlugin
[ FAILED ] CommandLineInterfaceTest.MultipleInputs
[ FAILED ] CommandLineInterfaceTest.MultipleInputsWithImport
[ FAILED ] CommandLineInterfaceTest.CreateDirectory
[ FAILED ] CommandLineInterfaceTest.GeneratorParameters
[ FAILED ] CommandLineInterfaceTest.Insert
[ FAILED ] CommandLineInterfaceTest.PluginOutputWriteError
[ FAILED ] CommandLineInterfaceTest.PluginOutputDirectoryNotFoundError
[ FAILED ] CommandLineInterfaceTest.GeneratorPluginError
[ FAILED ] CommandLineInterfaceTest.GeneratorPluginFail
[ FAILED ] CommandLineInterfaceTest.GeneratorPluginCrash
[ FAILED ] CommandLineInterfaceTest.PluginReceivesSourceCodeInfo
[ FAILED ] EncodeDecodeTest.Encode
[ FAILED ] EncodeDecodeTest.Decode
[ FAILED ] EncodeDecodeTest.Partial
[ FAILED ] EncodeDecodeTest.UnknownType
[ FAILED ] BootstrapTest.GeneratedDescriptorMatches
[ FAILED ] GeneratedDescriptorTest.IdenticalDescriptors
26 FAILED TESTS
These results are form broadcom xlp.
I will test it on cavium board as well.
Regards,
Dejan