10.50.8291 on 10.4.11/Intel

Sputnik   JavaScript Conformance - version 1
DoneTotal:  5246
Succeeded:  5167
Failed: 79

S7.5.3_A1.1 - Checking if execution of "abstract=1" fails; 
S7.5.3_A1.11 - Checking if execution of "extends=1" fails; 
S7.5.3_A1.12 - Checking if execution of "final=1" fails; 
S7.5.3_A1.13 - Checking if execution of "float=1" fails; 
S7.5.3_A1.14 - Checking if execution of "goto=1" fails; 
S7.5.3_A1.15 - Checking if execution of "implements=1" fails; 
S7.5.3_A1.17 - Checking if execution of "int=1" fails
S7.5.3_A1.18 - Checking if execution of "interface = 1" fails
S7.5.3_A1.19 - Checking if execution of "long=1" fails; 
S7.5.3_A1.2 - Checking if execution of "boolean=1" fails; 
S7.5.3_A1.20 - Checking if execution of "native=1" fails; 
S7.5.3_A1.21 - Checking if execution of "package=1" fails; 
S7.5.3_A1.22 - Checking if execution of "private=1" fails; 
S7.5.3_A1.23 - Checking if execution of "protected=1" fails; 
S7.5.3_A1.24 - Checking if execution of "public=1" fails; 
S7.5.3_A1.25 - Checking if execution of "short=1" fails; 
S7.5.3_A1.26 - Checking if execution of "static=1" fails; 
S7.5.3_A1.27 - Checking if execution of "super=1" fails; 
S7.5.3_A1.28 - Checking if execution of "synchronized=1" fails; 
S7.5.3_A1.29 - Checking if execution of "throws=1" fails; 
S7.5.3_A1.3 - Checking if execution of "byte=1" fails; 
S7.5.3_A1.30 - Checking if execution of "transient=1" fails; 
S7.5.3_A1.31 - Checking if execution of "volatile=1" fails; 
S7.5.3_A1.4 - Checking if execution of "char=1" fails; 
S7.5.3_A1.5 - Checking if execution of "class=1" fails; 
S7.5.3_A1.8 - Checking if execution of "double=1" fails; 
S7.5.3_A1.9 - Checking if execution of "enum=1" fails
S7.8.4_A4.3_T1 - EscapeCharacter :: DecimalDigits :: 1
S7.8.4_A4.3_T2 - EscapeCharacter :: DecimalDigits :: 7
S7.8.4_A4.3_T3 - EscapeCharacter :: DecimalDigits :: 8
S7.8.4_A4.3_T4 - EscapeCharacter :: DecimalDigits :: 9
S7.8.4_A4.3_T5 - EscapeCharacter :: u
S7.8.4_A4.3_T6 - EscapeCharacter :: x
S7.8.4_A6.1_T4 - HexEscapeSequence :: x0G is incorrect
S7.8.4_A6.2_T1 - HexDigit :: 1; 
S7.8.4_A6.2_T2 - HexDigit :: A; 
S7.8.4_A6.4_T1 - Checking if execution of "\X01" passes
S7.8.4_A6.4_T2 - Checking if execution of "\X0A" passes
S7.8.4_A7.1_T4 - UnicodeEscapeSequence :: u000G is incorrect
S7.8.4_A7.2_T1 - :: HexDigit :: 1; 
S7.8.4_A7.2_T2 - :: HexDigit :: A; 
S7.8.4_A7.2_T3 - :: HexDigit :: 1; 
S7.8.4_A7.2_T4 - :: HexDigit :: A; 
S7.8.4_A7.2_T5 - :: HexDigit :: 1; 
S7.8.4_A7.2_T6 - :: HexDigit :: A; 
S7.8.4_A7.4_T1 - Checking if execution of "\U0001" passes
S7.8.4_A7.4_T2 - Checking if execution of "\U000A" passes
S7.8.5_A3.1_T7 - IdentifierPart :: \u0067 (g)
S9.9_A1 - Trying to convert undefined to Object; 
S9.9_A2 - Trying to convert null to Object
S11.2.3_A4_T4 - Checking Global object case
S11.8.2_A2.3_T1 - Checking with "throw"
S11.8.3_A2.3_T1 - Checking with "throw"
S12.11_A2_T1 - Duplicate DefaultClause
S12.1_A1 - Trying to declare function at the Block statement
S12.5_A9_T1 - Declaring function within an "if" statement
S12.5_A9_T2 - Declaring function within and "if" that is declared within the function call
S12.6.1_A13_T1 - Declaring function within a "do-while" loop
S12.6.1_A13_T2 - Declaring a function within a "do-while" loop that is within a function call
S12.6.2_A13_T1 - Checking if declaring a function within a "while" Statement leads to an exception
S12.6.2_A13_T2 - Checking if declaring a function within a "while" Statement that is in a function call leads to an exception
S12.6.4_A13_T1 - Declaring function within a "for-in" Statement
S12.6.4_A13_T2 - Declaring function within a "for-in" Statement that is within a function call
S15.10.2.11_A1_T2 - It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression
S15.10.2.11_A1_T3 - It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression
S15.10.2.12_A1_T1 - WhiteSpace
S15.10.2.12_A2_T1 - WhiteSpace
S15.10.4.1_A5_T5 - Checking if using "{toString:function(){return "x";}}" as F leads to throwing the correct exception
S15.10.6.2_A1_T16 - RegExp is /undefined/ and call exec() without arguments
S15.10.6.3_A1_T16 - RegExp is /undefined/ and call test() without arguments
S15.10.6_A2 - Checking performs with toString function
S15.11.1.1_A1_T1 - Checking message property of different error objects
S15.11.2.1_A1_T1 - Checking message property of different error objects
S15.3.4.3_A6_T1 - argArray is (1,{})
S15.3.4.3_A6_T4 - argArray is (this,function(){return arguments;})
S15.4.4.2_A2_T1 - {}.toString = Array.prototype.toString; 
S15.4.4.3_A2_T1 - {}.toLocaleString = Array.prototype.toLocaleString; 
S15.8.2.16_A7 - Checking if Math.sin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC
S15.8.2.18_A7 - Checking if Math.tan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC

10.51.3309 on Vista

Sputnik JavaScript Conformance - version 1
DoneTotal:  5246
Succeeded:  5168
Failed: 78

S7.5.3_A1.1 - Checking if execution of "abstract=1" fails; 
S7.5.3_A1.11 - Checking if execution of "extends=1" fails; 
S7.5.3_A1.12 - Checking if execution of "final=1" fails; 
S7.5.3_A1.13 - Checking if execution of "float=1" fails; 
S7.5.3_A1.14 - Checking if execution of "goto=1" fails; 
S7.5.3_A1.15 - Checking if execution of "implements=1" fails; 
S7.5.3_A1.17 - Checking if execution of "int=1" fails
S7.5.3_A1.18 - Checking if execution of "interface = 1" fails
S7.5.3_A1.19 - Checking if execution of "long=1" fails; 
S7.5.3_A1.2 - Checking if execution of "boolean=1" fails; 
S7.5.3_A1.20 - Checking if execution of "native=1" fails; 
S7.5.3_A1.21 - Checking if execution of "package=1" fails; 
S7.5.3_A1.22 - Checking if execution of "private=1" fails; 
S7.5.3_A1.23 - Checking if execution of "protected=1" fails; 
S7.5.3_A1.24 - Checking if execution of "public=1" fails; 
S7.5.3_A1.25 - Checking if execution of "short=1" fails; 
S7.5.3_A1.26 - Checking if execution of "static=1" fails; 
S7.5.3_A1.27 - Checking if execution of "super=1" fails; 
S7.5.3_A1.28 - Checking if execution of "synchronized=1" fails; 
S7.5.3_A1.29 - Checking if execution of "throws=1" fails; 
S7.5.3_A1.3 - Checking if execution of "byte=1" fails; 
S7.5.3_A1.30 - Checking if execution of "transient=1" fails; 
S7.5.3_A1.31 - Checking if execution of "volatile=1" fails; 
S7.5.3_A1.4 - Checking if execution of "char=1" fails; 
S7.5.3_A1.5 - Checking if execution of "class=1" fails; 
S7.5.3_A1.8 - Checking if execution of "double=1" fails; 
S7.5.3_A1.9 - Checking if execution of "enum=1" fails
S7.8.4_A4.3_T1 - EscapeCharacter :: DecimalDigits :: 1
S7.8.4_A4.3_T2 - EscapeCharacter :: DecimalDigits :: 7
S7.8.4_A4.3_T3 - EscapeCharacter :: DecimalDigits :: 8
S7.8.4_A4.3_T4 - EscapeCharacter :: DecimalDigits :: 9
S7.8.4_A4.3_T5 - EscapeCharacter :: u
S7.8.4_A4.3_T6 - EscapeCharacter :: x
S7.8.4_A6.1_T4 - HexEscapeSequence :: x0G is incorrect
S7.8.4_A6.2_T1 - HexDigit :: 1; 
S7.8.4_A6.2_T2 - HexDigit :: A; 
S7.8.4_A6.4_T1 - Checking if execution of "\X01" passes
S7.8.4_A6.4_T2 - Checking if execution of "\X0A" passes
S7.8.4_A7.1_T4 - UnicodeEscapeSequence :: u000G is incorrect
S7.8.4_A7.2_T1 - :: HexDigit :: 1; 
S7.8.4_A7.2_T2 - :: HexDigit :: A; 
S7.8.4_A7.2_T3 - :: HexDigit :: 1; 
S7.8.4_A7.2_T4 - :: HexDigit :: A; 
S7.8.4_A7.2_T5 - :: HexDigit :: 1; 
S7.8.4_A7.2_T6 - :: HexDigit :: A; 
S7.8.4_A7.4_T1 - Checking if execution of "\U0001" passes
S7.8.4_A7.4_T2 - Checking if execution of "\U000A" passes
S7.8.5_A3.1_T7 - IdentifierPart :: \u0067 (g)
S9.9_A1 - Trying to convert undefined to Object; 
S9.9_A2 - Trying to convert null to Object
S11.2.3_A4_T4 - Checking Global object case
S11.5.3_A4_T6 - If dividend is a zero and the divisor is nonzero finite, the result equals the dividend
S11.8.2_A2.3_T1 - Checking with "throw"
S11.8.3_A2.3_T1 - Checking with "throw"
S12.11_A2_T1 - Duplicate DefaultClause
S12.1_A1 - Trying to declare function at the Block statement
S12.5_A9_T1 - Declaring function within an "if" statement
S12.5_A9_T2 - Declaring function within and "if" that is declared within the function call
S12.6.1_A13_T1 - Declaring function within a "do-while" loop
S12.6.1_A13_T2 - Declaring a function within a "do-while" loop that is within a function call
S12.6.2_A13_T1 - Checking if declaring a function within a "while" Statement leads to an exception
S12.6.2_A13_T2 - Checking if declaring a function within a "while" Statement that is in a function call leads to an exception
S12.6.4_A13_T1 - Declaring function within a "for-in" Statement
S12.6.4_A13_T2 - Declaring function within a "for-in" Statement that is within a function call
S15.10.2.11_A1_T2 - It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression
S15.10.2.11_A1_T3 - It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression
S15.10.2.12_A1_T1 - WhiteSpace
S15.10.2.12_A2_T1 - WhiteSpace
S15.10.4.1_A5_T5 - Checking if using "{toString:function(){return "x";}}" as F leads to throwing the correct exception
S15.10.6.2_A1_T16 - RegExp is /undefined/ and call exec() without arguments
S15.10.6.3_A1_T16 - RegExp is /undefined/ and call test() without arguments
S15.10.6_A2 - Checking performs with toString function
S15.11.1.1_A1_T1 - Checking message property of different error objects
S15.11.2.1_A1_T1 - Checking message property of different error objects
S15.3.4.3_A6_T1 - argArray is (1,{})
S15.3.4.3_A6_T4 - argArray is (this,function(){return arguments;})
S15.4.4.2_A2_T1 - {}.toString = Array.prototype.toString; 
S15.4.4.3_A2_T1 - {}.toLocaleString = Array.prototype.toLocaleString;