mirror of https://github.com/tc39/test262.git
d4354d14d5
This commit normalizes the test case format used across test262. It applies the following transformations: * Convert to YAML for frontmatter * Remove of trailing whitespace * Replace /r/n with /n except in chapters 6 and 7. * Copyright header always uses // comments * new includes attribute replaces $INCLUDE * No implicit assumptions about test environment other than $ERROR. Everything else appears in the include array. This includes "runTestCase" which is now included in a substantial number of tests. |
||
---|---|---|
console/harness | ||
docs | ||
test | ||
tools | ||
website | ||
.gitignore | ||
.hgignore | ||
.jshintrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
README.md
Test262 is the official ECMAScript (ECMA-262) conformance suite.
Contributing to Test262
See contributing.md
- Sign the Test262 CLA.
- Send a pull request. Please make sure you have one commit per pull request. If you have multiple commits, squash them before sending the pull request.