Official ECMAScript Conformance Test Suite
Go to file
Mike Pennisi f26c2a11bd Remove unnecessary "includes" directives
The values defined by the referenced files are not used by these tests.
This makes their inclusion superfluous, which needlessly increases the
time to execute the tests and may confuse some readers.
2019-09-25 13:59:24 -04:00
.circleci Fix jsc execution in Circle CI (#2363) 2019-09-24 13:48:08 -04:00
docs
harness Correct bug in property helper (#2364) 2019-09-24 16:05:30 -04:00
implementation-contributed Merge pull request #2063 from test262-automation/javascriptcore-test262-automation-export-7a0293f26c 2019-07-21 21:17:36 -04:00
src Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
test Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
tools Generation: Support Python 3 (#2288) 2019-08-14 12:46:23 -04:00
website
.editorconfig
.gitattributes
.gitignore Atomics: fix typo "throwes" => "throws" 2018-06-26 14:51:45 -04:00
.hgignore
.jshintrc
.npmrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md Call $DONE function exactly once per test 2019-07-22 02:12:24 -07:00
ECMA TR-104.pdf
INTERPRETING.md Documentation 2019-09-23 12:26:02 -04:00
LICENSE
README.md Added URL for C++ test harness. (#1615) 2018-06-29 14:59:45 -04:00
excludelist.xml
features.txt Revert "Remove tests based on the $262.gc hook" 2019-09-23 12:26:02 -04:00
github-deploy-key.enc
lint.exceptions Remove obsolete lint exceptions. (#2276) 2019-08-09 10:58:44 -04:00
make.py
package.json Fix test:diff npm scripts (#2225) 2019-07-08 15:32:35 -04:00

README.md

Test262: ECMAScript Test Suite (ECMA TR/104)

Test262 is the implementation conformance test suite for the latest drafts (or most recent published edition) of the following Ecma specifications:

Test262 itself is described in ECMA TR/104 and is included in ECMA-414 (pdf).

Goals & State of Test262

The goal of Test262 is to provide test material that covers every observable behavior specified in the ECMA-414 Standards Suite. Development of Test262 is an on-going process. As of October 2017, Test262 consisted of over 29272 individual test files covering the majority of the pseudo-code algorithms and grammar productions defined in the ECMA-414 Standards Suite. Each of these files contains one or more distinct test cases. This marks the most comprehensive ECMAScript test suite to date. While test coverage is broad, TC39 does not consider coverage to be complete and as with any software project there exists the possibility of omissions and errors. This project welcomes any contributions to Test262 that help make test coverage of existing features more comprehensive.

ECMAScript feature proposals

As defined in the TC39 Process, Stage 4 Entrance Criteria requires tests for new feature proposals to advance. Tests may be written by proposal champions, implementers, or any interested community member.

A proposal champion is someone that worked on the feature proposal and specification directly.

An implementer is someone that works on implementing the proposal into a JavaScript engine, parser, runtime or embedding.

A community member is you, and we welcome you to contribute! If you're having trouble getting started, or even just want to ask a question, feel free to open an issue.

Contributing to Test262

Guidance for contributing to Test262 can be found in CONTRIBUTING.md.

Authors of contributions from non-Ecma member organizations must sign the Test262 CLA

Running Test262

Guidance for running Test262 and explanations of how a test file is interpreted by a test runner is in INTERPRETING

Test262 Runners & Harnesses

Volunteer-maintained projects that may be used to execute Test262 in various ECMAScript hosts: