Skip to content
Official ECMAScript Conformance Test Suite
JavaScript Other
Branch: master
Clone or download

Latest commit

leobalter Merge pull request #2640 from shvaikalesh/async-yield-return-is-awaited
Test that yield* return() awaits received value
Latest commit 14478c9 May 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci CI: clarify Tools->Jobs names; add build & lint to python 3 run May 13, 2020
docs Rename `String.prototype.contains` to `String.prototype.includes` Dec 10, 2014
harness Change `alphanum` to character class Apr 29, 2020
implementation-contributed [v8-test262-automation] Updated curation log with latest revision sha… Feb 6, 2020
src Fix feature flag in static-private-method-and-instance-method-brand-c… May 21, 2020
test Use Promise chaining May 27, 2020
tools Read existing generated files with correct encoding May 13, 2020
website fix: comparing typeof expression May 31, 2018
.editorconfig Unify indentation and add .editorconfig (#973) Apr 13, 2017
.gitattributes Import tests from Google V8 (templates) Apr 2, 2015
.gitignore Atomics: fix typo "throwes" => "throws" Jun 26, 2018
.hgignore Regenerated console runner files. Excluded generated test cases. Aug 27, 2012
.jshintrc Added new tests for chapters 6 and 9 of ECMAScript Internationalizati… Aug 27, 2012
.npmrc Only apps should have lockfiles Jul 26, 2017
CODE_OF_CONDUCT.md Add CoC.md reference file Apr 11, 2018
CONTRIBUTING.md Call $DONE function exactly once per test Jul 22, 2019
ECMA TR-104.pdf Update TR-104 with released version May 18, 2017
INTERPRETING.md INTERPRETING.md: make IsHTMLDDA easier to read May 13, 2020
LICENSE Whitespace cleanups. CRLF => LF Oct 9, 2019
README.md Added URL for C++ test harness. (#1615) Jun 29, 2018
excludelist.xml Fix packager.py for updated locations Dec 9, 2014
features.txt Atomics.waitAsync: add feature to features.txt Apr 23, 2020
github-deploy-key.enc Update deploy keys Apr 24, 2017
lint.exceptions Fix lint.exceptions, I hope? Mar 2, 2020
make.py Make make.py python3 compatible May 13, 2020
package.json Dependency: test262-harness@7.3.0 Mar 23, 2020

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:

You can’t perform that action at this time.