Document interpreting instructions for test/intl402/

Since we're going to document instructions for test/staging/ which also
has its own intl402/ subfolder, we may as well document this folder as
well.
This commit is contained in:
Philip Chimento 2022-10-28 16:45:32 -07:00 committed by Ms2ger
parent 85373b4ce1
commit c4759ec1f2
1 changed files with 5 additions and 0 deletions

View File

@ -160,6 +160,11 @@ located at `test/language/import/nested/dep.js`.
Files bearing a name ending in `.json` are intended to be interpreted as JSON.
### Implementations without ECMA-402
Tests in the `test/intl402/` folder assume that the implementation supports [ECMA-402, the ECMAScript Internationalization API Specification](https://tc39.github.io/ecma402/).
When testing an implementation lacking the capabilities in ECMA-402, the tests in that folder should be skipped.
## Test Results
By default, tests signal failure by generating an uncaught exception. If