test262/website
David Fugate 61343f1b93 TestCasePackager.py is a verbatim port of TestCasePackager.ps1. The
rationale behind the addition of this file is it's meant to replace
TestCasePackager.ps1 outright and will be runnable on all major
operating systems.  There's still a bit of cleanup work needed as
the Python port was hardly optimized for the language.

A few side effects of this change:
- it now takes under ten seconds to generate the test262 website (PS
  version was taking over a minute)
- generated *.json files are ~5% smaller in size (PS was forcing
  '\r\n' and the Python version preserves the tests' newlines whether
  they're '\r\n' or '\n')
2011-03-23 10:37:21 -07:00
..
resources TestCasePackager.py is a verbatim port of TestCasePackager.ps1. The 2011-03-23 10:37:21 -07:00
default.html Fixed a typo on the main page. 2011-03-14 11:44:30 -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