From 4b90dc1fdb30274a7f1c2d38493fd31d6a553982 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 4 Apr 2017 16:24:16 +0800 Subject: [PATCH] remove `--mangle-props` from fuzzing (#1777) The inherently unsafe nature makes this feature unsuitable to be tested this way. fixes #1774 --- test/ufuzz.json | 23 ----------------------- 1 file changed, 23 deletions(-) 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, -- 2.34.1