-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathprotocol-tests-ignore-list.json
More file actions
128 lines (127 loc) · 3.9 KB
/
protocol-tests-ignore-list.json
File metadata and controls
128 lines (127 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"json": {
"input": {
"AwsJson11SparseMapsSerializeNullValues" : {
"description": "Sparse trait not supported"
},
"AwsJson11SparseListsSerializeNull" : {
"description": "Sparse trait not supported"
}
},
"output": {
"AwsJson11SparseMapsDeserializeNullValues" : {
"description": "Sparse trait not supported"
},
"AwsJson11SparseListsDeserializeNull" : {
"description": "Sparse trait not supported"
}
}
},
"rest-json": {
"input": {
"RestJsonSparseListsSerializeNull" : {
"description": "Sparse trait not supported"
},
"RestJsonSparseJsonMaps" : {
"description": "Sparse trait not supported"
},
"RestJsonSerializesSparseNullMapValues" : {
"description": "Sparse trait not supported"
},
"RestJsonSerializesZeroValuesInSparseMaps" : {
"description": "Sparse trait not supported"
},
"RestJsonSerializesSparseSetMap" : {
"description": "Sparse trait not supported"
},
"RestJsonSerializesSparseSetMapAndRetainsNull" : {
"description": "Sparse trait not supported"
}
},
"output": {
"RestJsonSparseListsSerializeNull" : {
"description": "Sparse trait not supported"
},
"RestJsonSparseJsonMaps" : {
"description": "Sparse trait not supported"
},
"RestJsonDeserializesSparseNullMapValues" : {
"description": "Sparse trait not supported"
},
"RestJsonDeserializesZeroValuesInSparseMaps" : {
"description": "Sparse trait not supported"
},
"RestJsonDeserializesSparseSetMap" : {
"description": "Sparse trait not supported"
},
"RestJsonDeserializesSparseSetMapAndRetainsNull" : {
"description": "Sparse trait not supported"
}
}
},
"smithy-rpc-v2-cbor": {
"input": {
"RpcV2CborSparseMaps" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSerializesNullMapValues" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSerializesSparseSetMap" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSerializesSparseSetMapAndRetainsNull" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSerializesZeroValuesInSparseMaps" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSparseMapsSerializeNullValues" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSparseListsSerializeNull" : {
"description": "Sparse trait not supported"
}
},
"output": {
"RpcV2CborSparseJsonMaps" : {
"description": "Sparse trait not supported"
},
"RpcV2CborDeserializesNullMapValues" : {
"description": "Sparse trait not supported"
},
"RpcV2CborDeserializesSparseSetMapAndRetainsNull" : {
"description": "Sparse trait not supported"
},
"RpcV2CborDeserializesZeroValuesInSparseMaps" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSparseMapsDeserializeNullValues" : {
"description": "Sparse trait not supported"
},
"RpcV2CborSparseListsDeserializeNull" : {
"description": "Sparse trait not supported"
}
}
},
"rest-xml": {
"output": {
"SimpleScalarPropertiesComplexEscapes": {
"description": "OxEngine does not handle all escape cases but other engines supports it",
"engines": ["ox"]
},
"SimpleScalarPropertiesWithXMLPreamble": {
"description": "Nokogiri doesn't support XML preamble?",
"engines": ["nokogiri"]
}
}
},
"rest-xmlns": {
"input" : {
"XmlNamespaceSimpleScalarProperties": {
"description": "Smithy 1.56.0 added a broken test case for XML namespaces",
"engines": ["ox", "nokogiri", "rexml", "libxml", "oga"]
}
}
}
}