INTERPRETING.md: explicitly disallow use of Test262-Defined Bindings and Host-Defined Functions in _FIXTURE.js files (#2130)

This commit is contained in:
Rick Waldron 2019-04-17 15:44:42 -04:00 committed by Leo Balter
parent 631b36a734
commit ba013cf7fc
1 changed files with 5 additions and 3 deletions

View File

@ -135,9 +135,11 @@ This must precede any additional text modifications described by test metadata.
### Modules
Test262 includes tests for ECMAScript 2015 module code, denoted by the "module"
metadata flag. Files bearing a name ending in `_FIXTURE.js` should not be
interpreted as standalone tests; they are intended to be referenced by test
files.
metadata flag. Files bearing a name ending in `_FIXTURE.js`:
- **MUST NOT** be interpreted as standalone tests; they are intended to be referenced by test files.
- **MUST NOT** refer to, or make use of any [Test262-Defined Bindings](#test262-defined-bindings) in any way.
- **MUST NOT** refer to, or make use of any [Host-Defined Functions](#host-defined-functions) in any way.
All module specifiers used by Test262 begin with the character sequence `./`.
The remaining characters should be interpreted as the name of a file within the