зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b8d222ed8a
Коммит
5943227469
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче