aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz/index.js
AgeCommit message (Expand)Author
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)...closes #4805Alex Lam S.L
2021-03-16fix corner case in `functions` (#4789)...fixes #4788Alex 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)...fixes #4708Alex 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)...fixes #4692Alex 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)...fixes #4639Alex 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)...fixes #4584Alex 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-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-28workaround asynchronous tty bugs on Node.js (#4473)Alex Lam S.L
2020-12-27workaround v8 bug with labels (#4467)...closes #4466Alex Lam S.L
2020-12-24fix & enhance `collapse_vars` (#4447)...fixes #4446Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-21improve object function generation in `ufuzz` (#4434)Alex Lam S.L
2020-12-20improve destructuring generation in `ufuzz` (#4428)Alex Lam S.L
2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L
2020-12-20support async function within object literal (#4424)Alex Lam S.L
2020-12-20suppress false positives in `ufuzz` (#4419)Alex Lam S.L
2020-12-19support destructuring of `catch` variable (#4412)Alex Lam S.L
2020-12-18fix corner case in `merge_vars` (#4402)...fixes #4401Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-13maintain compatibility options when testing (#4376)Alex Lam S.L