[Pkg-javascript-commits] [uglifyjs] 203/228: remove `--mangle-props` from fuzzing (#1777)
Jonas Smedegaard
dr at jones.dk
Sat Apr 15 14:25:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository uglifyjs.
commit 4b90dc1fdb30274a7f1c2d38493fd31d6a553982
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Tue Apr 4 16:24:16 2017 +0800
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 214da8c..fd1084a 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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list