test262/website/resources/scripts/global
David Fugate 82c8d63eee Added a test harness 'debug' mode to Simple Test Harness. Accessible via appending
"?sitedebug" to the end of the Test262 URL.

There's a mismatch between the Test262 test harness and IE Test Center's harness
which invalidated 15.4.4.17-5-1.js, 15.4.4.18-5-1.js, and 15.4.4.20-5-1.js on Test262.
Essentially what's going on is Test262 uses the 'window' object as 'this' for the test
case functions whereas IE Test Center uses the test case object housing the test case
function as this.  This causes problems for test cases pertaining to scoping.  I've gone
ahead and adjusted the Test262 tests to expect 'window' to be 'this', and will be updating
IE Test Center's harness to use the 'window' object as well so we don't run into this
problem again.
2011-02-08 09:42:59 -08:00
..
Date_constants.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
Date_library.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
ecma-262-toc.xml Casing of the filename, ecma-262-toc.xml, has been changed. 2010-11-12 15:12:26 -08:00
environment.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
helper.js Added a test harness 'debug' mode to Simple Test Harness. Accessible via appending 2011-02-08 09:42:59 -08:00
jquery-1.4.2.min.js This commit includes Microsoft's initial contributions to Test262: 2010-10-18 20:50:07 -07:00
jquery.base64.js A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
jqueryprogressbar.js A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
math_isequal.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
math_precision.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
numeric_conversion.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
sections.js Quite a few modifications have been made to the test harness (website/resources/scripts/global/*) 2010-11-12 09:27:59 -08:00
sputnikLib.js A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
sta.js test\harness\helper.js: extended the 'finished' method to accept as input the total elapsed execution time 2011-02-03 16:28:52 -08:00
sth.js Added a test harness 'debug' mode to Simple Test Harness. Accessible via appending 2011-02-08 09:42:59 -08:00