Sputnik (JavaScript conformance test)

From Wikipedia the free encyclopedia

Sputnik
OwnerGoogle Inc.
Created byChristian Plesner Hansen, Sandholm
URLhttps://v8.github.io/test262/website/default.html
CommercialNo
RegistrationNo
Launched29 June 2009[1]
Current statusactive (version 1234)
Content license
New BSD License

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. All current Sputnik tests have been incorporated into ECMA's Test262 test suite.

Browsers that do not pass[edit]

As an example of a browser that does not pass, Konqueror 4.10.1 still only passes 91.8% of the 11573 tests.

Desktop browsers[edit]

Scores represent the number of failed tests – a perfect score is 0 (100%).

Desktop browser results in Sputnik
Browser name Score of current release Score of preview release
Internet Explorer Internet Explorer 11.0.9600.17420
8/16436
(99.95%)

Internet Explorer 11.0.9879.0
3/16436
(99.98%)
Google Chrome Google Chrome 30.0.1599.66
9/16436
(99.95%)

Google Chrome 32.0.1700.39
10/16436
(99.94%)
Safari Safari 6.0.2
8/16436
(99.95%)

No preview results available
Mozilla Firefox Firefox 33.1.1
53/16436
(99.68%)

Firefox 68.0a1
240/16436
(98.54%)
Opera Opera 11.60 (build 1185)
1/16436
(99.99%)
Opera 12.00 (build 1191)
1/16436
(99.99%)

ECMAScript testsuite[edit]

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[edit]

Mobile browsers
Browser name Score of current release Score of preview release
Android
128/16436
(99.22%)
no preview version
Safari (iOS 6.0.2)
30/16436
(99.82%)
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[edit]

References[edit]

  1. ^ a b c d Hansen, Christian Plesner (29 June 2009). "Launching Sputnik into Orbit". The Chromium Blog. Google. Retrieved 8 September 2010.
  2. ^ "The winners are: Opera, IE, Firefox, Chrome, Safari; in that order". kristopolous. 11 November 2011. Retrieved 6 December 2011.
  3. ^ Bug 18 -several tests assume it's okay to have a FunctionDeclaration in a Statement context

External links[edit]