aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests.js
AgeCommit message (Expand)Author
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-05-11replace `mocha` dependency (#3131)Alex Lam S.L
2018-04-26workaround test failures in Node.js 10 (#3102)Alex Lam S.L
2018-03-29improve source map granularity (#3030)...Alex Lam S.L
2018-03-11preserve case when `inline_script` (#2991)...Alex Lam S.L
2018-03-04improve `test/run-test.js` performance (#2971)...Alex Lam S.L
2018-02-24minor clean-ups (#2951)Alex Lam S.L
2018-02-13report options upon reminify input error (#2911)Alex Lam S.L
2018-01-04reminify tests upon `expect_stdout` (#2716)Alex Lam S.L
2018-01-04forbid block-scoped `AST_Defun` in strict mode (#2718)Alex Lam S.L
2017-11-24fix `rename` (#2501)...Alex Lam S.L
2017-07-29improve `mangle.properties` (#2261)...Alex Lam S.L
2017-06-23synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)Alex Lam S.L
2017-06-15fix parsing of `expect_stdout` (#2096)...Alex Lam S.L
2017-06-13allow `expect_stdout` to specify `Error` (#2087)Alex Lam S.L
2017-05-18make `expect_stdout` node version specific (#1963)...Alex Lam S.L
2017-05-15fix & improve coverage of `estree` (#1935)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-04-01implement `test/sandbox.js` (#1749)...Alex Lam S.L
2017-03-29remove UGLIFY_DEBUG (#1720)...Alex Lam S.L
2017-03-24fix expect_stdout (#1642)...Alex Lam S.L
2017-03-23introduce compressor.info() (#1633)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-18handle runtime errors in `expect_stdout` (#1618)...Alex Lam S.L
2017-03-18fix top-level directives in compress tests (#1615)...Alex Lam S.L
2017-03-16extend `test/run-tests.js` to optionally execute uglified output (#1604)...Alex Lam S.L
2017-03-10support multi-line string in tests (#1590)...Alex Lam S.L
2017-02-21fix duplicated test names...alexlamsl
2017-01-19Have minify() and tests use figure_out_scope() as uglifyjs CLI does...kzc
2016-10-27Pass mangle options to figure_out_scope before mangling in testsAnthony Van de Gejuchte
2016-08-14Test reparsing test/compress/*.js outputkzc
2016-06-19Respect quote style in object literals...Shrey Banga
2016-06-19Don't mix strings with directives in output...Anthony Van de Gejuchte
2016-06-09Catch errors when compression test fails to parseAnthony Van de Gejuchte
2016-05-04Fix regression causing tests to fail on windowsAnthony Van de Gejuchte
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-04-12Add base54.reset() to compress tests...Richard van Velzen
2016-04-11Fix warnings for referenced non-hoisted functions....kzc
2016-01-14Never mangle arguments and keep them in their scope...Anthony Van de Gejuchte
2015-12-27Add mocha testsAnthony Van de Gejuchte
2015-11-12Replace util.error with console.logMihai Bazon
2015-10-28Allow specification beautify options in tests...Richard van Velzen
2015-10-20Fix #836Fábio Santos
2015-10-12Fix testsMihai Bazon
2015-08-05Fix mangling of property names which overwrite unmangleable properties...Richard van Velzen
2015-07-29Replace util.puts in run-tests with console.log...Richard van Velzen
2015-04-14Added expect_exact for testing the OutputStream...Fábio Santos
2014-08-03Added generative testing for AST conversions.Ingvar Stepanyan
2013-10-27Display number of failed tests and corresponding filesMihai Bazon