Update Ethereum JSON tests, skip failing
This commit is contained in:
6
tests/files/BasicTests/RandomRLPTests/example.json
Normal file
6
tests/files/BasicTests/RandomRLPTests/example.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"listsoflists2": {
|
||||
"in": [ [], [[]], [ [], [[]] ] ],
|
||||
"out": "c7c0c1c0c3c0c1c0"
|
||||
},
|
||||
}
|
11
tests/files/BasicTests/invalidRLPtest.json
Normal file
11
tests/files/BasicTests/invalidRLPtest.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"int32Overflow": {
|
||||
"in": "INVALID",
|
||||
"out": "bf0f000000000000021111"
|
||||
},
|
||||
|
||||
"int32Overflow2": {
|
||||
"in": "INVALID",
|
||||
"out": "ff0f000000000000021111"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user