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 /src/GeneralStateTestsFiller/stPreCompiledContracts | |
parent | 5942d5373e1c41639305c3ade8360ea0e165a4bd (diff) | |
download | dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.gz dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.bz2 dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.lz dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.xz dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.tar.zst dexon-tests-afc476dff9b9f0df3d4204c1382ee886dfcc8e35.zip |
Add a test case baseLength = modLength = 0, but expLength = 2^255
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts')
-rw-r--r-- | src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json index c18e4fa7f..1b051856e 100644 --- a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json +++ b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json @@ -59,7 +59,7 @@ }, { "indexes" : { - "data" : [1,5,8,9,10,12,13,15,18,19,20,21,22,23,24], + "data" : [1,5,8,9,10,12,13,15,18,19,20,21,22,23,24,30], "gas" : -1, "value" : -1 }, @@ -198,7 +198,8 @@ "26 - bigint_expmod precompiled contract returns 1 for 0 ^ 0 mod 100", "27 - 02 ** 03 % 06, but exp with 256 bytes of zero in front.", "28 - base length 2^64", - "29 - exp length 2^64; returns 0 because mod is zero" + "29 - exp length 2^64; returns 0 because mod is zero", + "30 - base and mod have zero-length. exp's length is 2^255. Since mod is zero, the result should be zero." ], "data" : [ "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002003fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2efffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f", @@ -230,7 +231,8 @@ "0x000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000064", "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000020200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030006", "0x00000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000", -"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000" +"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000", +"0x000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" ], "gasLimit" : [ "100000000" |