Skip to content
Snippets Groups Projects
Commit 77450b53 authored by Mark Miller's avatar Mark Miller
Browse files

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.
parent a2ca5b51
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment