All Projects → tc39 → Test262

tc39 / Test262

Licence: other
Official ECMAScript Conformance Test Suite

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Test262

Capture Stream
Capture stream output.
Stars: ✭ 10 (-99.44%)
Mutual labels:  tests
Buntis
A 100% compliant, self-hosted typescript parser that emits an ESTree-compatible AST
Stars: ✭ 90 (-94.92%)
Mutual labels:  tc39
Proposal Record Tuple
ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
Stars: ✭ 1,394 (-21.24%)
Mutual labels:  tc39
Cypress
Fast, easy and reliable testing for anything that runs in a browser.
Stars: ✭ 35,145 (+1885.59%)
Mutual labels:  tests
Xrautomatedtests
XRAutomatedTests is where you can find functional, graphics, performance, and other types of automated tests for your XR Unity development.
Stars: ✭ 77 (-95.65%)
Mutual labels:  tests
Csi Test
CSI test frameworks
Stars: ✭ 90 (-94.92%)
Mutual labels:  tests
Bigint Buffer
💪🔢 bigint-buffer: Buffer Utilities for TC39 BigInt Proposal
Stars: ✭ 26 (-98.53%)
Mutual labels:  tc39
Create Test Server
Creates a minimal Express server for testing
Stars: ✭ 117 (-93.39%)
Mutual labels:  tests
Awesome Playwright
A curated list of awesome tools, utils and projects using Playwright
Stars: ✭ 79 (-95.54%)
Mutual labels:  tests
Mimic
A mocking library for Elixir
Stars: ✭ 104 (-94.12%)
Mutual labels:  tests
Phpunit Easymock
Build PHPUnit mocks easily
Stars: ✭ 37 (-97.91%)
Mutual labels:  tests
Tc39
360 Ecma-TC39 工作组
Stars: ✭ 75 (-95.76%)
Mutual labels:  tc39
Mongodb Memory Server
Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config).
Stars: ✭ 1,376 (-22.26%)
Mutual labels:  tests
Test Pack
A Symfony Pack for functional testing
Stars: ✭ 865 (-51.13%)
Mutual labels:  tests
Narwhal
A progressive test framework for C.
Stars: ✭ 110 (-93.79%)
Mutual labels:  tests
Atom Mocha Test Runner
Run your Atom package tests using Mocha
Stars: ✭ 10 (-99.44%)
Mutual labels:  tests
Jest Allure
Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.
Stars: ✭ 90 (-94.92%)
Mutual labels:  tests
Cherow
Very fast and lightweight, standards-compliant, self-hosted javascript parser with high focus on both performance and stability
Stars: ✭ 1,539 (-13.05%)
Mutual labels:  tc39
Js Class Fields Chinese Discussion
JavaScript的『class fields』提案中文讨论
Stars: ✭ 117 (-93.39%)
Mutual labels:  tc39
Kappuccino
A kotlin library to simplify how to do espresso tests on Android.
Stars: ✭ 104 (-94.12%)
Mutual labels:  tests

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 must be interpreted by a test runner is in INTERPRETING

Test262 Runners

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

How To Read CI Results

Test262 runs CI tests against every PR and commit. The only tests that are required to pass are visibly flagged as REQUIRED. The CI test results that are attributed to specific runs against specific engines should not be perceived as meaningful to anyone but the person that is reviewing the test material contained within the contributed changeset. These tests are almost always expected to fail, especially in the case of tests for new features. They may be helpful in determining whether or not a regression occurred, but that can only be determined by an actual human reviewing the results and comparing those outcomes to the expected outcomes of the tests.

Where did website/ go?

It's been removed. If you need to access the code that contained in that directory, we've preserved it in a branch, available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].