From afc476dff9b9f0df3d4204c1382ee886dfcc8e35 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Mon, 10 Jul 2017 15:33:23 +0200 Subject: Add a test case baseLength = modLength = 0, but expLength = 2^255 --- .../stPreCompiledContracts/modexp.json | 45 +++++++++++++++++++++- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'GeneralStateTests/stPreCompiledContracts') 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" -- cgit