Official ECMAScript Conformance Test Suite
Test262 is the official ECMAScript conformance test suite maintained by TC39, containing over 50,000 test files designed to verify compliance with the ECMA-262, ECMA-402, and ECMA-404 specifications. The project aims to provide comprehensive test coverage of every observable behavior specified in the ECMAScript standards, and welcomes contributions from proposal champions, JavaScript engine implementers, and community members. Test262 is written in JavaScript and includes supporting tools built with Python and Node.js, such as test runners for various platforms (Node.js, Python, web, C++, and .NET) and utilities for generating regexp tests and mapping tests to web developer-facing features in collaboration with the W3C WebDX Community Group.