Sputnik (JavaScript conformance test)
![]() | |
Owner | Google Inc. |
---|---|
Created by | Christian Plesner Hansen, Sandholm |
URL | sputnik.googlelabs.com |
Commercial | No |
Registration | No |
Sputnik was a JavaScript conformance test suite. The purpose of the test suite was to determine how well a JavaScript implementation adheres to the ECMA-262 specification, 5th edition, looking only at those features that were also present in the 3rd edition.[1] It contained over 5000 tests that touched all aspects of the JavaScript language.[1][2]
The test was created in Russia for testing the conformance of the V8 JavaScript engine used in Google Chrome.[1]
As part of phasing out Google Labs, Google has shut down Sputnik on August 31, 2011. All current Sputnik tests have been incorporated into Ecma's test262 test suite.
Browsers that do not pass
There is currently no browser passing the Sputnik test.[2]
Desktop browsers
![]() | This table possibly contains original research. (March 2011) |
Scores represent the number of failed tests - a perfect score is 0 (100%).
Browser name | Score of current release | Score of preview release |
---|---|---|
Internet Explorer | Internet Explorer 9 72/16436 (99.56%) [citation needed] |
Internet Explorer 10 PP2 71/16436 (99.57%) [citation needed] |
Google Chrome | Google Chrome 12.0.742.112 136/16436 (99.17%) [citation needed] |
Google Chrome 15.0.874.12 128/16436
(99.22%) |
Safari | Safari 5.1 142/16436 (99.14%) [citation needed] |
No preview available |
Mozilla Firefox | Firefox 6.0 128/16436 (99.22%) [citation needed] |
Aurora 8.0a2 (2011-09-13) 94/16436
(99.43%) |
Opera | Opera 11.51 (build 1087) 80/16436
(99.51%) |
Opera 12.00 (build 1065) 79/16436
(99.52%) |
Ecmascript testsuite
Google has handed the tests from Sputnik test suite to Ecma International for inclusion in its ECMAScript 262 test suite. Some Sputnik tests however have been found to have issues and do not conform to ECMAScript 5th edition specification.[3]
Mobile browsers
Browser name | Score of current release | Score of preview release |
---|---|---|
Android | 128/16436
(99.22%) |
no preview version |
Internet Explorer Mobile | Internet Explorer Mobile 7 477/16436
(97.1%) |
Internet Explorer Mobile 9 (SDK emulator) 88/16436
(99.46%) |
See also
References
- ^ a b c d Hansen, Christian Plesner (29 June 2009). "Launching Sputnik into Orbit". The Chromium Blog. Google. Retrieved 8 September 2010.
- ^ a b De, Pallab (11th Mar 2010). "Does Your Browser Behave? Find Out With Sputnik JavaScript Conformance Test Suite". TechieBuzz. Retrieved 8 September 2010.
{{cite web}}
: Check date values in:|date=
(help) - ^ Bug 18 -several tests assume it's okay to have a FunctionDeclaration in a Statement context