Official ECMAScript Conformance Test Suite
Go to file
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
external/contributions/Microsoft/ietestcenter_ppb5 15.4.4.14-9-b-i-6.js and 15.4.4.15-9-b-i-6.js were never reviewed internally at Microsoft 2010-11-16 08:00:32 -08:00
test 15.4.4.14-9-b-i-6.js and 15.4.4.15-9-b-i-6.js were never reviewed internally at Microsoft 2010-11-16 08:00:32 -08:00
tools TestCasePackager.ps1 had problems dealing with test case files that had valid test code 2010-11-16 15:43:29 -08:00
website TestCasePackager.ps1 had problems dealing with test case files that had valid test code 2010-11-16 15:43:29 -08:00