aboutsummaryrefslogtreecommitdiff
path: root/test/sandbox.js
AgeCommit message (Collapse)Author
2017-04-07extend ufuzz generator (#1783)Alex Lam S.L
- property access - property assignment - allow bare expression within try-block - normalise `Error` in `console.log()` - generate more unary expressions - add parenthesis to enforce precedence - adjust variable reuse/creation - add parameters to function declaration & expression - add return expression - add trivial arguments to function call
2017-04-03workaround Node.js bugs (#1775)Alex Lam S.L
Wrap test code in IIFE before passing to `vm` fixes #1768 fixes #1771
2017-04-03extend `test/ufuzz.js` (#1769)Alex Lam S.L
New expressions: - property access - array literal - object literal Miscellaneous: - reduce execution timeout - test `toplevel` and `mangleProperties`
2017-04-01implement `test/sandbox.js` (#1749)Alex Lam S.L
- `test/run-tests.js` and `test/ufuzz.js` now shares the same `run_code()` and `same_stdout()` - re-enable fuzzer to generate top-level `NaN`, `Infinity` & `undefined` - attempt to show beautified output only when `run_code()` output is preserved