-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update EOF validation test for top-level containers
- Update tests because of the validation rule change: top-level containers must not have truncated data. - Fix some expected error messages. - Change ">=Prague" to "Prague" because not supported in retesteth.
- Loading branch information
Showing
10 changed files
with
230 additions
and
215 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
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
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
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
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"validInvalid" : { | ||
"_info" : { | ||
"comment" : "Ori Pomerantz [email protected]\nImplements EOF1I0001, EOF1I0002, EOF1I0003, EOF1I0004, EOF1I0005,\nEOF1I0006, EOF1I0007, EOF1I0008, EOF1I0009, EOF1I0010,\nEOF1I0011, EOF1I0012, EOF1I0013, EOF1I0014, EOF1I0015,\nEOF1I0016, EOF1I0017, EOF1I0018, EOF1I0019, EOF1I0020,\nEOF1I0021, EOF1I0022, EOF1I0023, EOF1I0024, EOF1I0025,\nEOF1V0001, EOF1V0002, EOF1V0003, EOF1V0004, EOF1V0005,\nEOF1V0006, EOF1V0007, EOF1V0008, EOF1V0009, EOF1V0010,\nEOF1V0011, EOF1V0012, EOF1V0013, EOF1V0014, EOF1V0015\n", | ||
"filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", | ||
"filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", | ||
"generatedTestHash" : "42a674b5b1d41a51050ca56d5e2924a22edcd0e4f8b251913bfc7bb34c5d1457", | ||
"lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", | ||
"solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", | ||
"filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.81c7b531", | ||
"filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", | ||
"generatedTestHash" : "3bdf7b4e07835b5d5414caf875e8c0b9afa3f520a81cad6897ad744568a65615", | ||
"lllcversion" : "Version: 0.5.14-develop.2022.6.30+commit.401d5358.mod.Linux.g++", | ||
"solidity" : "Version: 0.8.21-develop.2023.7.19+commit.d9974bed.Linux.g++", | ||
"source" : "src/EOFTestsFiller/ori/validInvalidFiller.yml", | ||
"sourceHash" : "f4594e906050a1a0e30a17822dbb83cd4382fc613a1a7dac7f6b97360ba2e903" | ||
"sourceHash" : "76f0170e2ea08e6c977203e5d9ea2175b3518811dbc8e188da410edfcd70f3c6" | ||
}, | ||
"vectors" : { | ||
"validInvalid_0" : { | ||
|
@@ -399,7 +399,8 @@ | |
"code" : "0xef000101000402000100030400060000800001305000ef", | ||
"results" : { | ||
"Prague" : { | ||
"result" : true | ||
"exception" : "err: toplevel_container_truncated", | ||
"result" : false | ||
} | ||
} | ||
}, | ||
|
@@ -667,7 +668,7 @@ | |
"code" : "0xef000101000302000100030400010000800001305000ef", | ||
"results" : { | ||
"Prague" : { | ||
"exception" : "EOF_InvalidSectionBodiesSize", | ||
"exception" : "EOF_InvalidTypeSectionSize", | ||
"result" : false | ||
} | ||
} | ||
|
Oops, something went wrong.