-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathtest-overrides.json
More file actions
159 lines (159 loc) · 6.86 KB
/
test-overrides.json
File metadata and controls
159 lines (159 loc) · 6.86 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
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
{
"override": [
{
"name": "function-formatInteger/formatInteger.json_43",
"ignoreError": true,
"reason": "Do not support number to word for numbers exceeding the 64-bit range"
},
{
"name": "function-parseInteger/parseInteger.json_11",
"ignoreError": true,
"reason": "Cannot parse special chars"
},
{
"name": "function-parseInteger/parseInteger.json_12",
"ignoreError": true,
"reason": "Cannot parse special chars"
},
{
"name": "function-parseInteger/parseInteger.json_39",
"ignoreError": true,
"reason": "Implementation currently uses Long instead of BigDecimal"
},
{
"name": "function-formatNumber/case002.json",
"ignoreError": true,
"reason": "Only last part of formatNumber case is taken into account"
},
{
"name": "function-formatNumber/case003.json",
"ignoreError": true,
"reason": "Only last part of formatNumber case is taken into account"
},
{
"name": "function-formatNumber/case011.json",
"ignoreError": true,
"reason": "formatNumber strange chars not implemented"
},
{
"name": "function-formatNumber/case013.json",
"ignoreError": true,
"reason": "formatNumber exponent not implemented"
},
{
"name": "function-formatNumber/case014.json",
"ignoreError": true,
"reason": "formatNumber exponent not implemented"
},
{
"name": "function-formatNumber/case016.json",
"ignoreError": true,
"reason": "Only last part of formatNumber case is taken into account"
},
{
"name": "function-formatNumber/case025.json",
"ignoreError": true,
"reason": "formatNumber exponent not implemented"
},
{
"name": "function-fromMillis/isoWeekDate.json_0",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_1",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_3",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_8",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_11",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_12",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_13",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_16",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_17",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/isoWeekDate.json_18",
"ignoreError": true,
"reason": "Ignore all fromMillis ISO week date (non-standard picture string X0001) cases - [X] behaves like [Y]"
},
{
"name": "function-fromMillis/formatDateTime.json_61",
"alternateResult": "Week: 0 of February",
"reason": "Ignore formatDateTime cases + differences in Week 5 of Jan vs Week 0 of Feb"
},
{
"name": "function-fromMillis/formatDateTime.json_63",
"alternateResult": "Week: 0 of January",
"reason": "Ignore formatDateTime cases + differences in Week 5 of Jan vs Week 0 of Feb"
},
{
"name": "function-fromMillis/formatDateTime.json_64",
"alternateResult": "Week: 5 of July",
"reason": "Ignore formatDateTime cases + differences in Week 5 of Jan vs Week 0 of Feb"
},
{
"name": "function-fromMillis/formatDateTime.json_65",
"alternateResult": "Week: 5 of December",
"reason": "Ignore formatDateTime cases + differences in Week 5 of Jan vs Week 0 of Feb"
},
{
"name": "function-string/case006.json",
"alternateResult": "1e+20",
"reason": "toString precision should be 15, handled differently by Java Bigdecimal(..., new MathContext(15)"
},
{
"name": "function-sort/case009.json",
"alternateResult": ["0406634348", "040657863", "0406654608", "0406654603"],
"reason": "the sort expression is evaluated correctly - however the sort algorithm seems to behave slightly different for equality - jsonata expects the native order to be preserved"
},
{
"name": "function-sort/case010.json",
"alternateResult": ["0406634348", "0406654608", "040657863", "0406654603"],
"reason": "same as above, works if the condition is changed to >="
},
{
"name": "function-applications/case008.json",
"ignoreError": true,
"reason": "Exception instead null/empty result. OK because the path has no match so NULL_VALUE is used as argument for $substringAfter"
},
{
"name": "matchers/case000.json",
"ignoreError": true,
"reason": "Custom matcher function not supported in Java regexp lib. OK because not much value seen"
},
{
"name": "regex/case022.json",
"ignoreError": true,
"reason": "Java regexp OK with this case. Jsonata regexp throws error because the regexp matches 0 characters, which could cause an endless loop in the custom matcher."
}
]
}