diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-07 19:47:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 19:47:05 +0800 |
commit | 8625893812ec08042ac85f5e33c579dbaecbceb0 (patch) | |
tree | 224ff4cd2b283206ba6ec09318164c2ee60685b0 /src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json | |
parent | 627d7fe2bd90640204f51609ef66e94f12f643ae (diff) | |
parent | 349ac7908f284d579530ef77078437071ab833c5 (diff) | |
download | tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.gz tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.bz2 tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.lz tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.xz tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.zst tangerine-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.zip |
Merge pull request #250 from cdetrio/filler-valid-json
fix invalid json state 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 7a5049b89..b7362d019 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json @@ -28,31 +28,31 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "100000", - "//" : "contract main ", - "//" : "{ ", - "//" : " bool returnValue; ", - "//" : " function run() returns (bool) ", - "//" : " { ", - "//" : " returnValue = testOverflow(); ", - "//" : " return returnValue; ", - "//" : " } ", - "//" : " ", - "//" : " function testOverflow() returns (bool res) ", - "//" : " { ", - "//" : " res = true; ", - "//" : " uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935; ", - "//" : " if (a + 1 != 0) ", - "//" : " return false; ", - "//" : " ", - "//" : " uint32 b = 4294967295; ", - "//" : " if (b + 1 != 0) ", - "//" : " return false; ", - "//" : " ", - "//" : " uint64 c = 18446744073709551615; ", - "//" : " if (c + 1 != 0) ", - "//" : " return false; ", - "//" : " } ", - "//" : "} ", + "//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" : { |