diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
commit | adaa3459f1f381370d56a4449927da97a28ad731 (patch) | |
tree | eaa78b4eb92e491536318dba3b5c1eea61b308d8 /src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json | |
parent | 555106b5bbb375815ae1944d1ef19356cc9f4648 (diff) | |
download | dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.gz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.bz2 dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.lz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.xz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.zst dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.zip |
fix test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json index 2e7aa1ea4..47b0db599 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json @@ -10,7 +10,7 @@ }, "expect" : [ { - "comment" : "NO OOG", + "//comment" : "NO OOG", "indexes" : { "data" : 1, "gas" : 1, @@ -18,10 +18,10 @@ }, "network" : ["EIP158"], "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "nonce" : "1" - }, - "a000000000000000000000000000000000000000" : { + "3e180b1862f9d158abb5e519a6d8605540c23682" : { + "nonce" : "1" + }, + "a000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x01", "0x01" : "0x01", @@ -37,7 +37,7 @@ } }, { - "comment" : "NO OOG", + "//comment" : "NO OOG", "indexes" : { "data" : 1, "gas" : 1, @@ -45,10 +45,10 @@ }, "network" : ["EIP150"], "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "nonce" : "0" - }, - "a000000000000000000000000000000000000000" : { + "3e180b1862f9d158abb5e519a6d8605540c23682" : { + "nonce" : "0" + }, + "a000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x01", "0x01" : "0x01", @@ -64,7 +64,7 @@ } }, { - "comment" : "NO OOG", + "//comment" : "NO OOG", "indexes" : { "data" : 1, "gas" : 1, @@ -72,9 +72,9 @@ }, "network" : ["Frontier", "Homestead"], "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "shouldnotexist" : "1" - }, + "3e180b1862f9d158abb5e519a6d8605540c23682" : { + "shouldnotexist" : "1" + }, "a000000000000000000000000000000000000000" : { "storage" : { } @@ -86,7 +86,7 @@ } }, { - "comment" : "OOG in subcall", + "//comment" : "OOG in subcall", "indexes" : { "data" : 0, "gas" : 1, @@ -94,10 +94,10 @@ }, "network" : ["ALL"], "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "shouldnotexist" : "1" - }, - "a000000000000000000000000000000000000000" : { + "3e180b1862f9d158abb5e519a6d8605540c23682" : { + "shouldnotexist" : "1" + }, + "a000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x01", "0x04" : "0x0c" @@ -110,7 +110,7 @@ } }, { - "comment" : "OOG after subcall / double OOG", + "//comment" : "OOG after subcall / double OOG", "indexes" : { "data" : [1, 0], "gas" : 0, |