I'm compiling with xlC 7.0 on AIX 5.3.

I see two 'make check' failures.

This first one reveals a disagreement about whether a directory name
should be followed by a slash:

[ RUN      ] CommandLineInterfaceTest.OutputDirectoryIsFileError
google/protobuf/compiler/command_line_interface_unittest.cc:411:
Failure
Value of: printer.failed()
  Actual: true
Expected: false
google/protobuf/compiler/command_line_interface_unittest.cc:328:
Failure
Value of: expected_substring
  Actual: "foo.proto/: Not a directory"
Expected: a substring of error_text_
Which is: "output.test.foo.proto: Not a directory
"
[  FAILED  ] CommandLineInterfaceTest.OutputDirectoryIsFileError


Here's another failure, though the nature of the failure (and what the
malfunction might affect) isn't so obvious:

[ RUN      ] DiskSourceTreeTest.MapDirectory
google/protobuf/compiler/importer_unittest.cc:362: Failure
Value of: input == NULL
  Actual: false
Expected: true
[  FAILED  ] DiskSourceTreeTest.MapDirectory


-Travis

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to