blob: 39a0f21c5c6b3a77a05afce136f37dbb858ea502 [file] [log] [blame]
Joshua Habermanb7285b62021-04-16 12:59:54 -07001# 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 Morales26ab4fc2024-08-16 15:51:27 -07007Required.*.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE # Should have failed to parse, but didn't.
8Required.*.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE # Should have failed to parse, but didn't.
Mike Kruskalfc048f42024-11-07 18:10:51 -08009Required.*.ProtobufInput.UnmatchedEndGroup # Should have failed to parse, but didn't.
10Required.*.ProtobufInput.UnmatchedEndGroupUnknown # Should have failed to parse, but didn't.
11Required.*.ProtobufInput.UnmatchedEndGroupWithData # Should have failed to parse, but didn't.
12Required.*.ProtobufInput.UnmatchedEndGroupWrongType # Should have failed to parse, but didn't.