failure_list_cpp.txt 868 B

123456789101112131415161718192021
  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. PrematureEofBeforeKnownRepeatedValue.MESSAGE
  10. PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  11. PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  12. PrematureEofInPackedField.BOOL
  13. PrematureEofInPackedField.ENUM
  14. PrematureEofInPackedField.INT32
  15. PrematureEofInPackedField.INT64
  16. PrematureEofInPackedField.SINT32
  17. PrematureEofInPackedField.SINT64
  18. PrematureEofInPackedField.UINT32
  19. PrematureEofInPackedField.UINT64
  20. PrematureEofInsideKnownRepeatedValue.MESSAGE