aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stReturnDataTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
committerDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
commit8a53efa84c102c2c547692e47778e5a5e45cb126 (patch)
tree0dd31a83b47bef4a980862aa90a2328539e88995 /GeneralStateTests/stReturnDataTest
parentadaa3459f1f381370d56a4449927da97a28ad731 (diff)
downloaddexon-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 'GeneralStateTests/stReturnDataTest')
-rw-r--r--GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_0_0_following_successful_create.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_callcode.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_delegatecall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_staticcall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_callcode.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_delegatecall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_staticcall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_call.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_create.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_failing_call.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_revert.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_successful_create.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_following_too_big_transfer.json7
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_initial.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_initial_256.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_initial_big_sum.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatacopy_overrun.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_failing_callcode.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_failing_delegatecall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_failing_staticcall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_successful_callcode.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_successful_delegatecall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_after_successful_staticcall.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_initial.json5
-rw-r--r--GeneralStateTests/stReturnDataTest/returndatasize_initial_zero_read.json5
30 files changed, 91 insertions, 61 deletions
diff --git a/GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json b/GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json
index a36b9b9c3..92e99c701 100644
--- a/GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json
+++ b/GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json
@@ -2,9 +2,10 @@
"call_outsize_then_create_successful_then_returndatasize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_outsize_then_create_successful_then_returndatasizeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_outsize_then_create_successful_then_returndatasizeFiller.json",
+ "sourceHash" : "ba43815471f10315bb2e86f1f3a5afa8030f573daf79c46e6475708c7071a4eb"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json b/GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json
index 1ddf8e6b6..fb495d5bc 100644
--- a/GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json
+++ b/GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json
@@ -2,9 +2,10 @@
"call_then_call_value_fail_then_returndatasize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_then_call_value_fail_then_returndatasizeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_then_call_value_fail_then_returndatasizeFiller.json",
+ "sourceHash" : "e788a2822d3104ca49be2701732637ddfa9c8982c917e9f8486c8cd1616fbcb8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json b/GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json
index add4e4497..84e5d4198 100644
--- a/GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json
+++ b/GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json
@@ -2,9 +2,10 @@
"call_then_create_successful_then_returndatasize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_then_create_successful_then_returndatasizeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/call_then_create_successful_then_returndatasizeFiller.json",
+ "sourceHash" : "4e52deb184bfb1c8e36322e7d4d9a5deb0f2fb2904599eddb93196ef9a4b34f8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json b/GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json
index fc627876c..de36ac383 100644
--- a/GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json
+++ b/GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json
@@ -2,9 +2,10 @@
"create_callprecompile_returndatasize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/create_callprecompile_returndatasizeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/create_callprecompile_returndatasizeFiller.json",
+ "sourceHash" : "8c969960b363d057495457ffdd794b27409a3cf726745ca96f81b357111127a5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_0_0_following_successful_create.json b/GeneralStateTests/stReturnDataTest/returndatacopy_0_0_following_successful_create.json
index d120f0cd5..2867bb090 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_0_0_following_successful_create.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_0_0_following_successful_create.json
@@ -2,9 +2,10 @@
"returndatacopy_0_0_following_successful_create" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_0_0_following_successful_createFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_0_0_following_successful_createFiller.json",
+ "sourceHash" : "a15c39a4cbfd63db855f1d6e572340bfd876653f42cab1665873c4b25b0ba425"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_callcode.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_callcode.json
index 509625914..e42e29f5f 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_callcode.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_callcode.json
@@ -2,9 +2,10 @@
"returndatacopy_after_failing_callcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_callcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_callcodeFiller.json",
+ "sourceHash" : "736e70ad14eae6ea29740b5738e774738ecb4a05833a201b12d657399bce0f81"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_delegatecall.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_delegatecall.json
index 1412206b9..c926537a4 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_delegatecall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_delegatecall.json
@@ -2,9 +2,10 @@
"returndatacopy_after_failing_delegatecall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_delegatecallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_delegatecallFiller.json",
+ "sourceHash" : "3d4b886f26ddc7b68f0e90779b564305e7fc56abc9e74092b8d79106921f32ce"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_staticcall.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_staticcall.json
index b4c119160..6a2d0008c 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_staticcall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_failing_staticcall.json
@@ -2,9 +2,10 @@
"returndatacopy_after_failing_staticcall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_staticcallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_failing_staticcallFiller.json",
+ "sourceHash" : "b8d7cfce781aa99a2f20ece789e2b63ba9cdf706ad08bc7dd13f1bd22d89ab48"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_callcode.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_callcode.json
index a52c4a5cf..edee3592c 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_callcode.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_callcode.json
@@ -2,9 +2,10 @@
"returndatacopy_after_successful_callcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_callcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_callcodeFiller.json",
+ "sourceHash" : "e93d36442d15d39b7571484f30a882a571ea67f5e4887250edd209f8c42fedfe"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_delegatecall.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_delegatecall.json
index c66aa3075..a733534e3 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_delegatecall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_delegatecall.json
@@ -2,9 +2,10 @@
"returndatacopy_after_successful_delegatecall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_delegatecallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_delegatecallFiller.json",
+ "sourceHash" : "4298fe5b41411ae1e37a2e334c4497e818a931f3ae16d8a0264e4b511c08d82d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_staticcall.json b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_staticcall.json
index 5daa2c493..903a02b07 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_staticcall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_after_successful_staticcall.json
@@ -2,9 +2,10 @@
"returndatacopy_after_successful_staticcall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_staticcallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_after_successful_staticcallFiller.json",
+ "sourceHash" : "7b88e477736a076ab891ba72e2a3bb974b262b5f04c6a9c608eefb349a4dbac8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_call.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_call.json
index 233d00ab8..bba0bea77 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_call.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_call.json
@@ -2,9 +2,10 @@
"returndatacopy_following_call" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_callFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_callFiller.json",
+ "sourceHash" : "fe3e01c78c6f2c0633aa357ea71f08f0ca61310819f5f3298cae9680bbcbcae8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_create.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_create.json
index 21e7900d4..ece7affb4 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_create.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_create.json
@@ -2,9 +2,10 @@
"returndatacopy_following_create" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_createFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_createFiller.json",
+ "sourceHash" : "32e8b31062eefa172572b574c36edc72da8d9f20933103082b0e5f8787339aad"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_failing_call.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_failing_call.json
index aaf60f3c6..d09817ab5 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_failing_call.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_failing_call.json
@@ -2,9 +2,10 @@
"returndatacopy_following_failing_call" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_failing_callFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_failing_callFiller.json",
+ "sourceHash" : "fa3b538ea74deb3ed763ad991c5af86f83ebbd4291937d92d37489b1e25f1b9f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert.json
index 8750c3e7b..f796a61f8 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert.json
@@ -2,9 +2,10 @@
"returndatacopy_following_revert" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_revertFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_revertFiller.json",
+ "sourceHash" : "b66f7f3e5fc2ac006289b45d33e427fa292c39997c8cc648a5922b582e5ff76e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_successful_create.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_successful_create.json
index 619c20e2f..c08e47cd6 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_successful_create.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_successful_create.json
@@ -2,9 +2,10 @@
"returndatacopy_following_successful_create" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_successful_createFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_successful_createFiller.json",
+ "sourceHash" : "8f6784b44d4d922bd265657154597fb2b6f7c25914b4ed9a6787237b7e649a26"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_too_big_transfer.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_too_big_transfer.json
index 9dfc897d2..4996ced74 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_following_too_big_transfer.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_too_big_transfer.json
@@ -2,9 +2,10 @@
"returndatacopy_following_too_big_transfer" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.27+commit.3f783c8d.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_too_big_transferFiller.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/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_too_big_transferFiller.json",
+ "sourceHash" : "a735a750ad9985f97135a986589de9064849930042cfe80565830419853d5684"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_initial.json b/GeneralStateTests/stReturnDataTest/returndatacopy_initial.json
index d6ac3c9c0..e7124da10 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_initial.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_initial.json
@@ -2,9 +2,10 @@
"returndatacopy_initial" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json",
+ "sourceHash" : "7171ae1045eea05604f819a5ebfc9316ac9f57b2c1060bbe3c38c167b8c409b3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_initial_256.json b/GeneralStateTests/stReturnDataTest/returndatacopy_initial_256.json
index 3b532cb0c..5cee15dc1 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_initial_256.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_initial_256.json
@@ -2,9 +2,10 @@
"returndatacopy_initial_256" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initial_256Filler.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initial_256Filler.json",
+ "sourceHash" : "e7c389503bd530c11e19f22756d950fdd27c1008e472936dc8c815750d6b92ed"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_initial_big_sum.json b/GeneralStateTests/stReturnDataTest/returndatacopy_initial_big_sum.json
index 9a3d19f1a..97553e1b8 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_initial_big_sum.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_initial_big_sum.json
@@ -2,9 +2,10 @@
"returndatacopy_initial_big_sum" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initial_big_sumFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initial_big_sumFiller.json",
+ "sourceHash" : "d1e7bbf107b739865646d9bb485fcbdf6f9fc4c4ad8337c344b08cea1d927a45"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_overrun.json b/GeneralStateTests/stReturnDataTest/returndatacopy_overrun.json
index 2eeb09a9e..8769b21c0 100644
--- a/GeneralStateTests/stReturnDataTest/returndatacopy_overrun.json
+++ b/GeneralStateTests/stReturnDataTest/returndatacopy_overrun.json
@@ -2,9 +2,10 @@
"returndatacopy_overrun" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_overrunFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_overrunFiller.json",
+ "sourceHash" : "bebc269a55bc6772280a966b2c6793c13b651659458b86b961e49c4447d70254"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_callcode.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_callcode.json
index 428deb899..99d648f32 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_callcode.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_callcode.json
@@ -2,9 +2,10 @@
"returndatasize_after_failing_callcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_callcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_callcodeFiller.json",
+ "sourceHash" : "269879877e559a90e95301ff6edad8288449e232de0a09769b88534c5c353112"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_delegatecall.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_delegatecall.json
index a64829ffb..e2fe0f7c3 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_delegatecall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_delegatecall.json
@@ -2,9 +2,10 @@
"returndatasize_after_failing_delegatecall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_delegatecallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_delegatecallFiller.json",
+ "sourceHash" : "76bed7d9eb3d69fe85a6ce4f3a50929d5e66eef29571131a28919b518ad8a058"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_staticcall.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_staticcall.json
index aa3c3a078..4474b1252 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_staticcall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_failing_staticcall.json
@@ -2,9 +2,10 @@
"returndatasize_after_failing_staticcall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_staticcallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_failing_staticcallFiller.json",
+ "sourceHash" : "173c24166600f84a02921de3e5b523771a519799f457fbfedb940119fd54ea47"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_callcode.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_callcode.json
index d3ac49ba6..ed6a48cc1 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_callcode.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_callcode.json
@@ -2,9 +2,10 @@
"returndatasize_after_successful_callcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_callcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_callcodeFiller.json",
+ "sourceHash" : "935e79914f1be39dce790387fa435520ef9a0005edee44a4cd0159d2712e8cb8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_delegatecall.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_delegatecall.json
index 62245e507..bac9873ae 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_delegatecall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_delegatecall.json
@@ -2,9 +2,10 @@
"returndatasize_after_successful_delegatecall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_delegatecallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_delegatecallFiller.json",
+ "sourceHash" : "345b6b32a01cda2e00738f140eaa4b162390b09ff9d43be70912006450964b6f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_staticcall.json b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_staticcall.json
index 8acab2282..6bcafc1b4 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_staticcall.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_after_successful_staticcall.json
@@ -2,9 +2,10 @@
"returndatasize_after_successful_staticcall" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_staticcallFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_after_successful_staticcallFiller.json",
+ "sourceHash" : "173fb05759375a9c3c36c5431df79fc7162fe4ab0d15057b79f9c25f29d57fd8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json b/GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json
index f52f860dc..549a01847 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json
@@ -2,9 +2,10 @@
"returndatasize_following_successful_create" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_following_successful_createFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_following_successful_createFiller.json",
+ "sourceHash" : "11163643fb95934fd9a475bf2b200161697c1c80dfa94cdc4a3321fe350cedb9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_initial.json b/GeneralStateTests/stReturnDataTest/returndatasize_initial.json
index 3cc400afd..32a189dc9 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_initial.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_initial.json
@@ -2,9 +2,10 @@
"returndatasize_initial" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_initialFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_initialFiller.json",
+ "sourceHash" : "d6e700e8d6c163037f2372776490fad6167e1d79b246b72dedb78c340af561e8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stReturnDataTest/returndatasize_initial_zero_read.json b/GeneralStateTests/stReturnDataTest/returndatasize_initial_zero_read.json
index 478738be7..3f7a33f80 100644
--- a/GeneralStateTests/stReturnDataTest/returndatasize_initial_zero_read.json
+++ b/GeneralStateTests/stReturnDataTest/returndatasize_initial_zero_read.json
@@ -2,9 +2,10 @@
"returndatasize_initial_zero_read" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_initial_zero_readFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_initial_zero_readFiller.json",
+ "sourceHash" : "755d1b0457b71ba2c7469b3677dde2142131100fe41c7e76395167bdc0ffaf75"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",