Joshua Haberman | b7285b6 | 2021-04-16 12:59:54 -0700 | [diff] [blame] | 1 | # This is the list of conformance tests that are known to fail for the Java |
| 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 | |
Yamil Morales | 26ab4fc | 2024-08-16 15:51:27 -0700 | [diff] [blame] | 7 | Required.*.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE # Should have failed to parse, but didn't. |
| 8 | Required.*.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE # Should have failed to parse, but didn't. |
Mike Kruskal | fc048f4 | 2024-11-07 18:10:51 -0800 | [diff] [blame] | 9 | Required.*.ProtobufInput.UnmatchedEndGroup # Should have failed to parse, but didn't. |
| 10 | Required.*.ProtobufInput.UnmatchedEndGroupUnknown # Should have failed to parse, but didn't. |
| 11 | Required.*.ProtobufInput.UnmatchedEndGroupWithData # Should have failed to parse, but didn't. |
| 12 | Required.*.ProtobufInput.UnmatchedEndGroupWrongType # Should have failed to parse, but didn't. |