mirror of https://github.com/tc39/test262.git
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:
parent
85373b4ce1
commit
c4759ec1f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue