diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
commit | adaa3459f1f381370d56a4449927da97a28ad731 (patch) | |
tree | eaa78b4eb92e491536318dba3b5c1eea61b308d8 /src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json | |
parent | 555106b5bbb375815ae1944d1ef19356cc9f4648 (diff) | |
download | dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.gz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.bz2 dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.lz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.xz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.zst dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.zip |
fix test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json index b7362d019..e2ca8da4c 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json @@ -28,31 +28,31 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "100000", - "//comment1" : "contract main", - "//comment2" : "{", - "//comment3" : " bool returnValue;", - "//comment4" : " function run() returns (bool)", - "//comment5" : " {", - "//comment6" : " returnValue = testOverflow();", - "//comment7" : " return returnValue;", - "//comment8" : " }", - "//comment9" : "", - "//comment10" : " function testOverflow() returns (bool res)", - "//comment11" : " {", - "//comment12" : " res = true;", - "//comment13" : " uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935;", - "//comment14" : " if (a + 1 != 0)", - "//comment15" : " return false;", - "//comment16" : "", - "//comment17" : " uint32 b = 4294967295;", - "//comment18" : " if (b + 1 != 0)", - "//comment19" : " return false;", - "//comment20" : "", - "//comment21" : " uint64 c = 18446744073709551615;", - "//comment22" : " if (c + 1 != 0)", - "//comment23" : " return false;", - "//comment24" : " }", - "//comment25" : "}", + "//comment1" : "contract main", + "//comment2" : "{", + "//comment3" : " bool returnValue;", + "//comment4" : " function run() returns (bool)", + "//comment5" : " {", + "//comment6" : " returnValue = testOverflow();", + "//comment7" : " return returnValue;", + "//comment8" : " }", + "//comment9" : "", + "//comment10" : " function testOverflow() returns (bool res)", + "//comment11" : " {", + "//comment12" : " res = true;", + "//comment13" : " uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935;", + "//comment14" : " if (a + 1 != 0)", + "//comment15" : " return false;", + "//comment16" : "", + "//comment17" : " uint32 b = 4294967295;", + "//comment18" : " if (b + 1 != 0)", + "//comment19" : " return false;", + "//comment20" : "", + "//comment21" : " uint64 c = 18446744073709551615;", + "//comment22" : " if (c + 1 != 0)", + "//comment23" : " return false;", + "//comment24" : " }", + "//comment25" : "}", "code" : "0x6000357c0100000000000000000000000000000000000000000000000000000000900480638040cac41461003a578063c04062261461004c57005b610042610099565b8060005260206000f35b61005461005e565b8060005260206000f35b6000610068610099565b600060006101000a81548160ff02191690830217905550600060009054906101000a900460ff169050610096565b90565b60006000600060006001935083507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff925060006001840114156100db576100e4565b6000935061013b565b63ffffffff915060006001830163ffffffff1614156101025761010b565b6000935061013b565b67ffffffffffffffff905060006001820167ffffffffffffffff1614156101315761013a565b6000935061013b565b5b5050509056", "nonce" : "0", "storage" : { |