Sputnik (JavaScript conformance test)
![]() | |
Owner | Google Inc. |
---|---|
Created by | Christian Plesner Hansen, Sandholm |
URL | sputnik.googlelabs.com |
Commercial | No |
Registration | No |
Sputnik is a JavaScript conformance test suite. The purpose of the test suite is 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 contains over 5000 tests that touch 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]
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 PP1 72/16436 (99.56%) [citation needed] |
Google Chrome | Google Chrome 11.0.696.68 136/16436 (99.17%) [citation needed] |
Google Chrome 13.0.772.0 136/16436 (99.17%) [citation needed] |
Safari | Safari 5.0.5 170/16436 (98.97%) [citation needed] |
Safari 5.0.5 (Webkit r87475) 141/16436 (99.14%) [citation needed] |
Mozilla Firefox | Firefox 4.0.1 181/16436 (98.9%) [citation needed] |
Firefox 7.0a1 128/16436 (99.22%) [citation needed] |
Opera | Opera 11.11 (build 2109) 80/16436 (99.51%) [citation needed] |
Opera 11.50 (build 1024) 80/16436 (99.51%) [citation needed] |
Ecmascript testsuite
Google has handed the test from Sputnik testsuite to Ecma International for inclusion in its Ecmascript 262 testsuite. Some sputnik tests however have been found to have issues and are not fully conforming to Ecmascript version 5 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