aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests.js
AgeCommit message (Collapse)Author
2012-10-13disable warnings in the test suiteMihai Bazon
2012-10-13drop unused function argumentsMihai Bazon
also add test for "drop_unused" (the last one fails for now)
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 codeMihai Bazon
a few more tests and some cleanups.
2012-09-07fixed tests (need to drop the toplevel block in "expected" if it's a single ↵Mihai Bazon
statement)
2012-09-03a LabeledStatement should be in fact a StatementWithBodyMihai Bazon
This fixes output for: if (foo) { moo: if (bar) { break moo; } } else { baz(); } (the labeled statement must be outputted inside brackets)
2012-08-27minorMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon