aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz
AgeCommit message (Expand)Author
2021-06-02workaround GitHub Actions issues (#4991)Alex Lam S.L
2021-05-13suppress invalid test case generation (#4930)Alex Lam S.L
2021-05-03suppress false positives in `ufuzz` (#4901)Alex Lam S.L
2021-05-03support optional chaining operator (#4899)Alex Lam S.L
2021-04-30enhance `join_vars` (#4881)Alex Lam S.L
2021-04-26upgrade AST<->ESTree translation (#4870)...Alex Lam S.L
2021-04-24enhance `pure_getters`, `reduce_vars` & `unused` (#4863)Alex Lam S.L
2021-04-22enhance `unused` (#4858)Alex Lam S.L
2021-04-22fix corner case in `hoist_vars` (#4860)...Alex Lam S.L
2021-04-21document various ECMAScript bugs (#4857)Alex Lam S.L
2021-04-06clean up `OutputStream` (#4842)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-23support logical assignment operators (#4813)Alex Lam S.L
2021-03-21document various v8 bugs (#4808)...Alex Lam S.L
2021-03-16fix corner case in `functions` (#4789)...Alex Lam S.L
2021-03-16fix corner cases with `new.target` (#4784)Alex Lam S.L
2021-03-15fix corner cases with template literals (#4780)Alex Lam S.L
2021-03-15support `**=` (#4778)Alex Lam S.L
2021-03-08speed up `ufuzz` asynchronous testing (#4750)Alex Lam S.L
2021-03-03improve `ufuzz` test generation (#4724)Alex Lam S.L
2021-03-02fix corner cases in `varify` (#4719)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-27support limited `ufuzz` testing for `export` (#4693)...Alex Lam S.L
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L
2021-02-13avoid false positive in `--reduce-test` (#4648)Alex Lam S.L
2021-02-10fix corner cases in `inline` (#4640)...Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08improve false positive detection in `ufuzz` (#4626)Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-02-01introduce `templates` (#4603)Alex Lam S.L
2021-02-01support template literals (#4601)Alex Lam S.L
2021-01-25support exponentiation operator (#4593)Alex Lam S.L
2021-01-24fix infinite recursion in `ufuzz` code generation (#4592)Alex Lam S.L
2021-01-24support BigInt literals (#4583)Alex Lam S.L
2021-01-24fix corner case in `reduce_vars` (#4585)...Alex Lam S.L
2021-01-23improve `ufuzz` on destructuring (#4580)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-20suppress false positives in `ufuzz` (#4574)Alex Lam S.L
2021-01-20workaround GitHub Actions bug (#4573)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-18improve false positive detection in `ufuzz` (#4566)Alex Lam S.L
2021-01-13suppress invalid test generation in `ufuzz` (#4551)Alex Lam S.L
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-07support rest parameters (#4515)Alex Lam S.L
2020-12-30improve false positive detection in `ufuzz` (#4482)Alex Lam S.L
2020-12-29expand test options (#4475)...Alex Lam S.L