mirror of https://github.com/tc39/test262.git
Documentation
This commit is contained in:
parent
08844700fe
commit
a0e3f37134
|
@ -369,6 +369,13 @@ following strings:
|
||||||
Atomics.wait(i32, 0, 0, 1000); // Sleep for one second.
|
Atomics.wait(i32, 0, 0, 1000); // Sleep for one second.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- **`non-deterministic`** Due to implementation defined parts in the matching
|
||||||
|
specs, a test may have more than one path to pass, without failures during
|
||||||
|
the execution. While passing state still refers to a compatible implementation,
|
||||||
|
it doesn't guarantee all the assertions in the test will execute. In the same
|
||||||
|
way, it's not possible to tell the assertions would pass whenever they are
|
||||||
|
executed.
|
||||||
|
|
||||||
### `locale`
|
### `locale`
|
||||||
|
|
||||||
The `locale` attribute allows tests to declare explicit information regarding locale specificity. Its value is an array of one or more valid language tags or subtags.
|
The `locale` attribute allows tests to declare explicit information regarding locale specificity. Its value is an array of one or more valid language tags or subtags.
|
||||||
|
|
Loading…
Reference in New Issue