diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-16 07:09:33 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-16 07:09:33 +0800 |
commit | df49ca059487bf1b860f921bc645e312090d474a (patch) | |
tree | 3742c41c4fff7762d4775f7e498a44c4ed4668ca /src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json | |
parent | f1f66427c457bfbea23b194c1dbd74585fb1359c (diff) | |
download | dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar.gz dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar.bz2 dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar.lz dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar.xz dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.tar.zst dexon-tests-df49ca059487bf1b860f921bc645e312090d474a.zip |
fix stMemoryStressTest
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json | 67 |
1 files changed, 61 insertions, 6 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json b/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json index 83009bfe1..8b5bd292e 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json @@ -39,6 +39,67 @@ } } }, + { + "indexes" : { + "data" : -1, + "gas" : 0, + "value" : -1 + }, + "network" : ["Frontier"], + "result" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x64017735940051600155", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "150000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : 0, + "value" : -1 + }, + "network" : [">=Homestead"], + "result" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x64017735940051600155", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "150000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "377910804069850", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } + }, { "indexes" : { "data" : -1, @@ -71,12 +132,6 @@ } } ], - "post" : { - "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "storage" : { - } - } - }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", |