v8/test/intl/relative-time-format
Frank Tang 91a5b3a73a [Intl] Fix RelativeTimeFormat formatToParts
The Intl.RelativeTimeFormat.prototype.formatToParts does not
correctly implement the spec. Change the implementation by refactoring
the JSNumber::FormatToParts and delegate part of the

JSRelativeTimeFormat::FormatToParts to call the new refactored function.

Bug: v8:8382
Change-Id: Ie153aa256ca78ce71c92efcdad55262564349ca9
Reviewed-on: https://chromium-review.googlesource.com/c/1305936
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57188}
2018-10-31 20:18:36 +00:00
..
constructor.js [Intl] Implement Intl.RelativeTimeFormat constructor 2018-07-10 14:20:06 +00:00
default-locale-fr-CA.js [Intl] Implement Intl.RelativeTimeFormat.prototype.resolvedOptions 2018-07-10 14:24:26 +00:00
default-locale-pt-BR.js [Intl] Implement Intl.RelativeTimeFormat.prototype.resolvedOptions 2018-07-10 14:24:26 +00:00
format-en.js [Intl] add tests for 'quarter' 2018-09-26 20:56:49 +00:00
format-to-parts-en.js [Intl] Fix RelativeTimeFormat formatToParts 2018-10-31 20:18:36 +00:00
format-to-parts-plural.js [Intl] add tests for 'quarter' 2018-09-26 20:56:49 +00:00
format-to-parts.js [Intl] Implement Intl.RelativeTimeFormat.prototype.{format, formatToParts} 2018-07-18 12:49:22 +00:00
format.js [Intl] Implement Intl.RelativeTimeFormat.prototype.{format, formatToParts} 2018-07-18 12:49:22 +00:00
resolved-options.js [Intl] Clean up TODO(ftang) 2018-10-24 18:17:58 +00:00
supported-locale.js [Intl] add supportedLocales for Intl.ListFormat 2018-08-29 17:13:36 +00:00