Official ECMAScript Conformance Test Suite
Go to file
Leo Balter b1ca9c0222
Add link in the README file
2017-05-18 15:53:41 -04:00
docs
harness
src Fix features flags 2017-05-16 17:31:32 -04:00
test Remove unnecessary tests 2017-05-17 15:27:51 -04:00
tools Allow to specify negative frontmatter values in templates files 2017-05-04 09:29:37 -07:00
website
.editorconfig
.gitattributes
.gitignore
.hgignore
.jshintrc
.travis.yml
CONTRIBUTING.md CONTRIBUTING: Fix typo (#1013) 2017-05-01 13:22:49 -04:00
ECMA TR-104.pdf Update TR-104 with released version 2017-05-18 15:47:35 -04:00
FEATURES.md Add minimal documentation for features flags (#1022) 2017-05-08 16:05:13 -04:00
INTERPRETING.md
LICENSE
README.md Add link in the README file 2017-05-18 15:53:41 -04:00
excludelist.xml
github-deploy-key.enc
lint.whitelist
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) and Leo Balter (@leobalter) with significant contributions from many in the ECMAScript community.

This project is also described by the Ecma Technical Report 104.

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

There are a number of volunteer-maintained projects that may be used to execute Test262 in various ECMAScript hosts: