aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests.js
AgeCommit message (Expand)Author
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
2013-10-23Add an exit code to the test suite...Richard van Velzen
2012-10-18more optimizations for some break/continue casesMihai Bazon
2012-10-13disable warnings in the test suiteMihai Bazon
2012-10-13drop unused function arguments...Mihai Bazon
2012-10-03AST cleanup (dropped AST_StatementBase)Mihai Bazon
2012-09-26removed the "squeeze" method (it's now effectively "transform")Mihai Bazon
2012-09-24minor tests fixMihai Bazon
2012-09-12fixed run-tests and an issue about reversing the condition in AST_IfMihai Bazon
2012-09-07checkpointMihai Bazon
2012-09-07always keep declarations found in unreachable code...Mihai Bazon
2012-09-07fixed tests (need to drop the toplevel block in "expected" if it's a single s...Mihai Bazon
2012-09-03a LabeledStatement should be in fact a StatementWithBody...Mihai Bazon
2012-08-27minorMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon