Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: third_party/protobuf/conformance/failure_list_python_cpp.txt

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pull whole protobuf Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698