aboutsummaryrefslogtreecommitdiff
path: root/test/sandbox.js
AgeCommit message (Expand)Author
2017-04-03workaround Node.js bugs (#1775)...Wrap test code in IIFE before passing to `vm` fixes #1768 fixes #1771Alex Lam S.L
2017-04-03extend `test/ufuzz.js` (#1769)...New expressions: - property access - array literal - object literal Miscellaneous: - reduce execution timeout - test `toplevel` and `mangleProperties`Alex Lam S.L
2017-04-01implement `test/sandbox.js` (#1749)...- `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 preservedAlex Lam S.L