OLD | NEW |
(Empty) | |
| 1 # This is the list of conformance tests that are known to fail for the |
| 2 # Python/C++ implementation right now. These should be fixed. |
| 3 # |
| 4 # By listing them here we can keep tabs on which ones are failing and be sure |
| 5 # that we don't introduce regressions in other tests. |
| 6 # |
| 7 # TODO(haberman): insert links to corresponding bugs tracking the issue. |
| 8 # Should we use GitHub issues or the Google-internal bug tracker? |
| 9 |
| 10 ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE |
| 11 ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE |
| 12 ProtobufInput.PrematureEofInPackedField.BOOL |
| 13 ProtobufInput.PrematureEofInPackedField.DOUBLE |
| 14 ProtobufInput.PrematureEofInPackedField.ENUM |
| 15 ProtobufInput.PrematureEofInPackedField.FIXED32 |
| 16 ProtobufInput.PrematureEofInPackedField.FIXED64 |
| 17 ProtobufInput.PrematureEofInPackedField.FLOAT |
| 18 ProtobufInput.PrematureEofInPackedField.INT32 |
| 19 ProtobufInput.PrematureEofInPackedField.INT64 |
| 20 ProtobufInput.PrematureEofInPackedField.SFIXED32 |
| 21 ProtobufInput.PrematureEofInPackedField.SFIXED64 |
| 22 ProtobufInput.PrematureEofInPackedField.SINT32 |
| 23 ProtobufInput.PrematureEofInPackedField.SINT64 |
| 24 ProtobufInput.PrematureEofInPackedField.UINT32 |
| 25 ProtobufInput.PrematureEofInPackedField.UINT64 |
OLD | NEW |