Skip to content

Instantly share code, notes, and snippets.

@edvakf
Created March 8, 2010 03:04
Show Gist options
  • Save edvakf/324800 to your computer and use it in GitHub Desktop.
Save edvakf/324800 to your computer and use it in GitHub Desktop.
ERROR #1: " str ing " === "\u00A0str\u00A0ing\u00A0" (07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2)
INFO #1: NaN not greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #2: NaN not less or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #3: NaN not less or equal zero OR greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #4: NaN not less or equal zero ADD greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
ERROR #3.1: for(var y in undefined) y = 2 must throw TypeError. Actual: y === undefined (09_Type_Conversion/9.9_ToObject/S9.9_A1)
ERROR #4.1: for(var z in this.foo) z = 2 must throw TypeError. Actual: z === undefined (09_Type_Conversion/9.9_ToObject/S9.9_A1)
ERROR #3.1: for(var y in null) y = 2 must throw TypeError. Actual: y === . Actual: undefined (09_Type_Conversion/9.9_ToObject/S9.9_A2)
ERROR #4.1: for(var z in 'bbb'.match(/aaa/)) z = 2 must throw TypeError. Actual: z === . Actual: undefined (09_Type_Conversion/9.9_ToObject/S9.9_A2)
ERROR #1.2: this() throw TypeError. Actual: Error: WRONG_ARGUMENTS_ERR (11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4)
ERROR #1.2: ToNumber(second expression) is called first, and then ToNumber(first expression) (11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1)
ERROR #1.2: ToNumber(second expression) is called first, and then ToNumber(first expression) (11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1)
INFO Undefined variable: x (12_Statement/12.1_Block/S12.1_A2)
INFO Undefined variable: __something__undefined (12_Statement/12.2_Variable_Statement/S12.2_A1)
INFO Undefined variable: x (12_Statement/12.2_Variable_Statement/S12.2_A5)
FAIL #1: In the "if" Statement eval as Expression is admitted (12_Statement/12.5_The_if_Statement/S12.5_A2)
INFO TypeError: '__func' is not a function (13_Function_Definition/S13_A17_T2)
INFO TypeError: 'Object.prototype' is not a function (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3)
INFO TypeError: 'Object.prototype' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7)
INFO #1.1: The Function prototype object is itself a Function object without [[create]] property TypeError: 'Function.prototype' is not a constructor (15_Native_ECMA_Script_Objects/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5)
INFO TypeError: 'FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7)
FAIL #1: if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown (15_Native_ECMA_Script_Objects/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1)
FAIL #1: if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown (15_Native_ECMA_Script_Objects/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4)
ERROR #1.1: var obj = {}; obj.toString = Array.prototype.toString; obj.toString() throw TypeError. Actual: [object Object] (15_Native_ECMA_Script_Objects/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1)
ERROR #2.1: var obj = {}; obj.toString = Array.prototype.toString; obj[0] = 1; obj.length = 1; obj.toString() throw TypeError. Actual: [object Object] (15_Native_ECMA_Script_Objects/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1)
ERROR #1.1: var obj = {}; obj.toLocaleString = Array.prototype.toLocaleString; obj.toLocaleString() throw TypeError. Actual: (15_Native_ECMA_Script_Objects/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1)
ERROR #2.1: var obj = {}; obj.toLocaleString = Array.prototype.toLocaleString; obj[0] = 1; obj.length = 1; obj.toLocaleString() throw TypeError. Actual: 1 (15_Native_ECMA_Script_Objects/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7)
INFO TypeError: '__FACTORY' is not a constructor (15_Native_ECMA_Script_Objects/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7)
ERROR #8: Error matching character class s between character 2000 and 23ff (15_Native_ECMA_Script_Objects/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1)
ERROR #8: Error matching character class S between character 2000 and 23ff (15_Native_ECMA_Script_Objects/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1)
ERROR #1.1: new RegExp("a|b|[a-b]",{toString:function(){return "x" throw SyntaxError. Actual: /a|b|[a-b]/x (15_Native_ECMA_Script_Objects/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5)
ERROR #1: RegExp.prototype.toString = Object.prototype.toString; RegExp.prototype.toString() === "[object " + "Object" + "]". Actual: [object RegExp] (15_Native_ECMA_Script_Objects/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2)
ERROR #3: function otherScope(msg){return Error(msg);} var err3=otherScope(); err3.hasOwnProperty("message"). Actual: undefined (15_Native_ECMA_Script_Objects/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1)
ERROR #3: function otherScope(msg){return new Error(msg);} var err3=otherScope(); err3.hasOwnProperty("message"). Actual: undefined (15_Native_ECMA_Script_Objects/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment