diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-07-10 21:33:23 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-07-10 21:43:36 +0800 |
commit | afc476dff9b9f0df3d4204c1382ee886dfcc8e35 (patch) | |
tree | adfc179685275ececf427830b5b7e4dcd34c18ce /GeneralStateTests/stPreCompiledContracts/modexp.json | |
parent | 5942d5373e1c41639305c3ade8360ea0e165a4bd (diff) | |
download | tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.gz tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.bz2 tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.lz tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.xz tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.zst tangerine-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.zip |
Add a test case baseLength = modLength = 0, but expLength = 2^255
Diffstat (limited to 'GeneralStateTests/stPreCompiledContracts/modexp.json')
-rw-r--r-- | GeneralStateTests/stPreCompiledContracts/modexp.json | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/GeneralStateTests/stPreCompiledContracts/modexp.json b/GeneralStateTests/stPreCompiledContracts/modexp.json index 91044f4b4..34d2b9411 100644 --- a/GeneralStateTests/stPreCompiledContracts/modexp.json +++ b/GeneralStateTests/stPreCompiledContracts/modexp.json @@ -2,7 +2,7 @@ "modexp" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.29c877a3.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.b08c7b41.Linux.clang", "source" : "/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json" }, "env" : { @@ -254,6 +254,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xd841e6f32bacdeef36dc820063af8b30b3ecf37ab6a3b76e60ac1449faa8ed5d", + "indexes" : { + "data" : 30, + "gas" : 0, + "value" : 0 + } } ], "EIP158" : [ @@ -496,6 +504,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xd841e6f32bacdeef36dc820063af8b30b3ecf37ab6a3b76e60ac1449faa8ed5d", + "indexes" : { + "data" : 30, + "gas" : 0, + "value" : 0 + } } ], "Frontier" : [ @@ -738,6 +754,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbbe41bbf20a3f2663091f141148c584776955f1ddfe40a9c56eeb43c63cf961f", + "indexes" : { + "data" : 30, + "gas" : 0, + "value" : 0 + } } ], "Homestead" : [ @@ -980,6 +1004,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbbe41bbf20a3f2663091f141148c584776955f1ddfe40a9c56eeb43c63cf961f", + "indexes" : { + "data" : 30, + "gas" : 0, + "value" : 0 + } } ], "Metropolis" : [ @@ -1222,6 +1254,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xd841e6f32bacdeef36dc820063af8b30b3ecf37ab6a3b76e60ac1449faa8ed5d", + "indexes" : { + "data" : 30, + "gas" : 0, + "value" : 0 + } } ] }, @@ -1272,7 +1312,8 @@ "0x000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000064", "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000020200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030006", "0x00000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000", - "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000" + "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000", + "0x000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" ], "gasLimit" : [ "0x05f5e100" |