Merge 320281a88a into 2bdc8802dd
This commit is contained in:
commit
73adc096f4
|
|
@ -4,6 +4,7 @@ node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
|
- "8"
|
||||||
env:
|
env:
|
||||||
- UGLIFYJS_TEST_ALL=1
|
- UGLIFYJS_TEST_ALL=1
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,9 @@ describe("test/benchmark.js", function() {
|
||||||
"-b",
|
"-b",
|
||||||
"-b bracketize",
|
"-b bracketize",
|
||||||
"-m",
|
"-m",
|
||||||
"-mc passes=3",
|
"-mc toplevel,passes=3",
|
||||||
"-mc passes=3,toplevel",
|
"-mc unsafe",
|
||||||
"-mc passes=3,unsafe",
|
"-mc keep_fargs=false",
|
||||||
"-mc keep_fargs=false,passes=3",
|
|
||||||
"-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto",
|
"-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto",
|
||||||
].forEach(function(options) {
|
].forEach(function(options) {
|
||||||
it("Should pass with options " + options, function(done) {
|
it("Should pass with options " + options, function(done) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user