aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/failure_list_csharp.txt
diff options
context:
space:
mode:
authorGravatar Jon Skeet <skeet@pobox.com>2016-07-31 11:40:51 +0100
committerGravatar GitHub <noreply@github.com>2016-07-31 11:40:51 +0100
commit00d5a7f099065e2c8d119039c2f42c1f88ad8f59 (patch)
tree68ba73877a93fee77c8834e135754bcaf2ea267d /conformance/failure_list_csharp.txt
parent6b3d120539abb0bd12833cd95ae4f9c03f3e5350 (diff)
Amend the conformance tests to only use Int64/Uint64 non-wrapped values which (#1164)
can reasonably be expected to be interoperable. (The fact that not all Int64/Uint64 values *can* be exactly represented in IEEE-754 and thus interoperably amongst JSON implementations is precisely the reason for wrapping them when we serialize... it shouldn't be a surprise that we can't round-trip in unwrapped form for all values.)
Diffstat (limited to 'conformance/failure_list_csharp.txt')
-rw-r--r--conformance/failure_list_csharp.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/conformance/failure_list_csharp.txt b/conformance/failure_list_csharp.txt
index e7de4b96..1716bcbd 100644
--- a/conformance/failure_list_csharp.txt
+++ b/conformance/failure_list_csharp.txt
@@ -4,8 +4,4 @@ JsonInput.FieldNameInSnakeCase.ProtobufOutput
JsonInput.FieldNameWithMixedCases.JsonOutput
JsonInput.FieldNameWithMixedCases.ProtobufOutput
JsonInput.FieldNameWithMixedCases.Validator
-JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
-JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
JsonInput.OriginalProtoFieldName.JsonOutput
-JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
-JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput