Added a few missing test case descriptions.

This commit is contained in:
David Fugate 2011-06-29 12:02:57 -07:00
parent 0e187575b1
commit 254821616f
7 changed files with 10 additions and 8 deletions

View File

@ -339,9 +339,9 @@ GlobalScopeTests["S15.1_A2_T1"]={"assertion":"The global object does not have a
GlobalScopeTests["S15.1.2.1_A2_T2"]={"assertion":"If the parse fails, throw a SyntaxError exception (but see also clause 16)","description":"Checking if execution of \"eval(\"x = 1; x\\u000A++\")\" fails","id":"S15.1.2.1_A2_T2","path":"15_Native\\15.1_The_Global_Object\\15.1.2_Function_Properties_of_the_Global_Object\\15.1.2.1_eval\\S15.1.2.1_A2_T2.js","negative":"."};
GlobalScopeTests["S15.2.4.3_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.3_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.3_Object.prototype.toLocaleString\\S15.2.4.3_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.3_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.3_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.3_Object.prototype.toLocaleString\\S15.2.4.3_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A14"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A14","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A14.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A14"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A14","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A14.js","negative":"."};
GlobalScopeTests["S15.2.4.5_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.5_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.5_Object.prototype.hasOwnProperty\\S15.2.4.5_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.5_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.5_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.5_Object.prototype.hasOwnProperty\\S15.2.4.5_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.6_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.6_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.6_Object.prototype.isPrototypeOf\\S15.2.4.6_A12.js","negative":"."};

View File

@ -5,6 +5,7 @@
* @name: S15.2.4.4_A12;
* @section: 15.2.4.4;
* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
* @description: Checking Object.prototype.valueOf invoked by the 'call' property.
* @negative
*/

View File

@ -5,6 +5,7 @@
* @name: S15.2.4.4_A13;
* @section: 15.2.4.4;
* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
* @description: Checking Object.prototype.valueOf invoked by the 'call' property.
* @negative
*/

View File

@ -5,6 +5,7 @@
* @name: S15.2.4.4_A14;
* @section: 15.2.4.4;
* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
* @description: Checking Object.prototype.valueOf invoked by the 'call' property.
* @negative
*/

File diff suppressed because one or more lines are too long

View File

@ -339,9 +339,9 @@ GlobalScopeTests["S15.1_A2_T1"]={"assertion":"The global object does not have a
GlobalScopeTests["S15.1.2.1_A2_T2"]={"assertion":"If the parse fails, throw a SyntaxError exception (but see also clause 16)","description":"Checking if execution of \"eval(\"x = 1; x\\u000A++\")\" fails","id":"S15.1.2.1_A2_T2","path":"15_Native\\15.1_The_Global_Object\\15.1.2_Function_Properties_of_the_Global_Object\\15.1.2.1_eval\\S15.1.2.1_A2_T2.js","negative":"."};
GlobalScopeTests["S15.2.4.3_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.3_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.3_Object.prototype.toLocaleString\\S15.2.4.3_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.3_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.3_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.3_Object.prototype.toLocaleString\\S15.2.4.3_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A14"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.4_A14","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A14.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.4_A14"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"Checking Object.prototype.valueOf invoked by the 'call' property.","id":"S15.2.4.4_A14","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.4_Object.prototype.valueOf\\S15.2.4.4_A14.js","negative":"."};
GlobalScopeTests["S15.2.4.5_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.5_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.5_Object.prototype.hasOwnProperty\\S15.2.4.5_A12.js","negative":"."};
GlobalScopeTests["S15.2.4.5_A13"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.5_A13","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.5_Object.prototype.hasOwnProperty\\S15.2.4.5_A13.js","negative":"."};
GlobalScopeTests["S15.2.4.6_A12"]={"assertion":"Let O be the result of calling ToObject passing the this value as the argument.","description":"","id":"S15.2.4.6_A12","path":"15_Native\\15.2_Object_Objects\\15.2.4_Properties_of_the_Object_Prototype_Object\\15.2.4.6_Object.prototype.isPrototypeOf\\S15.2.4.6_A12.js","negative":"."};