Content deleted Content added
m →Conformance: Brevity edit |
|||
Line 84:
== Conformance ==
In 2010, Ecma International started developing a standards test for Ecma 262 ECMAScript.<ref>{{cite web |url=http://test262.ecmascript.org/ |title=ECMAScript Language – test262 |publisher=Test262.ecmascript.org |access-date=2013-10-31 |url-status=dead |archive-url=https://web.archive.org/web/20110514205704/http://test262.ecmascript.org/ |archive-date=2011-05-14 }}</ref>
Test262 is an ECMAScript conformance test suite that can be used to check how closely a JavaScript implementation follows the ECMAScript Specification. The test suite contains thousands of individual tests, each of which tests some specific requirement(s) of the ECMAScript specification. The development of Test262 is a project of the Ecma Technical Committee 39 (TC39). The testing framework and the individual tests are
Important contributions were made by Google (Sputnik testsuite) and Microsoft who both contributed thousands of tests.
|