| OLD | NEW |
| (Empty) |
| 1 # This is the list of conformance tests that are known to fail for the C++ | |
| 2 # 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.PrematureEofBeforeKnownRepeatedValue.MESSAGE | |
| 11 ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE | |
| 12 ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE | |
| 13 ProtobufInput.PrematureEofInPackedField.BOOL | |
| 14 ProtobufInput.PrematureEofInPackedField.ENUM | |
| 15 ProtobufInput.PrematureEofInPackedField.INT32 | |
| 16 ProtobufInput.PrematureEofInPackedField.INT64 | |
| 17 ProtobufInput.PrematureEofInPackedField.SINT32 | |
| 18 ProtobufInput.PrematureEofInPackedField.SINT64 | |
| 19 ProtobufInput.PrematureEofInPackedField.UINT32 | |
| 20 ProtobufInput.PrematureEofInPackedField.UINT64 | |
| 21 ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE | |
| OLD | NEW |