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

Fuzzer: Standardize notation for exception prefixes #6369

Merged
merged 7 commits into from
Mar 5, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented Feb 29, 2024

We had exception: in one and exception thrown: in another. Making those
consistent allows fuzz_shell.js to print the exception after that prefix, which
makes debugging easier sometimes.

Also canonicalize tag names. Like funcref names, JS VMs print out the internal
name, which can change after opts, so canonicalize it.

@kripken kripken requested a review from tlively March 5, 2024 20:32
@kripken kripken merged commit d1a7d4b into WebAssembly:main Mar 5, 2024
14 checks passed
@kripken kripken deleted the fuzz.except.log branch March 5, 2024 21:41
@gkdn gkdn mentioned this pull request Aug 31, 2024
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.

2 participants