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.
This commit is contained in:
Mark Miller 2011-09-11 21:45:26 -07:00
parent a2ca5b512b
commit 77450b53f2
1 changed files with 0 additions and 11 deletions

View File

@ -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.