Official ECMAScript Conformance Test Suite
Go to file
Brian Terlson 7da91bceb9 Merge pull request #373 from edgemaster/pr372-es5
Fix 11.13.1-4-29gs.js incorrect comment explanation (es5)
2015-07-15 12:45:26 -07:00
console/harness Bug 1548: Update results handling for Annex B section (r+bterlson) 2013-06-07 07:05:37 -04:00
docs Add coverage documentation 2014-01-25 14:09:55 -08:00
test Fix 11.13.1-4-29gs.js incorrect comment explanation 2015-07-15 20:33:50 +01:00
tools Bug 1472: Adding JUnit Compatible XML and Logfile support for Python test runner 2013-06-10 11:51:24 -04: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.