Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 201 by lvogel: make check doesn't pass on MacOS X 10.6.4 w/ 2.3.0
http://code.google.com/p/protobuf/issues/detail?id=201
What steps will reproduce the problem?
1. Download 2.3.0; ./configure; make; make check
What is the expected output? What do you see instead?
All Passes. Or a warning that the following test will fail. See attached
file.
NOTE - most of the failures relate to a file foo.proto already existing.
make check-TESTS
Running main() from gtest_main.cc
[==========] Running 729 tests from 102 test cases.
[----------] Global test environment set-up.
...
[----------] 10 tests from FileDescriptorTest
[ RUN ] FileDescriptorTest.Name
[ OK ] FileDescriptorTest.Name (0 ms)
[ RUN ] FileDescriptorTest.Package
[ OK ] FileDescriptorTest.Package (0 ms)
[ RUN ] FileDescriptorTest.Dependencies
[ OK ] FileDescriptorTest.Dependencies (0 ms)
[ RUN ] FileDescriptorTest.FindMessageTypeByName
[ OK ] FileDescriptorTest.FindMessageTypeByName (0 ms)
[ RUN ] FileDescriptorTest.FindEnumTypeByName
[ OK ] FileDescriptorTest.FindEnumTypeByName (0 ms)
[ RUN ] FileDescriptorTest.FindEnumValueByName
[ OK ] FileDescriptorTest.FindEnumValueByName (1 ms)
[ RUN ] FileDescriptorTest.FindServiceByName
[ OK ] FileDescriptorTest.FindServiceByName (0 ms)
[ RUN ] FileDescriptorTest.FindExtensionByName
[ OK ] FileDescriptorTest.FindExtensionByName (0 ms)
[ RUN ] FileDescriptorTest.FindExtensionByNumber
[ OK ] FileDescriptorTest.FindExtensionByNumber (0 ms)
[ RUN ] FileDescriptorTest.BuildAgain
libprotobuf ERROR google/protobuf/descriptor.cc:2222] Invalid proto
descriptor for file "foo.proto":
libprotobuf ERROR google/protobuf/descriptor.cc:2225] foo.proto: A file
with this name is already in the pool.
...
PASS
PASS: protobuf-lite-test
Testing output to zip...
Testing output to jar...
PASS
PASS: google/protobuf/compiler/zip_output_unittest.sh
+ TESTFILE=Makefile
+ ./zcgzip
+ gunzip
+ cmp - Makefile
+ gzip
+ ./zcgunzip
+ cmp - Makefile
PASS: google/protobuf/io/gzip_stream_unittest.sh
==================
All 5 tests passed
==================
Attachments:
config:make:make check pb 2_3_0 231 KB
--
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.