Extend the tests for more Intl objects.
Bug: v8:5751 Change-Id: Icfd4b86499395b49f67a97e46d1b1b87ed9c01eb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1605356 Reviewed-by: Mathias Bynens <mathias@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#61423}
This commit is contained in:
parent
e483fb2731
commit
02c1900095
@ -27,11 +27,17 @@
|
|||||||
|
|
||||||
// Tests supportedLocalesOf method.
|
// Tests supportedLocalesOf method.
|
||||||
|
|
||||||
|
// Flags: --harmony-intl-segmenter
|
||||||
|
|
||||||
var services = [
|
var services = [
|
||||||
Intl.DateTimeFormat,
|
|
||||||
Intl.Collator,
|
Intl.Collator,
|
||||||
|
Intl.DateTimeFormat,
|
||||||
Intl.NumberFormat,
|
Intl.NumberFormat,
|
||||||
Intl.PluralRules
|
Intl.ListFormat,
|
||||||
|
Intl.PluralRules,
|
||||||
|
Intl.RelativeTimeFormat,
|
||||||
|
Intl.Segmenter,
|
||||||
|
Intl.v8BreakIterator,
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const service of services) {
|
for (const service of services) {
|
||||||
|
Loading…
Reference in New Issue
Block a user