aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-03-21fix line accounting in multi-line strings (#3752)Alex Lam S.L
fixes #3748
2020-03-21improve `--reduce-test` (#3742)Alex Lam S.L
- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertions
2020-03-21fix corner case in `evaluate` & `ie8` (#3751)Alex Lam S.L
fixes #3750
2020-03-13improve suspicious option detection (#3749)Alex Lam S.L
2020-03-06fix corner case in `unused` (#3747)Alex Lam S.L
fixes #3746
2020-03-06fix corner case in `collapse_vars` (#3745)Alex Lam S.L
fixes #3744
2020-03-02improve AST fuzzing (#3740)Alex Lam S.L
2020-03-01fix corner case in `evaluate` (#3739)Alex Lam S.L
fixes #3738
2020-03-01avoid reducing setter argument (#3737)Alex Lam S.L
2020-02-29detect `toplevel` option properly (#3735)Alex Lam S.L
fixes #3730
2020-02-19fix corner case in `evaluate` (#3729)Alex Lam S.L
2020-02-18fix corner case in `evaluate` (#3728)Alex Lam S.L
- augment `ufuzz` for further `RegExp` testing
2020-02-17improve `--reduce-test` (#3727)Alex Lam S.L
- print out Node.js and OS information
2020-02-17speed up `--reduce-test` (#3726)Alex Lam S.L
- avoid pathological test case branches via adaptive time-out - use initial test case elapsed time to adjust maximum time-out - index output cache using hash instead of raw source
2020-02-15speed up `--reduce-test` via result caching (#3725)Alex Lam S.L
2020-02-15improve `--reduce-test` (#3722)kzc
- hoist body of functions and IIFEs - simplify var declarations
2020-02-15enhance `properties` (#3721)Alex Lam S.L
2020-02-15workaround RegExp formatting bugs (#3720)Alex Lam S.L
2020-02-14improve `--reduce-test` (#3719)Alex Lam S.L
- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly
2020-02-12fix corner case in `unused` (#3716)Alex Lam S.L
2020-02-12increase mocha `--reduce-test` timeout (#3715)Alex Lam S.L
2020-02-12enhance `evaluate` (#3714)Alex Lam S.L
2020-02-09add test for `--reduce-test` (#3712)Alex Lam S.L
2020-02-09improve test reduction (#3711)Alex Lam S.L
- scan `AST_SymbolFunarg` - scan `console.log(...)`
2020-02-09improve `test/reduce` (#3710)Alex Lam S.L
- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTs
2020-02-07fix corner cases in `test/reduce` (#3709)Alex Lam S.L
2020-02-06improve reduction of `AST_BlockStatement` (#3708)Alex Lam S.L
2020-02-06export missing API for AST manipulation (#3707)Alex Lam S.L
2020-02-06implement CLI `--reduce-test` and reduce tests in ufuzz (#3705)kzc
2020-02-05fix corner case in `ie8` & `reduce_vars` (#3706)Alex Lam S.L
fixes #3703
2020-02-04fix corner case in `sequences` (#3704)Alex Lam S.L
fixes #3703
2020-01-30fix corner case in `collapse_vars` (#3701)Alex Lam S.L
fixes #3700
2020-01-30fix corner case in `collapse_vars` (#3699)Alex Lam S.L
fixes #3698
2020-01-29enhance `collapse_vars` (#3697)Alex Lam S.L
2020-01-28fix corner case in sign propagation (#3696)Alex Lam S.L
- migrate de-facto functionality to `evaluate` fixes #3695
2020-01-28enhance `conditionals` (#3694)Alex Lam S.L
2020-01-28enhance `sequences` (#3693)Alex Lam S.L
2020-01-28fix corner case in string concatenations (#3692)Alex Lam S.L
- migrate de-facto compression to `conditionals` & `strings` fixes #3689
2020-01-28fix corner case in `booleans` (#3691)Alex Lam S.L
fixes #3690
2020-01-16fix corner case in `evaluate` (#3685)Alex Lam S.L
fixes #3684
2020-01-15fix corner case in `unsafe_math` (#3683)Alex Lam S.L
fixes #3682
2020-01-10enhance `collapse_vars` (#3680)Alex Lam S.L
closes #3679
2020-01-08introduce `--output-opts` CLI option (#3678)Alex Lam S.L
closes #3675
2020-01-08fix corner case in `unsafe_math` (#3677)Alex Lam S.L
fixes #3676
2020-01-07fix corner case in `unused` (#3674)Alex Lam S.L
fixes #3673
2020-01-07fix corner case in `collapse_vars` (#3672)Alex Lam S.L
fixes #3671
2020-01-06improve `ufuzz` false positive detection (#3670)Alex Lam S.L
2020-01-04fix corner case in `conditionals` (#3669)Alex Lam S.L
fixes #3668
2020-01-03fix corner case in `reduce_vars` (#3667)Alex Lam S.L
fixes #3666
2020-01-01fix corner case in `unused` (#3665)Alex Lam S.L
fixes #3664