Official ECMAScript Conformance Test Suite
Go to file
Brian Terlson 83b07ff15e Merge pull request #132 from bterlson/rename
Clean up ./test directory
2014-12-09 13:44:08 -08:00
console/harness async,promises: initial tests of Promises 2014-07-18 05:37:08 +01:00
docs Add coverage documentation 2014-01-25 14:09:55 -08:00
harness Reorganize ./test 2014-12-07 15:33:09 -08:00
test Reorganize ./test 2014-12-07 15:33:09 -08:00
tools Update python scripts for new paths 2014-12-07 15:42:12 -08:00
website Merge pull request #36 from mmalecki/target-blank 2014-10-24 15:30:01 -07:00
.gitignore async,promises: initial tests of Promises 2014-07-18 05:37:08 +01:00
.hgignore Regenerated console runner files. Excluded generated test cases. 2012-08-26 20:47:30 -07:00
.jshintrc Added new tests for chapters 6 and 9 of ECMAScript Internationalization API Specification. 2012-08-26 20:49:25 -07:00
CONSOLE-RUNNER.md CONTRIBUTING: more notes on test writing 2014-07-31 20:17:15 +01:00
CONTRIBUTING.md document `timeout` and clean up 2014-08-25 17:00:15 +01:00
LICENSE New tests and test fixes for ECMAScript Internationalization API. 2013-03-24 23:48:59 -07:00
README.md document `timeout` and clean up 2014-08-25 17:00:15 +01:00

README.md

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

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.