-
Notifications
You must be signed in to change notification settings - Fork 831
[Strings] Add the string heaptype to core fuzzer places #6527
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
21 commits
Select commit
Hold shift + click to select a range
fb8c6c6
start
kripken 93707ac
Merge remote-tracking branch 'origin/main' into fuzz.string2
kripken e52b750
work
kripken 32174ac
work
kripken 9e5f865
work
kripken e634ad4
fix
kripken cdcf0d6
fix
kripken b0280eb
fix
kripken be8b6d6
work
kripken 8951580
work
kripken 5a5cde0
work
kripken 6e9e358
work
kripken cd3f4f1
Merge remote-tracking branch 'origin/main' into fuzz.strings3
kripken 82a3355
work
kripken d3e1cd5
Merge branch 'fuzz.string2' into fuzz.strings3
kripken 29c4429
fix
kripken 551cc02
fix
kripken 337d13e
fixen
kripken d93dd0c
Merge remote-tracking branch 'origin/main' into fuzz.strings3
kripken e2dd362
prove.test
kripken c63a3a2
format
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
82 changes: 41 additions & 41 deletions
82
test/passes/translate-to-fuzz_all-features_metrics_noprint.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,54 +1,54 @@ | ||
| total | ||
| [exports] : 5 | ||
| [funcs] : 8 | ||
| [globals] : 1 | ||
| [exports] : 4 | ||
| [funcs] : 5 | ||
| [globals] : 14 | ||
| [imports] : 5 | ||
| [memories] : 1 | ||
| [memory-data] : 20 | ||
| [table-data] : 1 | ||
| [tables] : 1 | ||
| [tags] : 2 | ||
| [total] : 674 | ||
| [vars] : 41 | ||
| ArrayCopy : 1 | ||
| ArrayGet : 3 | ||
| ArrayLen : 4 | ||
| ArrayNew : 5 | ||
| [tags] : 1 | ||
| [total] : 710 | ||
| [vars] : 35 | ||
| ArrayGet : 1 | ||
| ArrayLen : 1 | ||
| ArrayNew : 16 | ||
| ArrayNewFixed : 1 | ||
| ArraySet : 1 | ||
| AtomicFence : 1 | ||
| AtomicNotify : 3 | ||
| AtomicRMW : 1 | ||
| Binary : 84 | ||
| Block : 75 | ||
| Break : 12 | ||
| Call : 21 | ||
| Const : 133 | ||
| Drop : 6 | ||
| GlobalGet : 24 | ||
| GlobalSet : 24 | ||
| I31Get : 3 | ||
| If : 21 | ||
| Binary : 77 | ||
| Block : 57 | ||
| Break : 8 | ||
| Call : 33 | ||
| Const : 159 | ||
| Drop : 7 | ||
| GlobalGet : 17 | ||
| GlobalSet : 14 | ||
| I31Get : 2 | ||
| If : 19 | ||
| Load : 22 | ||
| LocalGet : 65 | ||
| LocalSet : 50 | ||
| Loop : 6 | ||
| Nop : 4 | ||
| Pop : 7 | ||
| RefAs : 7 | ||
| LocalGet : 66 | ||
| LocalSet : 37 | ||
| Loop : 3 | ||
| MemoryFill : 1 | ||
| Nop : 7 | ||
| Pop : 4 | ||
| RefAs : 14 | ||
| RefCast : 3 | ||
| RefFunc : 2 | ||
| RefI31 : 7 | ||
| RefIsNull : 2 | ||
| RefNull : 11 | ||
| RefEq : 1 | ||
| RefFunc : 4 | ||
| RefI31 : 9 | ||
| RefIsNull : 3 | ||
| RefNull : 26 | ||
| RefTest : 2 | ||
| Return : 8 | ||
| Select : 3 | ||
| Return : 9 | ||
| SIMDExtract : 3 | ||
| StringConst : 2 | ||
| StringNew : 1 | ||
| StructGet : 1 | ||
| StructNew : 3 | ||
| StructSet : 2 | ||
| StructNew : 27 | ||
| Throw : 1 | ||
| Try : 5 | ||
| TupleExtract : 3 | ||
| TupleMake : 4 | ||
| Unary : 21 | ||
| Unreachable : 13 | ||
| TupleExtract : 15 | ||
| TupleMake : 9 | ||
| Unary : 15 | ||
| Unreachable : 7 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ h e r e | |
| d0 | ||
| 0.753538467597066 | ||
| 2.2339337309978227 | ||
| 3.14159 | ||
| ................. | ||
| lorem ipsum whatever | ||
|
|
||
|
|
||
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.
This may actually be needed on
mainnow that the previous PR landed - should have perhaps been included there just to be safe. If this PR can't land quickly then I'll split it out.