As David Fugate requested, changed the conversion of ietestcenter

style to append runTestCase(funcName); rather than
assertTrue(funcName.call(this)), giving the testing framework more
control.
This commit is contained in:
Mark Miller 2011-09-09 14:48:37 -07:00
parent 5c054fa412
commit 274b5514fa
5480 changed files with 5722 additions and 5602 deletions

View File

@ -28,4 +28,4 @@ function testcase() {
eval("var test\u2028prop = 66;"); eval("var test\u2028prop = 66;");
return prop === 66 && !this.hasOwnProperty("test") && typeof test === "undefined"; return prop === 66 && !this.hasOwnProperty("test") && typeof test === "undefined";
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -31,4 +31,4 @@ function testcase() {
*/ */
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -31,4 +31,4 @@ function testcase() {
*/ */
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -31,4 +31,4 @@ function testcase() {
*/ */
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -31,4 +31,4 @@ function testcase() {
*/ */
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -28,4 +28,4 @@ function testcase() {
var prop = "a\uFFFFa"; var prop = "a\uFFFFa";
return prop.length === 3 && prop !== "aa" && prop[1] === "\uFFFF"; return prop.length === 3 && prop !== "aa" && prop[1] === "\uFFFF";
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -28,4 +28,4 @@ function testcase() {
eval("var test\u2029prop = 66;"); eval("var test\u2029prop = 66;");
return prop === 66 && !this.hasOwnProperty("test") && typeof test === "undefined"; return prop === 66 && !this.hasOwnProperty("test") && typeof test === "undefined";
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -28,4 +28,4 @@ function testcase() {
var prop = "66\u2028123"; var prop = "66\u2028123";
return prop === "66\u2028123" && prop[2] === "\u2028" && prop.length === 6; return prop === "66\u2028123" && prop[2] === "\u2028" && prop.length === 6;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -28,4 +28,4 @@ function testcase() {
var prop = "66\u2029123"; var prop = "66\u2029123";
return prop === "66\u2029123" && prop[2] === "\u2029" && prop.length === 6; return prop === "66\u2029123" && prop[2] === "\u2029" && prop.length === 6;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -33,4 +33,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -33,4 +33,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -32,4 +32,4 @@ function testcase() {
return e instanceof SyntaxError; return e instanceof SyntaxError;
} }
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -46,4 +46,4 @@ function testcase(){
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -45,4 +45,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

View File

@ -62,4 +62,4 @@ function testcase() {
} }
return true; return true;
} }
assertTrue(testcase.call(this)); runTestCase(testcase);

Some files were not shown because too many files have changed in this diff Show More