From: Alex Lam S.L Date: Tue, 4 Apr 2017 08:24:16 +0000 (+0800) Subject: remove `--mangle-props` from fuzzing (#1777) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4b90dc1fdb30274a7f1c2d38493fd31d6a553982;p=UglifyJS.git remove `--mangle-props` from fuzzing (#1777) The inherently unsafe nature makes this feature unsuitable to be tested this way. fixes #1774 --- diff --git a/test/ufuzz.json b/test/ufuzz.json index 214da8cd..fd1084a4 100644 --- a/test/ufuzz.json +++ b/test/ufuzz.json @@ -13,12 +13,6 @@ "toplevel": true } }, - { - "compress": { - "warnings": false - }, - "mangleProperties": {} - }, { "compress": { "warnings": false @@ -37,23 +31,6 @@ "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,