You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Funfuzz is designed to run inside the interpreter. It builds random blocks of code and evals them in a loop. We need to either extract the code generated and run it externally, or find a way to ensure that all vms will generate the same sequence of tests.
Funfuzz relies on a bunch of helper scripts (available at their repo) to reduce test cases and interleave user-provided tests in the generated code. It would be helpful to have it working
Problems to be solved:
evals them in a loop. We need to either extract the code generated and run it externally, or find a way to ensure that all vms will generate the same sequence of tests.