test262/tools
David Fugate 0bcccaca10 Refactored TestCasePackager.ps1 such that it now produces test case XMLs according
to the following criteria:
1.  If a test case directory directly contains *.js files at the root level, package
    the entire directory as an XML regardless of how many *.js files are in
    subdirectories
2.  If the directory and subdirectories contain less than 1,000 test cases, package
    the entire directory as an XML.  Otherwise...
3.  Perform steps 1 and 2 on each subdirectory of the directory

The net effect of this change is that no test case XMLs are larger than 1.5 megs any longer,
although the total number of test XMLs has jumped from about a dozen to ~75.  This should
make running the test harness seem a little smoother across all browsers since we won't be
blocked downloading 4 meg files for several seconds any longer.
2011-03-02 10:24:58 -08:00
..
SputnikConverter Sputnik tests were previously modified to ensure global objects with common names (e.g., 'obj') 2011-02-10 17:58:47 -08:00
TestCaseHTMLPackager Refactored TestCasePackager.ps1 such that it now produces test case XMLs according 2011-03-02 10:24:58 -08:00
CoverageAnalyzer.py Added a tool to help analyze our coverage of ES5. 2011-01-14 15:07:29 -08:00