Commit f4c9166
Craig Cornelius
Known issues in NodeJS datetime format (#520)
* Updating number format data generation and NodeJS number_fmt
* Updated C++ number format, fixing errors and failing tests
* Fix number format in ICU4J
* Remove cout
* Add halfOdd to possible test results
* Add dateTimeFormatType to datagen, schema, and CPP version
* Updating regex for unsupported test types.
* Updates as suggested
* Classify some datetime_fmt errors as known issues, fixing some ICU4C and ICU4J failures.
* Handle Node known issue for timezone only format
* responding to review suggestions
* DateTime checking known issues
* Removing schema change
* Removing change in cpp file
* Undoing unrelated change
* Remove extra check for comma
* Remove copy
* Reply to suggestions
* Restore check_list_differences
* Fix when result is missing
* Add timezone name differences to known issues
* Massaging values to check KI for UTC vs GMT
* Add continue statements1 parent 001f0d4 commit f4c9166
2 files changed
+23
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
210 | 227 | | |
211 | 228 | | |
212 | 229 | | |
| |||
232 | 249 | | |
233 | 250 | | |
234 | 251 | | |
235 | | - | |
236 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
237 | 256 | | |
238 | 257 | | |
239 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
| 837 | + | |
| 838 | + | |
838 | 839 | | |
839 | 840 | | |
840 | 841 | | |
| |||
0 commit comments