enable reminify on harmony branch to avoid regressions (#2834)

- can skip known test failures with `reminify: false`
This commit is contained in:
kzc
2018-01-22 05:20:29 -05:00
committed by Alex Lam S.L
parent bc01a85ba0
commit bea9dbd812
4 changed files with 40 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ issue_1664: {
}
expect_stdout: "1"
node_version: ">=6"
reminify: false // FIXME - block scoped function
}
issue_1672_for: {

View File

@@ -60,6 +60,7 @@ dead_code_2_should_warn: {
}
expect_stdout: true
node_version: ">=6"
reminify: false // FIXME - block scoped function
}
dead_code_2_should_warn_strict: {
@@ -100,6 +101,7 @@ dead_code_2_should_warn_strict: {
}
expect_stdout: true
node_version: ">=4"
reminify: false // FIXME - block scoped function
}
dead_code_constant_boolean_should_warn_more: {
@@ -135,6 +137,7 @@ dead_code_constant_boolean_should_warn_more: {
}
expect_stdout: true
node_version: ">=6"
reminify: false // FIXME - block scoped function
}
dead_code_constant_boolean_should_warn_more_strict: {
@@ -171,6 +174,7 @@ dead_code_constant_boolean_should_warn_more_strict: {
}
expect_stdout: true
node_version: ">=4"
reminify: false // FIXME - block scoped function
}
dead_code_block_decls_die: {

View File

@@ -79,6 +79,7 @@ same_variable_in_multiple_forOf: {
}
}
expect_stdout: true
reminify: false // FIXME - regression https://github.com/mishoo/UglifyJS2/issues/2835
}
same_variable_in_multiple_forIn: {
@@ -120,6 +121,7 @@ same_variable_in_multiple_forIn: {
}
}
expect_stdout: true
reminify: false // FIXME - regression https://github.com/mishoo/UglifyJS2/issues/2835
}
different_variable_in_multiple_for_loop: {