Skip to content

Commit e1e5eff

Browse files
authored
Add expected failures for the new conformance test issues. (apple#1822)
1 parent 8053db6 commit e1e5eff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Sources/Conformance/failure_list_swift.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
Recommended.*.JsonInput.FieldNameDuplicate # Should have failed to parse, but didn't.
33
Recommended.*.JsonInput.FieldNameDuplicateDifferentCasing1 # Should have failed to parse, but didn't.
44
Recommended.*.JsonInput.FieldNameDuplicateDifferentCasing2 # Should have failed to parse, but didn't.
5+
6+
# Tracking in #1821
7+
Required.*.DurationProtoNanosTooLarge.JsonOutput # Should have failed to serialize, but didn't.
8+
Required.*.DurationProtoNanosTooSmall.JsonOutput # Should have failed to serialize, but didn't.
9+
Required.*.DurationProtoNanosWrongSign.JsonOutput # Should have failed to serialize, but didn't.
10+
Required.*.DurationProtoNanosWrongSignNegativeSecs.JsonOutput # Should have failed to serialize, but didn't.
11+
Required.*.TimestampProtoNanoTooLarge.JsonOutput # Should have failed to serialize, but didn't.
12+
Required.*.TimestampProtoNegativeNanos.JsonOutput # Should have failed to serialize, but didn't.

0 commit comments

Comments
 (0)