aboutsummaryrefslogtreecommitdiff
path: root/test/sandbox.js
AgeCommit message (Expand)Author
2021-05-24fix corner case in `merge_vars` (#4957)...Alex Lam S.L
2021-05-22fix corner case in parsing private field/method (#4952)...Alex Lam S.L
2021-04-03parse `import.meta` correctly (#4836)Alex Lam S.L
2021-03-23workaround `toString()` quirks on global context (#4814)Alex Lam S.L
2021-03-22improve global context enumeration under `sandbox` (#4812)...Alex Lam S.L
2021-03-08speed up `ufuzz` asynchronous testing (#4750)Alex Lam S.L
2021-03-01fix corner cases with `import` (#4709)...Alex Lam S.L
2021-03-01support limited `ufuzz` testing for `import` (#4707)Alex Lam S.L
2021-02-27improve `export` compatibility mode (#4704)Alex Lam S.L
2021-02-27improve `export` compatibility mode (#4703)Alex Lam S.L
2021-02-27fix corner cases with `export` (#4699)...Alex Lam S.L
2021-02-27support limited `ufuzz` testing for `export` (#4693)...Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L
2021-01-29suppress false positives due to nested objects (#4597)Alex Lam S.L
2021-01-26workaround tty bugs on Node.js (#4594)Alex Lam S.L
2021-01-22workaround Node.js bug (#4579)Alex Lam S.L
2021-01-22suppress false positives in `ufuzz` (#4578)Alex Lam S.L
2021-01-21suppress false positives in `ufuzz` (#4577)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2020-12-25workaround v8 heisenbug (#4453)Alex Lam S.L
2020-12-14emulate global context in Node.js & web (#4379)Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-08-19avoid setters during `console.log()` in sandbox (#4055)...Alex Lam S.L
2020-02-29detect `toplevel` option properly (#3735)...Alex Lam S.L
2020-02-07fix corner cases in `test/reduce` (#3709)Alex Lam S.L
2020-02-06implement CLI `--reduce-test` and reduce tests in ufuzz (#3705)kzc
2019-05-16reduce false positives from fuzzing (#3417)Alex Lam S.L
2019-05-15improve sandbox fidelity (#3415)Alex Lam S.L
2019-04-19fix corner case in `functions` (#3367)...Alex Lam S.L
2018-08-09fix corner case in `mangle` workaround for Safari (#3230)...Alex Lam S.L
2018-06-28improve `unsafe` `comparisons` (#3200)Alex Lam S.L
2018-04-27workaround `vm` context issue in `node-chakracore` (#3106)Alex Lam S.L
2018-04-19fix corner case in `strip_func_ids()` (#3090)Alex Lam S.L
2018-03-04improve `test/run-test.js` performance (#2971)...Alex Lam S.L
2018-02-19improve `unsafe` `evaluate` of `function` (#2936)...Alex Lam S.L
2018-02-19reduce false positives from object literals (#2935)Alex Lam S.L
2018-02-19reduce false positives from labels (#2934)Alex Lam S.L
2018-02-19reduce false positives from noop (#2933)Alex Lam S.L
2018-02-18reduce false positives from `function.toString()` (#2928)Alex Lam S.L
2018-02-17reduce `function`-related false positives (#2925)Alex Lam S.L
2018-01-19fix & improve `test/ufuzz.js` (#2815)...Alex Lam S.L
2017-12-12avoid `Function.prototype` pollution by `test/sandbox.js` (#2581)Alex Lam S.L
2017-06-10suppress false positives for-in loops (#2080)...Alex Lam S.L
2017-06-10fix portability of `sandbox.run_code()` on Node.js 0.1x (#2078)Alex Lam S.L
2017-06-04fix `AST_Function` scope invariance (#2052)...Alex Lam S.L
2017-05-18make `expect_stdout` node version specific (#1963)...Alex Lam S.L
2017-05-14fix bugs with getter/setter (#1926)...Alex Lam S.L
2017-04-23improve parser under "use strict" (#1836)...Alex Lam S.L
2017-04-07extend ufuzz generator (#1783)...Alex Lam S.L
2017-04-03workaround Node.js bugs (#1775)...Alex Lam S.L