-
- Downloads
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')
Showing
- tools/TestCaseHTMLPackager/TestCasePackager.ps1 0 additions, 0 deletionstools/TestCaseHTMLPackager/TestCasePackager.ps1
- tools/TestCaseHTMLPackager/TestCasePackager.py 323 additions, 0 deletionstools/TestCaseHTMLPackager/TestCasePackager.py
- website/resources/scripts/testcases/07_Lexical_Conventions.json 1 addition, 1 deletion...e/resources/scripts/testcases/07_Lexical_Conventions.json
- website/resources/scripts/testcases/08_Types.json 1 addition, 1 deletionwebsite/resources/scripts/testcases/08_Types.json
- website/resources/scripts/testcases/09_Type_Conversion.json 1 addition, 1 deletionwebsite/resources/scripts/testcases/09_Type_Conversion.json
- website/resources/scripts/testcases/10_Execution_Contexts.json 1 addition, 1 deletion...te/resources/scripts/testcases/10_Execution_Contexts.json
- website/resources/scripts/testcases/11.10_Binary_Bitwise_Operators.json 1 addition, 1 deletion...ces/scripts/testcases/11.10_Binary_Bitwise_Operators.json
- website/resources/scripts/testcases/11.11_Binary_Logical_Operators.json 1 addition, 1 deletion...ces/scripts/testcases/11.11_Binary_Logical_Operators.json
- website/resources/scripts/testcases/11.12_Conditional_Operator.json 1 addition, 1 deletion...sources/scripts/testcases/11.12_Conditional_Operator.json
- website/resources/scripts/testcases/11.13_Assignment_Operators.json 1 addition, 1 deletion...sources/scripts/testcases/11.13_Assignment_Operators.json
- website/resources/scripts/testcases/11.14_Comma_Operator.json 1 addition, 1 deletion...ite/resources/scripts/testcases/11.14_Comma_Operator.json
- website/resources/scripts/testcases/11.1_Primary_Expressions.json 1 addition, 1 deletion...resources/scripts/testcases/11.1_Primary_Expressions.json
- website/resources/scripts/testcases/11.2_Left_Hand_Side_Expressions.json 1 addition, 1 deletion...es/scripts/testcases/11.2_Left_Hand_Side_Expressions.json
- website/resources/scripts/testcases/11.3_PostfixExpressions.json 1 addition, 1 deletion.../resources/scripts/testcases/11.3_PostfixExpressions.json
- website/resources/scripts/testcases/11.4_Unary_Operators.json 1 addition, 1 deletion...ite/resources/scripts/testcases/11.4_Unary_Operators.json
- website/resources/scripts/testcases/11.5_Multiplicative_Operators.json 1 addition, 1 deletion...rces/scripts/testcases/11.5_Multiplicative_Operators.json
- website/resources/scripts/testcases/11.6_Additive_Operators.json 1 addition, 1 deletion.../resources/scripts/testcases/11.6_Additive_Operators.json
- website/resources/scripts/testcases/11.7_Bitwise_Shift_Operators.json 1 addition, 1 deletion...urces/scripts/testcases/11.7_Bitwise_Shift_Operators.json
- website/resources/scripts/testcases/11.8_Relational_Operators.json 1 addition, 1 deletion...esources/scripts/testcases/11.8_Relational_Operators.json
- website/resources/scripts/testcases/11.9_Equality_Operators.json 1 addition, 1 deletion.../resources/scripts/testcases/11.9_Equality_Operators.json
Loading
Please register or sign in to comment