Official ECMAScript Conformance Test Suite
Go to file
Brian Terlson 880a7e9316 Merge pull request #12 from ryanmurakami/es6Tests
* es6Tests:
  first batch of ES6 tests
2014-07-16 17:34:23 -07:00
console/harness Adding Support for Async Tests 2014-07-15 13:47:59 -07:00
docs Add coverage documentation 2014-01-25 14:09:55 -08:00
test first batch of ES6 tests 2014-07-16 17:31:37 -07:00
tools Adding Support for Async Tests 2014-07-15 13:47:59 -07:00
website Bug 1128: use Date.prototype.getFullYear() in S15.2.2.1_A2_T5 2013-06-13 10:07:45 -04: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
CONTRIBUTING.md Added contributing.md and improved README 2014-07-10 14:53:31 -07:00
LICENSE New tests and test fixes for ECMAScript Internationalization API. 2013-03-24 23:48:59 -07:00
README.md Added contributing.md and improved README 2014-07-10 14:53:31 -07: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.