mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
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.
|
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
|
## Test Results
|
||||||
|
|
||||||
By default, tests signal failure by generating an uncaught exception. If
|
By default, tests signal failure by generating an uncaught exception. If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user