-
Notifications
You must be signed in to change notification settings - Fork 827
Fuzzer: Add call-ref, call-ref-catch imports #7137
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
4aa3969
work
kripken 2c5d9f3
work
kripken ab048db
work
kripken 3cdf7a4
work
kripken 5035476
work
kripken 5a87957
test
kripken 283aa4d
traps
kripken 9821526
test
kripken bf76afd
fix
kripken 555ce92
work
kripken 3c92b0e
work
kripken d9b4f06
update
kripken 6c141a8
formt
kripken c3fe50c
fix
kripken 3970db3
fix
kripken 45f6cb8
fix
kripken b5ab044
fix
kripken 6a52eea
gufa+closed
kripken bae2347
Revert "gufa+closed"
kripken dd65b44
work
kripken 9cc1332
test
kripken 039e0a1
test
kripken 768bde0
format
kripken 8906012
Merge remote-tracking branch 'myself/gufa-closed-open' into fuzz.call…
kripken d2a142a
comment
kripken 5acc0d6
Merge remote-tracking branch 'myself/gufa-closed-open' into fuzz.call…
kripken 1441b11
fix
kripken 00990f4
Revert "fix"
kripken c092c81
fix
kripken 0c53f03
fix
kripken c20343c
format
kripken 3fc6a3c
Merge remote-tracking branch 'origin/main' into fuzz.call.ref
kripken dc002e1
[NFC] Send the closed-world flag to TranslateToFuzzReader
kripken 23e6739
refine
kripken d50b97f
refine
kripken 886c15b
fix
kripken a872081
Send closed-world to the fuzzer from wasm-opt
kripken 12088b8
fix
kripken 5f808fa
Merge remote-tracking branch 'myself/fuzz.closed.flag' into fuzz.call…
kripken aeaf1b7
Merge remote-tracking branch 'origin/main' into fuzz.call.ref
kripken 28cc035
fixes
kripken cda78bf
format
kripken 79158a0
clarify comment
kripken 8540938
Update test/lit/exec/fuzzing-api.wast
kripken 035b6bf
add logging
kripken a05dcd5
Update test/lit/exec/fuzzing-api.wast
kripken 2ff8698
Update test/lit/exec/fuzzing-api.wast
kripken 1d33abe
Update test/lit/exec/fuzzing-api.wast
kripken 72b144f
add trapping test
kripken a0abc07
fix some trap mentions
kripken 5d78cd8
another
kripken 0a31791
more
kripken 94a280c
Update test/lit/exec/fuzzing-api.wast
kripken File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment below that says "This never traps.. but we do still want to avoid trapping..." seems to contradict itself about whether traps are possible. Can we clarify it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarified. The issue is swallowing traps: we always swallow them, but still prefer not to have any trap at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also say "exceptions" instead of "traps"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆 yeah, sorry, it seems I have difficulty not using "trap" as a catchall for "error". fixed.