diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-04-04 16:24:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 16:24:16 +0800 |
commit | 4b90dc1fdb30274a7f1c2d38493fd31d6a553982 (patch) | |
tree | 8013bf7dda5e6d9f1856d2b027fbd2f8cd27997b /test | |
parent | 951770fc689c3f69679c390d31bc9f728f3e8bda (diff) | |
download | tracifyjs-4b90dc1fdb30274a7f1c2d38493fd31d6a553982.tar.gz tracifyjs-4b90dc1fdb30274a7f1c2d38493fd31d6a553982.zip |
remove `--mangle-props` from fuzzing (#1777)
The inherently unsafe nature makes this feature unsuitable to be tested this way.
fixes #1774
Diffstat (limited to 'test')
-rw-r--r-- | test/ufuzz.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/ufuzz.json b/test/ufuzz.json index 214da8cd..fd1084a4 100644 --- a/test/ufuzz.json +++ b/test/ufuzz.json @@ -17,12 +17,6 @@ "compress": { "warnings": false }, - "mangleProperties": {} - }, - { - "compress": { - "warnings": false - }, "mangle": false }, { @@ -39,23 +33,6 @@ }, { "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, "passes": 3, "pure_getters": true, |