extend test/ufuzz.js (#1769)

New expressions:
- property access
- array literal
- object literal

Miscellaneous:
- reduce execution timeout
- test `toplevel` and `mangleProperties`
This commit is contained in:
Alex Lam S.L
2017-04-03 04:00:33 +08:00
committed by GitHub
parent b7f6b73f4e
commit 1f1fccc45d
3 changed files with 123 additions and 18 deletions

View File

@@ -4,6 +4,21 @@
"warnings": false
}
},
{
"compress": {
"toplevel": true,
"warnings": false
},
"mangle": {
"toplevel": true
}
},
{
"compress": {
"warnings": false
},
"mangleProperties": {}
},
{
"compress": {
"warnings": false
@@ -22,6 +37,23 @@
"bracketize": true
}
},
{
"compress": {
"passes": 3,
"properties": false,
"toplevel": true,
"warnings": false
},
"mangle": {
"toplevel": true
},
"mangleProperties": {
"ignore_quoted": true
},
"output": {
"keep_quoted_props": true
}
},
{
"compress": {
"keep_fargs": false,