Official ECMAScript Conformance Test Suite
Go to file
Sam Mikes 9dc29da897 load monkeyYaml without assuming it is on path
use imp to import monkeyYaml locally
make monkeyYaml the backup again
2014-10-24 22:36:03 +01: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
test bestPractice: supply error names to negative 2014-08-13 00:19:11 +01:00
tools load monkeyYaml without assuming it is on path 2014-10-24 22:36:03 +01:00
website tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -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.