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

Add simple binary testcase bisection script #6361

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kripken
Copy link
Member

@kripken kripken commented Feb 28, 2024

This just bisects on the binary in order to find where the behavior changes. This is
useful on our fuzzer as the input is additive, so just by shrinking it we get a subset
of the final wasm. Full details in the source file.

I used this when I ran into

https://chromiumdash.appspot.com/commit/3295097575e8b4fd4aa46018e03ac4f669130dc4

which let me see that the diff contained ref.eq.

@kripken kripken requested a review from sbc100 February 28, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant