-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #600 from norhh/tests/VmSha3
Add sha3 tests
- Loading branch information
Showing
19 changed files
with
853 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"sha3_0" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_0Filler.json", | ||
"sourceHash" : "843009e4e97d7dd905578ea884db6d80c07f57d58679ec181dc761e1e51ae035" | ||
}, | ||
"callcreates" : [ | ||
], | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x6000600020600055", | ||
"data" : "0x", | ||
"gas" : "0x174876e800", | ||
"gasPrice" : "0x3b9aca00", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"gas" : "0x17487699b9", | ||
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", | ||
"out" : "0x", | ||
"post" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x6000600020600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
"0x00" : "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" | ||
} | ||
} | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x6000600020600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"sha3_1" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_1Filler.json", | ||
"sourceHash" : "5f786aded76570c96466f5a4c4632a5a0b362ffc1e4124667cdb1e9328d1d81d" | ||
}, | ||
"callcreates" : [ | ||
], | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x6005600420600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"gas" : "0x013850", | ||
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", | ||
"out" : "0x", | ||
"post" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x6005600420600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
"0x00" : "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec" | ||
} | ||
} | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x6005600420600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"sha3_2" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_2Filler.json", | ||
"sourceHash" : "bb3f59dc995c834eaf315b4819900c30ba4e97ef60163aed05946c70e841691f" | ||
}, | ||
"callcreates" : [ | ||
], | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x600a600a20600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"gas" : "0x013850", | ||
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", | ||
"out" : "0x", | ||
"post" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x600a600a20600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
"0x00" : "0x6bd2dd6bd408cbee33429358bf24fdc64612fbf8b1b4db604518f40ffd34b607" | ||
} | ||
} | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x600a600a20600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"sha3_3" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_3Filler.json", | ||
"sourceHash" : "1f474f7dac8971615e641354d809db332975d1ea5ca589d855fb02a1da559033" | ||
}, | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x620fffff6103e820600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x620fffff6103e820600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"sha3_4" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_4Filler.json", | ||
"sourceHash" : "100da75ff0b63159ca86aa4ef7457a956027af5c6c1ed1f0fa894aaa63849887" | ||
}, | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x6064640fffffffff20600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x6064640fffffffff20600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"sha3_5" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_5Filler.json", | ||
"sourceHash" : "066bcf3a8e9e7b4c15ec2240c8e1bb0d53de0230c76989e21e4b6aaac83f577d" | ||
}, | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x640fffffffff61271020600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x640fffffffff61271020600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"sha3_6" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_6Filler.json", | ||
"sourceHash" : "c360c6583bf965674d153f11c243c1e0807e95e99bc9bcb684a7ad2c7155dd40" | ||
}, | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", | ||
"data" : "0x", | ||
"gas" : "0x0186a0", | ||
"gasPrice" : "0x5af3107a4000", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0x0de0b6b3a7640000" | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x152d02c7e14af6800000", | ||
"code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
tests/laser/evm_testsuite/VMTests/vmSha3Test/sha3_bigOffset.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"sha3_bigOffset" : { | ||
"_info" : { | ||
"comment" : "", | ||
"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/vmSha3Test/sha3_bigOffsetFiller.json", | ||
"sourceHash" : "1ae2cdfa2e3ab1cac89d8b3d535c3ee50601ebc6098fdbddadca74980eec6382" | ||
}, | ||
"env" : { | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x0100", | ||
"currentGasLimit" : "0x0f4240", | ||
"currentNumber" : "0x00", | ||
"currentTimestamp" : "0x01" | ||
}, | ||
"exec" : { | ||
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", | ||
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"code" : "0x60027e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", | ||
"data" : "0x", | ||
"gas" : "0x010000000000", | ||
"gasPrice" : "0x01", | ||
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", | ||
"value" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" | ||
}, | ||
"pre" : { | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", | ||
"code" : "0x60027e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.