diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
commit | 8a53efa84c102c2c547692e47778e5a5e45cb126 (patch) | |
tree | 0dd31a83b47bef4a980862aa90a2328539e88995 /VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json | |
parent | adaa3459f1f381370d56a4449927da97a28ad731 (diff) | |
download | dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2 dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip |
refill all the tests
Diffstat (limited to 'VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json')
-rw-r--r-- | VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json index ea37cdeb4..48939f26c 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json @@ -2,9 +2,13 @@ "DynamicJump_valueUnderflow" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", - "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json" + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json", + "sourceHash" : "de608d790893ce8ddf71ae8ecf2690d61174ecabe3498dd6c5a5808872515733" }, + "callcreates" : [ + ], "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x0100", @@ -15,17 +19,29 @@ "exec" : { "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x6001600260033456", + "code" : "0x", "data" : "0x", "gas" : "0x0186a0", "gasPrice" : "0x5af3107a4000", "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", "value" : "0x1b" }, + "gas" : "0x0186a0", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, "pre" : { "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "0x152d02c7e14af6800000", - "code" : "0x6001600260033456", + "code" : "0x", "nonce" : "0x00", "storage" : { } |