Sputnik is an ECMA-262 conformance test suite.
The purpose of the test suite is to determine how well a JavaScript implementation adheres to the ECMA-262 specification, 3rd edition. It contains over 5000 tests that touch all aspects of the JavaScript language.
Want to run the tests on a JavaScript implementation? Have a look at our RunningSputnik guide on downloading and running the tests.