Official ECMAScript Conformance Test Suite
Go to file
Leonardo Balter 89c0a952fd Add tests for DataView.prototype.byteOffset 2016-05-18 18:58:04 -04:00
docs
harness Add tests for NaN handling with Typed Arrays (#623) 2016-05-12 10:16:03 -04:00
src
test Add tests for DataView.prototype.byteOffset 2016-05-18 18:58:04 -04:00
tools [generation] Preserve newlines in `info` tag 2016-04-26 16:13:30 -04:00
website
.gitattributes
.gitignore
.hgignore
.jshintrc
CONTRIBUTING.md
INTERPRETING.md
LICENSE New tests and test fixes for ECMAScript Internationalization API. 2013-03-24 23:48:59 -07:00
README.md
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 Gorkem Yakin (@goyakin) 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