Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzing vm_runner next steps #5465

Closed
matklad opened this issue Nov 25, 2021 · 4 comments
Closed

Fuzzing vm_runner next steps #5465

matklad opened this issue Nov 25, 2021 · 4 comments
Labels
A-testing Area: Unit testing / integration testing T-contract-runtime Team: issues relevant to the contract runtime team

Comments

@matklad
Copy link
Contributor

matklad commented Nov 25, 2021

#5462 implements basic vm_runner fuzzing. THere's a bunch of stuff we can do on top, in the order of increasing complexity:

@matklad matklad added A-testing Area: Unit testing / integration testing T-contract-runtime Team: issues relevant to the contract runtime team labels Nov 25, 2021
@stale
Copy link

stale bot commented Feb 23, 2022

This issue has been automatically marked as stale because it has not had recent activity in the last 2 months.
It will be closed in 7 days if no further activity occurs.
Thank you for your contributions.

@stale stale bot added the S-stale label Feb 23, 2022
@stale
Copy link

stale bot commented May 25, 2022

This issue has been automatically marked as stale because it has not had recent activity in the last 2 months.
It will be closed in 7 days if no further activity occurs.
Thank you for your contributions.

@stale stale bot added the S-stale label May 25, 2022
@akhi3030 akhi3030 removed the S-stale label Jul 8, 2022
@matklad
Copy link
Contributor Author

matklad commented Jul 28, 2022

This was completed:

  • we do differential fuzzing
  • we do use host fn

We don't randomize VMContext, but that's not super important I think

@Ekleog do we consider this done?

@Ekleog
Copy link
Contributor

Ekleog commented Aug 1, 2022

I think so, yes! We still have things like fuzzing host functions, but it's already being tracked in #6500 :)

@Ekleog Ekleog closed this as completed Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Area: Unit testing / integration testing T-contract-runtime Team: issues relevant to the contract runtime team
Projects
None yet
Development

No branches or pull requests

4 participants