test262/tools
David Fugate d3d9d28c18 Sputnik tests were previously modified to ensure global objects with common names (e.g., 'obj')
were actually unique across the test cases.  This *was* needed prior to November as we weren't
running each test case in it's own private global environment.  The situation now is that
we're running each test within it's own iframe => the modifications are no longer needed.

Few small improvements to SputnikConverter:
- App.config file locations have been fixed
- template files get pushed alongside generated tool binaries
- the root path for Sputnik conformance files is "Conformance", not "tests"
- allow the main exe to throw exceptions so they can be properly debugged with VS
2011-02-10 17:58:47 -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 TestCasePackager.ps1 had problems dealing with test case files that had valid test code 2010-11-16 15:43:29 -08:00
CoverageAnalyzer.py Added a tool to help analyze our coverage of ES5. 2011-01-14 15:07:29 -08:00