aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/failure_list_csharp.txt
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-08-04 10:01:40 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-08-05 07:09:40 +0100
commitb6defa7c115a19d3671b2a6c5ebab2a471d273ea (patch)
tree5744f5a9748aefaf50eb4dda45a5d874a5bd4a69 /conformance/failure_list_csharp.txt
parent044c36ebef20f66a9a8b0548f52b81692d779ac7 (diff)
Added C# conformance tests.
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.
Diffstat (limited to 'conformance/failure_list_csharp.txt')
-rw-r--r--conformance/failure_list_csharp.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/conformance/failure_list_csharp.txt b/conformance/failure_list_csharp.txt
new file mode 100644
index 00000000..34846589
--- /dev/null
+++ b/conformance/failure_list_csharp.txt
@@ -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