Commit 02c19000 authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Extend the tests for more Intl objects.

Bug: v8:5751
Change-Id: Icfd4b86499395b49f67a97e46d1b1b87ed9c01eb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1605356Reviewed-by: 's avatarMathias Bynens <mathias@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61423}
parent e483fb27
...@@ -27,11 +27,17 @@ ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment