Official ECMAScript Conformance Test Suite
Go to file
Mike Pennisi cc7c77b9a1 Add test for Promise prototype property descriptor 2016-06-27 15:31:00 -04:00
docs
harness Remove precision-equivalency tests 2016-06-20 17:44:11 -04:00
src Add tests for default parameters 2016-06-21 12:22:47 -04:00
test Add test for Promise prototype property descriptor 2016-06-27 15:31:00 -04:00
tools
website
.gitattributes
.gitignore
.hgignore
.jshintrc
CONTRIBUTING.md
INTERPRETING.md Document requirements for module tests 2016-06-21 12:17:51 -04:00
LICENSE
README.md Update maintainer in README.MD 2016-06-22 15:20:24 -07:00
excludelist.xml
make.py

README.md

Test262 is the official ECMAScript (ECMA-262) conformance suite.

Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals. It is maintained by Tom Care (@tcare) with significant contributions from many in the ECMAScript community.

Contributing to Test262

See CONTRIBUTING.md

  1. Sign the Test262 CLA.
  2. 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.

Running Test262

See INTERPRETING.md