Bug 1533481 - Part 7: Update expected results after ICU update. r=jwalden!

Reviewers: jwalden

Reviewed By: jwalden

Subscribers: jandem

Bug #: 1533481

Differential Revision: https://phabricator.services.mozilla.com/D25267

--HG--
extra : rebase_source : d70d7c8c7b56db8d8c5c0952090e476bca4b5e85
This commit is contained in:
André Bargull 2019-04-04 12:45:57 +03:00
Родитель b8d222ed8a
Коммит 5943227469
2 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -574,3 +574,9 @@ skip script test262/harness/detachArrayBuffer.js
####################################################
# Tests disabled due to invalid test expectations #
####################################################
# zh-Hans-CN and zh are supported by ICU, but the test requires that ICU also
# explicitly supports zh-Hans. That isn't the case and it rather looks like the
# shouldn't require that zh-Hans is explicitly supported without a fallback to
# zh.
skip script test262/intl402/fallback-locales-are-supported.js

Просмотреть файл

@ -248,13 +248,15 @@ var arPercentFormatter =
new Intl.NumberFormat("ar-IQ", arPercentOptions);
assertParts(arPercentFormatter, -135.32,
[MinusSign("\u{061C}-"),
[Literal("\u{061C}"),
MinusSign("-"),
Integer("١٣"),
Group("٬"),
Integer("٥٣٢"),
Decimal("٫"),
Fraction("٠٠"),
PercentSign("٪\u{061C}")]);
PercentSign("٪"),
Literal("\u{061C}")]);
// Decimals.