Update Ethereum JSON tests, skip failing

This commit is contained in:
Gustav Simonsson
2015-07-03 09:40:07 +02:00
parent acd85fe95f
commit ff97059a99
20 changed files with 1935 additions and 4520 deletions

View File

@ -0,0 +1,6 @@
{
"listsoflists2": {
"in": [ [], [[]], [ [], [[]] ] ],
"out": "c7c0c1c0c3c0c1c0"
},
}

View File

@ -0,0 +1,11 @@
{
"int32Overflow": {
"in": "INVALID",
"out": "bf0f000000000000021111"
},
"int32Overflow2": {
"in": "INVALID",
"out": "ff0f000000000000021111"
},
}