Skip to content
Snippets Groups Projects
Commit 61343f1b authored by David Fugate's avatar David Fugate
Browse files

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')
parent 2282dfba
No related branches found
No related tags found
Loading
Showing
with 341 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment