From 77450b53f2534295423905c8a93bbad79cfe11ae Mon Sep 17 00:00:00 2001 From: Mark Miller Date: Sun, 11 Sep 2011 21:45:26 -0700 Subject: [PATCH] Unlike the current sputnikLib.js, framework.js cannot define $ERROR etc, because the substitution logic in test262.py operates on the source after prepending framework.js. The plan is to replace sputnikLib.js with framework.js. Also, the substitution logic in test262.py should probably be fixed to apply the substitution before prepending. --- test/harness/framework.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/harness/framework.js b/test/harness/framework.js index bf799b801c..04164e18ce 100644 --- a/test/harness/framework.js +++ b/test/harness/framework.js @@ -17,17 +17,6 @@ function testPrint(message) { } -function $PRINT(message) { - testPrint(message); -} -function $INCLUDE(message) { } -function $ERROR(message) { - testFailed(message); -} -function $FAIL(message) { - testFailed(message); -} - /** * It is not yet clear that runTestCase should pass the global object * as the 'this' binding in the call to testcase.