-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fuzz gnovm/pkg/gnolang Machine.doOpEval for BasicLitExpr
Fuzzing for BasicLitExpr and equivalence comparisons for if those values parse in Go. Updates #3087
- Loading branch information
Showing
4 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 2 additions & 0 deletions
2
gnovm/pkg/gnolang/testdata/fuzz/FuzzDoOpEvalBaseConversion/58e847b86629c6bb
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
go test fuzz v1 | ||
[]byte("{\"Line\":0,\"Column\":0,\"Label\":\"\",\"Kind\":3,\"Value\":\"0/00001111\"}") |
2 changes: 2 additions & 0 deletions
2
gnovm/pkg/gnolang/testdata/fuzz/FuzzDoOpEvalBaseConversion/8093511184ad3e25
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
go test fuzz v1 | ||
[]byte("{}") |
2 changes: 2 additions & 0 deletions
2
gnovm/pkg/gnolang/testdata/fuzz/FuzzDoOpEvalBaseConversion/c994c9c2789a1b44
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
go test fuzz v1 | ||
[]byte("{\"Kind\":2}") |