[Pkg-javascript-commits] [uglifyjs] 76/190: Disable loop optimization for parse-only tests

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 7 23:17:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.

commit 0cabedc52617cef9623627b390703c011ab6c0b6
Author: Anthony Van de Gejuchte <anthonyvdgent at gmail.com>
Date:   Fri Dec 18 15:25:24 2015 +0100

    Disable loop optimization for parse-only tests
---
 test/compress/loops.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/compress/loops.js b/test/compress/loops.js
index b7194fe..91aa1c5 100644
--- a/test/compress/loops.js
+++ b/test/compress/loops.js
@@ -123,6 +123,7 @@ drop_if_else_break_4: {
 }
 
 parse_do_while_with_semicolon: {
+    options = { loops: false };
     input: {
         do {
             x();
@@ -134,6 +135,7 @@ parse_do_while_with_semicolon: {
 }
 
 parse_do_while_without_semicolon: {
+    options = { loops: false };
     input: {
         do {
             x();

-- 
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