The failing test case is: CsharpBootstrapTest.GeneratedCsharpDescriptorMatches
This is an known issue. It happens when you use protobuf-cpp-3.3.0.tar.gz which doesn't contain the C# source file for that test case to pass. We fixed the issue in master and you can safely ignore the test failure. On Wed, Jul 12, 2017 at 1:44 PM, Sara Quigley <[email protected]> wrote: > Sure. Here it is. > > Thanks, > Sara > > On Wed, Jul 12, 2017 at 1:40 PM, Feng Xiao <[email protected]> wrote: > >> Can you attach the full log file? >> >> On Wed, Jul 12, 2017 at 1:27 PM, Sara Quigley <[email protected]> >> wrote: >> >>> Hi there, >>> >>> I was installing Protocol Buffers and it looks like during my "make >>> check", the protobuf-test failed. >>> >>> /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS >>> FAIL: protobuf-test >>> PASS: protobuf-lazy-descriptor-test >>> PASS: protobuf-lite-test >>> PASS: google/protobuf/compiler/zip_output_unittest.sh >>> PASS: google/protobuf/io/gzip_stream_unittest.sh >>> PASS: protobuf-lite-arena-test >>> PASS: no-warning-test >>> /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am >>> make[6]: Nothing to be done for `all-am'. >>> ============================================================ >>> ================ >>> Testsuite summary for Protocol Buffers 3.3.0 >>> ============================================================ >>> ================ >>> # TOTAL: 7 >>> # PASS: 6 >>> # SKIP: 0 >>> # XFAIL: 0 >>> # FAIL: 1 >>> # XPASS: 0 >>> # ERROR: 0 >>> ============================================================ >>> ================ >>> See src/test-suite.log >>> Please report to [email protected] >>> ============================================================ >>> ================ >>> make[4]: *** [test-suite.log] Error 1 >>> make[3]: *** [check-TESTS] Error 2 >>> make[2]: *** [check-am] Error 2 >>> make[1]: *** [check] Error 2 >>> make: *** [check-recursive] Error 1 >>> >>> >>> >>> I took a look at the test-suite.log and there's an info line when the >>> errors begin to occur: >>> [libprotobuf INFO google/protobuf/descriptor_unittest.cc:6547] A >>> timeout in this test probably indicates a real bug. >>> >>> Shall I open up an issue on GitHub or is this the correct place to >>> report this kind of thing? >>> >>> Thanks, >>> Sara >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Protocol Buffers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/protobuf. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
