remove `--mangle-props` from fuzzing (#1777)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 4 Apr 2017 08:24:16 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2017 08:24:16 +0000 (16:24 +0800)
The inherently unsafe nature makes this feature unsuitable to be tested this way.

fixes #1774

test/ufuzz.json

index 214da8c..fd1084a 100644 (file)
             "toplevel": true
         }
     },
-    {
-        "compress": {
-            "warnings": false
-        },
-        "mangleProperties": {}
-    },
     {
         "compress": {
             "warnings": false
             "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,