aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz.js
AgeCommit message (Expand)Author
2017-11-05tweak #2424 (#2432)Alex Lam S.L
2017-11-04improve variations on call arguments for `ufuzz` (#2424)Alex Lam S.L
2017-11-04reduce `this` within functions (#2421)...Alex Lam S.L
2017-06-10fix non-string parameters (#2076)...Alex Lam S.L
2017-06-09report `test/ufuzz.js` failures in `process.stderr` (#2074)Alex Lam S.L
2017-05-28implement `--help options` (#2017)Alex Lam S.L
2017-05-15fix & improve coverage of `estree` (#1935)...Alex Lam S.L
2017-05-14fix bugs with getter/setter (#1926)...Alex Lam S.L
2017-05-09update `minify()` usage in `test/ufuzz.js` (#1888)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-04-24fix fuzzer on `this` (#1842)...Alex Lam S.L
2017-04-23improve parser under "use strict" (#1836)...Alex Lam S.L
2017-04-22fix label-related bugs (#1835)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-09enhance `test/ufuzz.js` (#1803)...Alex Lam S.L
2017-04-07extend ufuzz generator (#1783)...Alex Lam S.L
2017-04-03extend `test/ufuzz.js` (#1769)...Alex Lam S.L
2017-04-02speed up fuzzer code generation (#1757)...Alex Lam S.L
2017-04-02minor tweaks to `test/ufuzz.js` (#1756)...Alex Lam S.L
2017-04-02upgrade fuzzer (#1754)...Alex Lam S.L
2017-04-02fuzz regexp literals, more constant numbers, typeof expression (#1755)kzc
2017-04-01minor tweaks to fuzzer (#1751)...Alex Lam S.L
2017-04-01implement `test/sandbox.js` (#1749)...Alex Lam S.L
2017-03-31Massive extension of the fuzzer (#1697)...Peter van der Zee
2017-03-27ufuzz: workaround for Function.toString() v2 (#1700)Alex Lam S.L
2017-03-26ufuzz: workaround function name and toString() (#1688)...Alex Lam S.L
2017-03-26fallthrough should not execute case expression (#1683)...Alex Lam S.L
2017-03-26Improve fuzzer. :) (#1665)...Peter van der Zee
2017-03-25introduce ufuzz.js (#1655)...Alex Lam S.L