Mypal/js/src/tests/Intl
Fedor a88dad9fed Update intl tzdata 2019-07-08 13:09:38 +03:00
..
Array basic source 2019-03-11 13:26:37 +03:00
Collator basic source 2019-03-11 13:26:37 +03:00
Date basic source 2019-03-11 13:26:37 +03:00
DateTimeFormat Update intl tzdata 2019-07-08 13:09:38 +03:00
NumberFormat basic source 2019-03-11 13:26:37 +03:00
TypedArray basic source 2019-03-11 13:26:37 +03:00
extensions basic source 2019-03-11 13:26:37 +03:00
README.txt basic source 2019-03-11 13:26:37 +03:00
browser.js basic source 2019-03-11 13:26:37 +03:00
four-letter-language-codes.js basic source 2019-03-11 13:26:37 +03:00
getCalendarInfo.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales-overridden-arg-length.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales-overridden-push.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales-overridden-set.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales-weird-cases.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales-with-duplicates.js basic source 2019-03-11 13:26:37 +03:00
getCanonicalLocales.js basic source 2019-03-11 13:26:37 +03:00
getDisplayNames.js basic source 2019-03-11 13:26:37 +03:00
shell.js basic source 2019-03-11 13:26:37 +03:00

README.txt

Integration Tests for ECMAScript Internationalization API
=========================================================

The tests in this directory test the integration of the ICU library
(Internationalization Components for Unicode) into the implementation of the
ECMAScript Internationalization API in SpiderMonkey.

These integration tests are complementary to:

- The Test402 test suite maintained by Ecma TC39, which tests conformance of
  an implementation to standard ECMA-402, ECMAScript Internationalization API
  Specification. Test402 is currently maintained as part of Test262, the overall
  conformance test suite for ECMAScript; for more information, see
  http://wiki.ecmascript.org/doku.php?id=test262:test262

- The test suite of the ICU library, which tests the implementation of ICU
  itself and correct interpretation of the locale data it obtains from CLDR
  (Common Locale Data Repository). For information on ICU, see
  http://site.icu-project.org

The integration tests check for a variety of locales and options whether the
results are localized in a way that indicates correct integration with ICU.
Such tests are somewhat fragile because the underlying locale data reflects
real world usage and is therefore subject to change. When the ICU library used
by Mozilla is upgraded, it is likely that some of the integration tests will
fail because of locale data changes; however, others might fail because of
actual software bugs. Failures therefore have to be examined carefully.