Official ECMAScript Conformance Test Suite
Go to file
Brian Terlson a1437652ab Merge pull request #313 from evilpie/includes
Use the more common array syntax for includes
2015-06-11 12:07:48 -04:00
docs Rename `String.prototype.contains` to `String.prototype.includes` 2014-12-10 13:27:42 -08:00
harness Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
test Merge pull request #313 from evilpie/includes 2015-06-11 12:07:48 -04:00
tools Fix monkey yaml's handling of carriage return 2015-06-10 10:45:23 -04:00
website
.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 Add tests for early errors in module syntax 2015-06-03 13:15:15 -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.