-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.txt
204 lines (197 loc) · 10.9 KB
/
results.txt
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
Results from mono 2.6.7
-----------------------
Check type 'string' with 'abc' ... success
Check type 'normalizedString' with 'abc' ... success
Check type 'token' with 'abc' ... success
Check type 'language' with 'en' ... success
Check type 'Name' with 'abc' ... success
Check type 'NCName' with 'abc' ... success
Check type 'ID' with 'abc' ... success
Check type 'ENTITY' with 'abc' ... success
Check type 'NMTOKEN' with 'abc' ... success
Check type 'boolean' with 'true' ... success
Check type 'decimal' with '1' ... success
Check type 'integer' with '1' ... success
Check type 'nonPositiveInteger' with '0' ... success
Check type 'negativeInteger' with '-1' ... success
Check type 'long' with '9223372036854775807' ... success
Check type 'int' with '2147483647' ... success
Check type 'short' with '32767' ... success
Check type 'byte' with '127' ... success
Check type 'nonNegativeInteger' with '0' ... success
Check type 'unsignedLong' with '18446744073709551615' ... success
Check type 'unsignedInt' with '4294967295' ... success
Check type 'unsignedShort' with '65535' ... success
Check type 'unsignedByte' with '255' ... success
Check type 'positiveInteger' with '1' ... success
Check type 'float' with '1.1' ... success
Check type 'double' with '1.1' ... success
Check type 'time' with '00:00:00' ... success
Check type 'date' with '1999-12-31' ... success
Check type 'dateTime' with '1999-12-31T00:00:00.000' ... success
Check type 'duration' with 'P1Y2M3DT10H30M' ... success
Check type 'gYearMonth' with '1999-01' ... success
Check type 'gYear' with '1999' ... success
Check type 'gMonthDay' with '--12-31' ... success
Check type 'gMonth' with '--12' ... failed with Exception:
XmlSchema error: Attribute value is invalid against its data type None
Check type 'gDay' with '---31' ... success
Check type 'base64Binary' with 'AbCd eFgH IjKl 019+' ... success
Check type 'hexBinary' with '0123456789ABCDEF' ... success
Check type 'anyURI' with 'https://www.server.com' ... success
Check type 'QName' with 'xml:abc' ... success
38 from 39 succeeded.
Results from mono 2.10.8
------------------------
Check type 'string' with 'abc' ... success
Check type 'normalizedString' with 'abc' ... success
Check type 'token' with 'abc' ... success
Check type 'language' with 'en' ... success
Check type 'Name' with 'abc' ... success
Check type 'NCName' with 'abc' ... success
Check type 'ID' with 'abc' ... success
Check type 'ENTITY' with 'abc' ... success
Check type 'NMTOKEN' with 'abc' ... success
Check type 'boolean' with 'true' ... success
Check type 'decimal' with '1' ... success
Check type 'integer' with '1' ... success
Check type 'nonPositiveInteger' with '0' ... success
Check type 'negativeInteger' with '-1' ... success
Check type 'long' with '9223372036854775807' ... success
Check type 'int' with '2147483647' ... success
Check type 'short' with '32767' ... success
Check type 'byte' with '127' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:byte
Check type 'nonNegativeInteger' with '0' ... success
Check type 'unsignedLong' with '18446744073709551615' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedLong
Check type 'unsignedInt' with '4294967295' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedInt
Check type 'unsignedShort' with '65535' ... success
Check type 'unsignedByte' with '255' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedByte
Check type 'positiveInteger' with '1' ... success
Check type 'float' with '1.1' ... success
Check type 'double' with '1.1' ... success
Check type 'time' with '00:00:00' ... success
Check type 'date' with '1999-12-31' ... success
Check type 'dateTime' with '1999-12-31T00:00:00.000' ... success
Check type 'duration' with 'P1Y2M3DT10H30M' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:duration
Check type 'gYearMonth' with '1999-01' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gYearMonth
Check type 'gYear' with '1999' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gYear
Check type 'gMonthDay' with '--12-31' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gMonthDay
Check type 'gMonth' with '--12' ... failed with Exception:
XmlSchema error: Attribute value is invalid against its data type None
Check type 'gDay' with '---31' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gDay
Check type 'base64Binary' with 'AbCd eFgH IjKl 019+' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:base64Binary
Check type 'hexBinary' with '0123456789ABCDEF' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:hexBinary
Check type 'anyURI' with 'https://www.server.com' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:anyURI
Check type 'QName' with 'xml:abc' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:QName
25 from 39 succeeded.
Results from mono 3.0.10
------------------------
Check type 'string' with 'abc' ... success
Check type 'normalizedString' with 'abc' ... success
Check type 'token' with 'abc' ... success
Check type 'language' with 'en' ... success
Check type 'Name' with 'abc' ... success
Check type 'NCName' with 'abc' ... success
Check type 'ID' with 'abc' ... success
Check type 'ENTITY' with 'abc' ... success
Check type 'NMTOKEN' with 'abc' ... success
Check type 'boolean' with 'true' ... success
Check type 'decimal' with '1' ... success
Check type 'integer' with '1' ... success
Check type 'nonPositiveInteger' with '0' ... success
Check type 'negativeInteger' with '-1' ... success
Check type 'long' with '9223372036854775807' ... success
Check type 'int' with '2147483647' ... success
Check type 'short' with '32767' ... success
Check type 'byte' with '127' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:byte
Check type 'nonNegativeInteger' with '0' ... success
Check type 'unsignedLong' with '18446744073709551615' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedLong
Check type 'unsignedInt' with '4294967295' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedInt
Check type 'unsignedShort' with '65535' ... success
Check type 'unsignedByte' with '255' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:unsignedByte
Check type 'positiveInteger' with '1' ... success
Check type 'float' with '1.1' ... success
Check type 'double' with '1.1' ... success
Check type 'time' with '00:00:00' ... success
Check type 'date' with '1999-12-31' ... success
Check type 'dateTime' with '1999-12-31T00:00:00.000' ... success
Check type 'duration' with 'P1Y2M3DT10H30M' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:duration
Check type 'gYearMonth' with '1999-01' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gYearMonth
Check type 'gYear' with '1999' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gYear
Check type 'gMonthDay' with '--12-31' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gMonthDay
Check type 'gMonth' with '--12' ... failed with Exception:
XmlSchema error: Attribute value is invalid against its data type None
Check type 'gDay' with '---31' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:gDay
Check type 'base64Binary' with 'AbCd eFgH IjKl 019+' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:base64Binary
Check type 'hexBinary' with '0123456789ABCDEF' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:hexBinary
Check type 'anyURI' with 'https://www.server.com' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:anyURI
Check type 'QName' with 'xml:abc' ... failed with Exception:
XmlSchema error: Failed to convert attribute value to type http://www.w3.org/2001/XMLSchema:QName
25 from 39 succeeded.
Results from .NET 3.5
---------------------
Check type 'string' with 'abc' ... success
Check type 'normalizedString' with 'abc' ... success
Check type 'token' with 'abc' ... success
Check type 'language' with 'en' ... success
Check type 'Name' with 'abc' ... success
Check type 'NCName' with 'abc' ... success
Check type 'ID' with 'abc' ... success
Check type 'ENTITY' with 'abc' ... success
Check type 'NMTOKEN' with 'abc' ... success
Check type 'boolean' with 'true' ... success
Check type 'decimal' with '1' ... success
Check type 'integer' with '1' ... success
Check type 'nonPositiveInteger' with '0' ... success
Check type 'negativeInteger' with '-1' ... success
Check type 'long' with '9223372036854775807' ... success
Check type 'int' with '2147483647' ... success
Check type 'short' with '32767' ... success
Check type 'byte' with '127' ... success
Check type 'nonNegativeInteger' with '0' ... success
Check type 'unsignedLong' with '18446744073709551615' ... success
Check type 'unsignedInt' with '4294967295' ... success
Check type 'unsignedShort' with '65535' ... success
Check type 'unsignedByte' with '255' ... success
Check type 'positiveInteger' with '1' ... success
Check type 'float' with '1.1' ... success
Check type 'double' with '1.1' ... success
Check type 'time' with '00:00:00' ... success
Check type 'date' with '1999-12-31' ... success
Check type 'dateTime' with '1999-12-31T00:00:00.000' ... success
Check type 'duration' with 'P1Y2M3DT10H30M' ... success
Check type 'gYearMonth' with '1999-01' ... success
Check type 'gYear' with '1999' ... success
Check type 'gMonthDay' with '--12-31' ... success
Check type 'gMonth' with '--12' ... success
Check type 'gDay' with '---31' ... success
Check type 'base64Binary' with 'AbCd eFgH IjKl 019+' ... success
Check type 'hexBinary' with '0123456789ABCDEF' ... success
Check type 'anyURI' with 'https://www.server.com' ... success
Check type 'QName' with 'xml:abc' ... success
39 from 39 succeeded.