The tests are run from Travis in the same way as on other platforms. Currently some expected failures - but only expected in that they're what we got to start with. Will try to fix them in other pull requests.pull/689/head
parent
044c36ebef
commit
b6defa7c11
3 changed files with 41 additions and 1 deletions
@ -0,0 +1,22 @@ |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.BOOL |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.BYTES |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.DOUBLE |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.ENUM |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.FIXED32 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.FIXED64 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.FLOAT |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.INT32 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.INT64 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.MESSAGE |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.SFIXED32 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.SFIXED64 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.SINT32 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.SINT64 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.STRING |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.UINT32 |
||||
ProtobufInput.PrematureEofBeforeUnknownValue.UINT64 |
||||
ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE |
||||
ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE |
||||
ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.BYTES |
||||
ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.MESSAGE |
||||
ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.STRING |
Loading…
Reference in new issue