test262/website
David Fugate 42b884b7ba TestCasePackager.ps1 had problems dealing with test case files that had valid test code
prior to the usage of "ES5Harness".  Specifically in cases like:
  var abc = ...;
  ES5Harness.registerTest( {
  //...abc gets used here

the declaration of "abc" would've been ripped out thereby corrupting the test.

This change fixes the issue for all existing IE Test Center and Sputnik test cases. Note
however that it could potentially fail for lines like this: "/*abc*/ /*".  If we ever add
cases including comments like this, the implementation of isTestStarted will need to be
revisited.

There were five such test cases that were being affected by this issue in IE Test
Center's chapter 10 and 15 tests.  These have all been fixed via the updated script.
2010-11-16 15:43:29 -08:00
..
enginereports Changed the case of a couple of files. 2010-11-15 09:52:07 -08:00
resources TestCasePackager.ps1 had problems dealing with test case files that had valid test code 2010-11-16 15:43:29 -08:00
browsersreport.html Added all command bar options back into browserreport.html (there are assumptions about the number 2010-11-12 11:03:58 -08:00
default.html Four or five IE Test Center test cases (ES5 Chapter 10) were corrupted due to a bug in 2010-11-13 15:22:20 -08:00
ecmascripthome.html A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
favicon.ico Added a favicon as Chrome appears to be requesting this file each time a test262 test case 2010-11-12 19:12:31 -08:00
projects.html A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
specifications.html A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00
tc39.html A number of bugs in the Test262 harness are fixed with this check-in. 2010-11-01 16:28:46 -07:00