Official ECMAScript Conformance Test Suite
Go to file
André Bargull 2d5e7e0d44 Replace runTestCase with assert helpers [test/language/literals] 2015-08-13 17:33:06 +02:00
docs Rename `String.prototype.contains` to `String.prototype.includes` 2014-12-10 13:27:42 -08:00
harness Fix missing variable declaration 2015-08-05 20:04:02 -04:00
test Replace runTestCase with assert helpers [test/language/literals] 2015-08-13 17:33:06 +02:00
tools Remove links to hg.ecmascript.org (non-license content) 2015-07-17 17:43:27 +02:00
website Remove links to hg.ecmascript.org (non-license content) 2015-07-17 17:43:27 +02:00
.gitattributes Import tests from Google V8 (templates) 2015-04-02 12:13:51 -04:00
.gitignore
.hgignore
.jshintrc
CONSOLE-RUNNER.md Fix typo in CONSOLE-RUNNER.md 2015-02-16 12:36:28 -07:00
CONTRIBUTING.md Implement `raw` flag 2015-07-07 13:18:55 -04:00
LICENSE
README.md
excludelist.xml

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.