From 4f0b15620293e8654407aaa72bf69beb7538473e Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 7 Dec 2017 18:09:18 +0100 Subject: Add a test case for RETURNDATACOPY after REVERT in STATICCALL --- .../returndatacopy_after_revert_in_staticcall.json | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 GeneralStateTests/stReturnDataTest/returndatacopy_after_revert_in_staticcall.json (limited to 'GeneralStateTests/stReturnDataTest') diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_revert_in_staticcall.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_revert_in_staticcall.json new file mode 100644 index 000000000..4f541141f --- /dev/null +++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_revert_in_staticcall.json @@ -0,0 +1,115 @@ +{ + "returndatacopy_after_revert_in_staticcall" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.40c7ceba.Linux.g++", + "lllcversion" : "Version: 0.4.20-develop.2017.12.6+commit.c2109436.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_revert_in_staticcallFiller.json", + "sourceHash" : "41f9c9fd2178bcb1dfcde9baaf63523fb5038c3bb9197fb1809a80cf32613557" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0a00000000", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x46153c0b065c72f5e999000c5c9a2d06b0c22ea47c3dfdca06c041794450691b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xa9e5daee168e07004be7be5b4cc5ddc88eb5353d44091dae904f946f89ee56c7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0xa9e5daee168e07004be7be5b4cc5ddc88eb5353d44091dae904f946f89ee56c7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0xa9e5daee168e07004be7be5b4cc5ddc88eb5353d44091dae904f946f89ee56c7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xa9e5daee168e07004be7be5b4cc5ddc88eb5353d44091dae904f946f89ee56c7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x01000000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0x1000000000000000000000000000000000000001" : { + "balance" : "0x00", + "code" : "0x600060006000600073a94f5374fce5edbc8e2a8697c15331677e6ebf0b61ea60fa506020600060003e600051600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x6400000000", + "code" : "0x3360005260206000fd", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "0x0a00000000" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000001", + "value" : [ + "0x00" + ] + } + } +} \ No newline at end of file -- cgit v1.2.3