aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
committerDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
commit8a53efa84c102c2c547692e47778e5a5e45cb126 (patch)
tree0dd31a83b47bef4a980862aa90a2328539e88995 /VMTests
parentadaa3459f1f381370d56a4449927da97a28ad731 (diff)
downloaddexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip
refill all the tests
Diffstat (limited to 'VMTests')
-rw-r--r--VMTests/vmArithmeticTest/add0.json6
-rw-r--r--VMTests/vmArithmeticTest/add1.json6
-rw-r--r--VMTests/vmArithmeticTest/add2.json6
-rw-r--r--VMTests/vmArithmeticTest/add3.json6
-rw-r--r--VMTests/vmArithmeticTest/add4.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod0.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod1.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow2.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow3.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow4.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflowDiff.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod2.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod2_0.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod2_1.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod3.json6
-rw-r--r--VMTests/vmArithmeticTest/addmod3_0.json6
-rw-r--r--VMTests/vmArithmeticTest/addmodBigIntCast.json6
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero.json6
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero1.json6
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero2.json6
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero3.json6
-rw-r--r--VMTests/vmArithmeticTest/arith1.json6
-rw-r--r--VMTests/vmArithmeticTest/div1.json6
-rw-r--r--VMTests/vmArithmeticTest/divBoostBug.json6
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero0.json6
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero1.json6
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero2.json6
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero3.json6
-rw-r--r--VMTests/vmArithmeticTest/divByZero.json6
-rw-r--r--VMTests/vmArithmeticTest/divByZero_2.json6
-rw-r--r--VMTests/vmArithmeticTest/exp0.json6
-rw-r--r--VMTests/vmArithmeticTest/exp1.json6
-rw-r--r--VMTests/vmArithmeticTest/exp2.json6
-rw-r--r--VMTests/vmArithmeticTest/exp3.json6
-rw-r--r--VMTests/vmArithmeticTest/exp4.json6
-rw-r--r--VMTests/vmArithmeticTest/exp5.json6
-rw-r--r--VMTests/vmArithmeticTest/exp6.json6
-rw-r--r--VMTests/vmArithmeticTest/exp7.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_0.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_1.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_10.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_11.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_12.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_13.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_14.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_15.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_16.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_17.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_18.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_19.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_2.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_20.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_21.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_22.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_23.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_24.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_25.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_26.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_27.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_28.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_29.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_3.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_30.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_31.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_32.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_33.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_4.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_5.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_6.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_7.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_8.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_9.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_1.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_10.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_11.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_12.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_13.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_14.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_15.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_16.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_17.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_18.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_19.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_2.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_20.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_21.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_22.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_23.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_24.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_25.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_26.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_27.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_28.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_29.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_3.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_30.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_31.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_32.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_33.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_4.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_5.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_6.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_7.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_8.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_9.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_128.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_16.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_2.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_256.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_32.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_4.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_64.json6
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_8.json6
-rw-r--r--VMTests/vmArithmeticTest/expXY.json6
-rw-r--r--VMTests/vmArithmeticTest/expXY_success.json6
-rw-r--r--VMTests/vmArithmeticTest/fibbonacci_unrolled.json6
-rw-r--r--VMTests/vmArithmeticTest/mod0.json6
-rw-r--r--VMTests/vmArithmeticTest/mod1.json6
-rw-r--r--VMTests/vmArithmeticTest/mod2.json6
-rw-r--r--VMTests/vmArithmeticTest/mod3.json6
-rw-r--r--VMTests/vmArithmeticTest/mod4.json6
-rw-r--r--VMTests/vmArithmeticTest/modByZero.json6
-rw-r--r--VMTests/vmArithmeticTest/mul0.json6
-rw-r--r--VMTests/vmArithmeticTest/mul1.json6
-rw-r--r--VMTests/vmArithmeticTest/mul2.json6
-rw-r--r--VMTests/vmArithmeticTest/mul3.json6
-rw-r--r--VMTests/vmArithmeticTest/mul4.json6
-rw-r--r--VMTests/vmArithmeticTest/mul5.json6
-rw-r--r--VMTests/vmArithmeticTest/mul6.json6
-rw-r--r--VMTests/vmArithmeticTest/mul7.json6
-rw-r--r--VMTests/vmArithmeticTest/mulUnderFlow.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod0.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod1.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow2.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow3.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow4.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod2.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod2_0.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod2_1.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod3.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod3_0.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmod4.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero1.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero2.json6
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero3.json6
-rw-r--r--VMTests/vmArithmeticTest/not1.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv0.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv1.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv2.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv3.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv4.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv5.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv6.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv7.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv8.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv9.json6
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero0.json6
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero1.json6
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero2.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv_dejavu.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min2.json6
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min3.json6
-rw-r--r--VMTests/vmArithmeticTest/signextendInvalidByteNumber.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_00.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_0_BigByte.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigByteBigByte.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigByte_0.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsNotSet.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_Overflow_dj42.json24
-rw-r--r--VMTests/vmArithmeticTest/signextend_bigBytePlus1.json6
-rw-r--r--VMTests/vmArithmeticTest/signextend_bitIsSet.json6
-rw-r--r--VMTests/vmArithmeticTest/smod0.json6
-rw-r--r--VMTests/vmArithmeticTest/smod1.json6
-rw-r--r--VMTests/vmArithmeticTest/smod2.json6
-rw-r--r--VMTests/vmArithmeticTest/smod3.json6
-rw-r--r--VMTests/vmArithmeticTest/smod4.json6
-rw-r--r--VMTests/vmArithmeticTest/smod5.json6
-rw-r--r--VMTests/vmArithmeticTest/smod6.json6
-rw-r--r--VMTests/vmArithmeticTest/smod7.json6
-rw-r--r--VMTests/vmArithmeticTest/smod8_byZero.json6
-rw-r--r--VMTests/vmArithmeticTest/smod_i256min1.json6
-rw-r--r--VMTests/vmArithmeticTest/smod_i256min2.json6
-rw-r--r--VMTests/vmArithmeticTest/stop.json6
-rw-r--r--VMTests/vmArithmeticTest/sub0.json6
-rw-r--r--VMTests/vmArithmeticTest/sub1.json6
-rw-r--r--VMTests/vmArithmeticTest/sub2.json6
-rw-r--r--VMTests/vmArithmeticTest/sub3.json6
-rw-r--r--VMTests/vmArithmeticTest/sub4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/and5.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte10.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte11.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte5.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte6.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte7.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte8.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte9.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszeo2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszero0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszero1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/not5.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/or5.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor0.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor1.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor2.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor3.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor4.json6
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor5.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhash257Block.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhash258Block.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhashInRange.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhashMyBlock.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhashOutOfRange.json6
-rw-r--r--VMTests/vmBlockInfoTest/blockhashUnderFlow.json6
-rw-r--r--VMTests/vmBlockInfoTest/coinbase.json6
-rw-r--r--VMTests/vmBlockInfoTest/difficulty.json6
-rw-r--r--VMTests/vmBlockInfoTest/gaslimit.json6
-rw-r--r--VMTests/vmBlockInfoTest/number.json6
-rw-r--r--VMTests/vmBlockInfoTest/timestamp.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddress.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/address0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/address1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balance0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balance01.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balance1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balanceAddress2.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balanceAddressInputTooBig.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddress.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddress.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/balanceCaller3.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy0_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy1_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy2.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy2_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_sec.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload2.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize2.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/caller.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/callvalue.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopy0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/codesize.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/env1.json10
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodecopy0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeft.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodecopyZeroMemExpansion.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodecopy_DataIndexTooHigh.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodesize0.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodesize1.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/extcodesizeUnderFlow.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/gasprice.json6
-rw-r--r--VMTests/vmEnvironmentalInfo/origin.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value1.json24
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value2.json24
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value3.json24
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json24
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/bad_indirect_jump1.json10
-rw-r--r--VMTests/vmIOandFlowOperations/bad_indirect_jump2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/byte1.json14
-rw-r--r--VMTests/vmIOandFlowOperations/calldatacopyMemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/codecopyMemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/deadCode_1.json12
-rw-r--r--VMTests/vmIOandFlowOperations/dupAt51becameMload.json6
-rw-r--r--VMTests/vmIOandFlowOperations/extcodecopyMemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/for_loop1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/for_loop2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/gas0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/gas1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/gasOverFlow.json10
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump1.json24
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump2.json24
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump3.json24
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump4.json12
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_jumpdest0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_jumpdest2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jump1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpHigh.json10
-rw-r--r--VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpOntoJump.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpdestBigList.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiAfterStop.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi_at_the_end.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json6
-rw-r--r--VMTests/vmIOandFlowOperations/kv1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/log1MemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json6
-rw-r--r--VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json6
-rw-r--r--VMTests/vmIOandFlowOperations/memory1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mloadError0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mloadError1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mloadMemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/msize0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/msize1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/msize2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/msize3.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8MemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8WordToBigError.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8_0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8_1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstoreMemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstoreWordToBigError.json6
-rw-r--r--VMTests/vmIOandFlowOperations/mstore_mload0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/pc0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/pc1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/pop0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/pop1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/return1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/return2.json12
-rw-r--r--VMTests/vmIOandFlowOperations/sha3MemExp.json6
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_1.json6
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_2.json6
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_underflow.json6
-rw-r--r--VMTests/vmIOandFlowOperations/stack_loop.json16
-rw-r--r--VMTests/vmIOandFlowOperations/stackjump1.json24
-rw-r--r--VMTests/vmIOandFlowOperations/swapAt52becameMstore.json6
-rw-r--r--VMTests/vmIOandFlowOperations/when.json6
-rw-r--r--VMTests/vmLogTest/log0_emptyMem.json6
-rw-r--r--VMTests/vmLogTest/log0_logMemStartTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log0_logMemsizeTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log0_logMemsizeZero.json6
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem.json6
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json6
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json6
-rw-r--r--VMTests/vmLogTest/log1_Caller.json6
-rw-r--r--VMTests/vmLogTest/log1_MaxTopic.json6
-rw-r--r--VMTests/vmLogTest/log1_emptyMem.json6
-rw-r--r--VMTests/vmLogTest/log1_logMemStartTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log1_logMemsizeTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log1_logMemsizeZero.json6
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem.json6
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json6
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json6
-rw-r--r--VMTests/vmLogTest/log2_Caller.json6
-rw-r--r--VMTests/vmLogTest/log2_MaxTopic.json6
-rw-r--r--VMTests/vmLogTest/log2_emptyMem.json6
-rw-r--r--VMTests/vmLogTest/log2_logMemStartTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log2_logMemsizeTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log2_logMemsizeZero.json6
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem.json6
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json6
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json6
-rw-r--r--VMTests/vmLogTest/log3_Caller.json6
-rw-r--r--VMTests/vmLogTest/log3_MaxTopic.json6
-rw-r--r--VMTests/vmLogTest/log3_PC.json6
-rw-r--r--VMTests/vmLogTest/log3_emptyMem.json6
-rw-r--r--VMTests/vmLogTest/log3_logMemStartTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log3_logMemsizeTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log3_logMemsizeZero.json6
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem.json6
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json6
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json6
-rw-r--r--VMTests/vmLogTest/log4_Caller.json6
-rw-r--r--VMTests/vmLogTest/log4_MaxTopic.json6
-rw-r--r--VMTests/vmLogTest/log4_PC.json6
-rw-r--r--VMTests/vmLogTest/log4_emptyMem.json6
-rw-r--r--VMTests/vmLogTest/log4_logMemStartTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log4_logMemsizeTooHigh.json6
-rw-r--r--VMTests/vmLogTest/log4_logMemsizeZero.json6
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem.json6
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json6
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json6
-rw-r--r--VMTests/vmLogTest/log_2logs.json6
-rw-r--r--VMTests/vmPerformance/ackermann31.json6
-rw-r--r--VMTests/vmPerformance/ackermann32.json6
-rw-r--r--VMTests/vmPerformance/ackermann33.json6
-rw-r--r--VMTests/vmPerformance/fibonacci10.json6
-rw-r--r--VMTests/vmPerformance/fibonacci16.json6
-rw-r--r--VMTests/vmPerformance/loop-add-10M.json6
-rw-r--r--VMTests/vmPerformance/loop-divadd-10M.json6
-rw-r--r--VMTests/vmPerformance/loop-divadd-unr100-10M.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-16b-100k.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-1b-1M.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-2b-100k.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-32b-100k.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-4b-100k.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-8b-100k.json6
-rw-r--r--VMTests/vmPerformance/loop-exp-nop-1M.json6
-rw-r--r--VMTests/vmPerformance/loop-mul.json6
-rw-r--r--VMTests/vmPerformance/loop-mulmod-2M.json6
-rw-r--r--VMTests/vmPerformance/manyFunctions100.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup1.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup10.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup11.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup12.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup13.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup14.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup15.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup16.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup2.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup2error.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup3.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup4.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup5.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup6.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup7.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup8.json6
-rw-r--r--VMTests/vmPushDupSwapTest/dup9.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push1.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push10.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push11.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push12.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push13.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push14.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push15.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push16.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push17.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push18.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push19.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push1_missingStack.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push2.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push20.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push21.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push22.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push23.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push24.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push25.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push26.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push27.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push28.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push29.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push3.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push30.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push31.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32AndSuicide.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined2.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined3.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push33.json10
-rw-r--r--VMTests/vmPushDupSwapTest/push4.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push5.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push6.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push7.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push8.json6
-rw-r--r--VMTests/vmPushDupSwapTest/push9.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap1.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap10.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap11.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap12.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap13.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap14.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap15.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap16.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap2.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap2error.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap3.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap4.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap5.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap6.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap7.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap8.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swap9.json6
-rw-r--r--VMTests/vmPushDupSwapTest/swapjump1.json24
-rw-r--r--VMTests/vmRandomTest/201503102037PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503102148PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503102300PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503102320PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503110050PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503110206PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503110219PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503110226PYTHON_DUP6.json6
-rw-r--r--VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json6
-rw-r--r--VMTests/vmRandomTest/201503110526PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503111844PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503112218PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503120317PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503120525PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503120547PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/201503120909PYTHON.json6
-rw-r--r--VMTests/vmRandomTest/randomTest.json6
-rw-r--r--VMTests/vmSha3Test/sha3_0.json6
-rw-r--r--VMTests/vmSha3Test/sha3_1.json6
-rw-r--r--VMTests/vmSha3Test/sha3_2.json6
-rw-r--r--VMTests/vmSha3Test/sha3_3.json6
-rw-r--r--VMTests/vmSha3Test/sha3_4.json6
-rw-r--r--VMTests/vmSha3Test/sha3_5.json6
-rw-r--r--VMTests/vmSha3Test/sha3_6.json6
-rw-r--r--VMTests/vmSha3Test/sha3_bigOffset.json6
-rw-r--r--VMTests/vmSha3Test/sha3_bigOffset2.json6
-rw-r--r--VMTests/vmSha3Test/sha3_bigSize.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json6
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcalls0.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcalls1.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcalls2.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcalls3.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcallsSuicide0.json6
-rw-r--r--VMTests/vmSystemOperations/ABAcallsSuicide1.json6
-rw-r--r--VMTests/vmSystemOperations/CallRecursiveBomb0.json6
-rw-r--r--VMTests/vmSystemOperations/CallRecursiveBomb1.json6
-rw-r--r--VMTests/vmSystemOperations/CallRecursiveBomb2.json6
-rw-r--r--VMTests/vmSystemOperations/CallRecursiveBomb3.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistrator0.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory0.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory1.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorOutOfGas.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory0.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory1.json6
-rw-r--r--VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory2.json6
-rw-r--r--VMTests/vmSystemOperations/CallToPrecompiledContract.json6
-rw-r--r--VMTests/vmSystemOperations/CallToReturn1.json6
-rw-r--r--VMTests/vmSystemOperations/PostToNameRegistrator0.json6
-rw-r--r--VMTests/vmSystemOperations/PostToReturn1.json6
-rw-r--r--VMTests/vmSystemOperations/TestNameRegistrator.json6
-rw-r--r--VMTests/vmSystemOperations/callcodeToNameRegistrator0.json6
-rw-r--r--VMTests/vmSystemOperations/callcodeToReturn1.json6
-rw-r--r--VMTests/vmSystemOperations/callstatelessToNameRegistrator0.json6
-rw-r--r--VMTests/vmSystemOperations/callstatelessToReturn1.json6
-rw-r--r--VMTests/vmSystemOperations/createNameRegistrator.json6
-rw-r--r--VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0.json6
-rw-r--r--VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1.json6
-rw-r--r--VMTests/vmSystemOperations/createNameRegistratorValueTooHigh.json6
-rw-r--r--VMTests/vmSystemOperations/return0.json6
-rw-r--r--VMTests/vmSystemOperations/return1.json6
-rw-r--r--VMTests/vmSystemOperations/return2.json6
-rw-r--r--VMTests/vmSystemOperations/suicide0.json6
-rw-r--r--VMTests/vmSystemOperations/suicideNotExistingAccount.json6
-rw-r--r--VMTests/vmSystemOperations/suicideSendEtherToMe.json6
-rw-r--r--VMTests/vmTests/arith.json6
-rw-r--r--VMTests/vmTests/boolean.json6
-rw-r--r--VMTests/vmTests/mktx.json6
-rw-r--r--VMTests/vmTests/suicide.json6
677 files changed, 2896 insertions, 1402 deletions
diff --git a/VMTests/vmArithmeticTest/add0.json b/VMTests/vmArithmeticTest/add0.json
index 71f4ad614..def37aade 100644
--- a/VMTests/vmArithmeticTest/add0.json
+++ b/VMTests/vmArithmeticTest/add0.json
@@ -2,8 +2,10 @@
"add0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/add0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/add0Filler.json",
+ "sourceHash" : "dcc7fc8aebdc2d7334440cfe6c63172941b4164c1ba8c32897318ca0cdfb7a1c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/add1.json b/VMTests/vmArithmeticTest/add1.json
index 0e9a8e085..3aa92e8db 100644
--- a/VMTests/vmArithmeticTest/add1.json
+++ b/VMTests/vmArithmeticTest/add1.json
@@ -2,8 +2,10 @@
"add1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/add1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/add1Filler.json",
+ "sourceHash" : "f21647f7464e6af98c7a9817d45d0665345edc8837011bfbdd2190da3ac83d1c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/add2.json b/VMTests/vmArithmeticTest/add2.json
index ef4b40200..9823cf71e 100644
--- a/VMTests/vmArithmeticTest/add2.json
+++ b/VMTests/vmArithmeticTest/add2.json
@@ -2,8 +2,10 @@
"add2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/add2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/add2Filler.json",
+ "sourceHash" : "70cc0c9520ca96d910fafb84c8b9df26b72e98475e32a61d2dc85c8dc9c2b4b8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/add3.json b/VMTests/vmArithmeticTest/add3.json
index 6414e0bf6..2a911d67a 100644
--- a/VMTests/vmArithmeticTest/add3.json
+++ b/VMTests/vmArithmeticTest/add3.json
@@ -2,8 +2,10 @@
"add3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/add3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/add3Filler.json",
+ "sourceHash" : "105038289d098d6a996d371943b892f3027319743c8769f26e5e617cbe0387e2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/add4.json b/VMTests/vmArithmeticTest/add4.json
index 35cc4e53c..976262764 100644
--- a/VMTests/vmArithmeticTest/add4.json
+++ b/VMTests/vmArithmeticTest/add4.json
@@ -2,8 +2,10 @@
"add4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/add4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/add4Filler.json",
+ "sourceHash" : "0758cd23f1cf3cd7d81780fc3abfd6dd483584cc974d40e8d1825ffb2238cffe"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod0.json b/VMTests/vmArithmeticTest/addmod0.json
index 57913d75b..e8e570135 100644
--- a/VMTests/vmArithmeticTest/addmod0.json
+++ b/VMTests/vmArithmeticTest/addmod0.json
@@ -2,8 +2,10 @@
"addmod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json",
+ "sourceHash" : "69837588368b0147085975aff924957c968a252ad30938046ca6b578bc3728c3"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod1.json b/VMTests/vmArithmeticTest/addmod1.json
index be68d6696..67ab99894 100644
--- a/VMTests/vmArithmeticTest/addmod1.json
+++ b/VMTests/vmArithmeticTest/addmod1.json
@@ -2,8 +2,10 @@
"addmod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json",
+ "sourceHash" : "8e0b69e7950cbfe076b88f60ab984eb43451ef2ffd82e057a493d40c63340e96"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow2.json b/VMTests/vmArithmeticTest/addmod1_overflow2.json
index f45a5d56b..8e6652d11 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow2.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow2.json
@@ -2,8 +2,10 @@
"addmod1_overflow2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json",
+ "sourceHash" : "ea89bb1d2edf42a3679edc6e79a1547ab2acab88b65fdd898848f069d4668887"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow3.json b/VMTests/vmArithmeticTest/addmod1_overflow3.json
index 40bbf8a7e..dcf98e890 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow3.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow3.json
@@ -2,8 +2,10 @@
"addmod1_overflow3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json",
+ "sourceHash" : "c6622fc4640ee14bc04fc25d6d8e1b8e9f276900cefab7731296e2d40e4e74de"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow4.json b/VMTests/vmArithmeticTest/addmod1_overflow4.json
index d5a0392a9..7dfb2c243 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow4.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow4.json
@@ -2,8 +2,10 @@
"addmod1_overflow4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json",
+ "sourceHash" : "60b3af67e1525c925ad468a9c5879f3a1dd9264bd71599d14bb0fe5ee85baa32"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
index 0031177b7..87e3a4c8f 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
@@ -2,8 +2,10 @@
"addmod1_overflowDiff" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json",
+ "sourceHash" : "e481611b65bea729363ab4905b904b25dabf4e37b459275fadf20ec26c03a7e6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod2.json b/VMTests/vmArithmeticTest/addmod2.json
index 6b1d2fddd..b81b5d28b 100644
--- a/VMTests/vmArithmeticTest/addmod2.json
+++ b/VMTests/vmArithmeticTest/addmod2.json
@@ -2,8 +2,10 @@
"addmod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json",
+ "sourceHash" : "9c69727304f62e9a9e68c0f26fdec5c71bca730c09fa3cec098fe6814ea868ed"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod2_0.json b/VMTests/vmArithmeticTest/addmod2_0.json
index 733051744..74082a9b9 100644
--- a/VMTests/vmArithmeticTest/addmod2_0.json
+++ b/VMTests/vmArithmeticTest/addmod2_0.json
@@ -2,8 +2,10 @@
"addmod2_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json",
+ "sourceHash" : "e3f2905fabd335c0e86de4d6f33bcd256da698a52a685e3951529da4d1571b4d"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod2_1.json b/VMTests/vmArithmeticTest/addmod2_1.json
index fe2cff67b..67d46473a 100644
--- a/VMTests/vmArithmeticTest/addmod2_1.json
+++ b/VMTests/vmArithmeticTest/addmod2_1.json
@@ -2,8 +2,10 @@
"addmod2_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json",
+ "sourceHash" : "7df326e4ca2b1e49badec9487259198cd6190ac5620e9d7197dd4d357155a3ab"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod3.json b/VMTests/vmArithmeticTest/addmod3.json
index 83496579e..49ab1aac3 100644
--- a/VMTests/vmArithmeticTest/addmod3.json
+++ b/VMTests/vmArithmeticTest/addmod3.json
@@ -2,8 +2,10 @@
"addmod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json",
+ "sourceHash" : "c24520291ed9c7c7764a3ddf54564cadbf705459bc4930e2bccab74056799631"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmod3_0.json b/VMTests/vmArithmeticTest/addmod3_0.json
index a141734ca..0e7ba7f6b 100644
--- a/VMTests/vmArithmeticTest/addmod3_0.json
+++ b/VMTests/vmArithmeticTest/addmod3_0.json
@@ -2,8 +2,10 @@
"addmod3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json",
+ "sourceHash" : "fd0fb4ca3416d536afb39bdd1ff061d834d7b2c4089b544f0ba7eace18e2acb7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmodBigIntCast.json b/VMTests/vmArithmeticTest/addmodBigIntCast.json
index ba656fac4..7eed0e2c7 100644
--- a/VMTests/vmArithmeticTest/addmodBigIntCast.json
+++ b/VMTests/vmArithmeticTest/addmodBigIntCast.json
@@ -2,8 +2,10 @@
"addmodBigIntCast" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json",
+ "sourceHash" : "a38c1a69123e72b56d9cc442d5be6aa54f7f4cf9354f0160c461b1c61baede57"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero.json b/VMTests/vmArithmeticTest/addmodDivByZero.json
index 523289132..4471c7ea5 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero.json
@@ -2,8 +2,10 @@
"addmodDivByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json",
+ "sourceHash" : "1cd414944cb3298349f3672c7e01b0cbf98de4a216b8385914b37eafb908aa89"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero1.json b/VMTests/vmArithmeticTest/addmodDivByZero1.json
index cc0090f21..da707cf07 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero1.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero1.json
@@ -2,8 +2,10 @@
"addmodDivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json",
+ "sourceHash" : "63f039bd579d518124284d302bfdb4b7cf6e669737b54aded9ed25fd9efc64ab"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero2.json b/VMTests/vmArithmeticTest/addmodDivByZero2.json
index 93bce11e0..9ead8abdd 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero2.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero2.json
@@ -2,8 +2,10 @@
"addmodDivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json",
+ "sourceHash" : "f1ccd94023526e6d5eeaafaeb3bd90ac7c027fde926b25563345c9ab01f24286"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero3.json b/VMTests/vmArithmeticTest/addmodDivByZero3.json
index bd5c51727..f7fd99307 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero3.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero3.json
@@ -2,8 +2,10 @@
"addmodDivByZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json",
+ "sourceHash" : "c23eb8b07209c00db096f72b7c47b647c2eba38d7876e524b80d4d06a8bacfe7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/arith1.json b/VMTests/vmArithmeticTest/arith1.json
index 393f3663d..714d7dd3c 100644
--- a/VMTests/vmArithmeticTest/arith1.json
+++ b/VMTests/vmArithmeticTest/arith1.json
@@ -2,8 +2,10 @@
"arith1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/arith1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/arith1Filler.json",
+ "sourceHash" : "8f3e7dc473f01ad6eb28485f6d16657a65de82e702d4a3be4cac3968b12b817c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/div1.json b/VMTests/vmArithmeticTest/div1.json
index 50d6a9cc9..2f820b8eb 100644
--- a/VMTests/vmArithmeticTest/div1.json
+++ b/VMTests/vmArithmeticTest/div1.json
@@ -2,8 +2,10 @@
"div1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/div1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/div1Filler.json",
+ "sourceHash" : "f99cfceb609ecc9e592633614ecc763e1ca15bf0f3fbfb3e9a52131b81432ad4"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divBoostBug.json b/VMTests/vmArithmeticTest/divBoostBug.json
index 175255d99..aebde9e50 100644
--- a/VMTests/vmArithmeticTest/divBoostBug.json
+++ b/VMTests/vmArithmeticTest/divBoostBug.json
@@ -2,8 +2,10 @@
"divBoostBug" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json",
+ "sourceHash" : "b3c8814728f78142bae06edbd7083f7823401350927f18d772d4c042463059f8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByNonZero0.json b/VMTests/vmArithmeticTest/divByNonZero0.json
index cb1802888..bcf7019de 100644
--- a/VMTests/vmArithmeticTest/divByNonZero0.json
+++ b/VMTests/vmArithmeticTest/divByNonZero0.json
@@ -2,8 +2,10 @@
"divByNonZero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json",
+ "sourceHash" : "d181ed91b0939a2527e2a4fd0629de1c66407a57935fc653d03c2eb946c41491"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByNonZero1.json b/VMTests/vmArithmeticTest/divByNonZero1.json
index e25350d38..22df44708 100644
--- a/VMTests/vmArithmeticTest/divByNonZero1.json
+++ b/VMTests/vmArithmeticTest/divByNonZero1.json
@@ -2,8 +2,10 @@
"divByNonZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json",
+ "sourceHash" : "64101d7909679fa39a402c3aaf5e363a0129c8cd83e2d754effbe2864b680457"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByNonZero2.json b/VMTests/vmArithmeticTest/divByNonZero2.json
index 35685c7ef..ff1f33d92 100644
--- a/VMTests/vmArithmeticTest/divByNonZero2.json
+++ b/VMTests/vmArithmeticTest/divByNonZero2.json
@@ -2,8 +2,10 @@
"divByNonZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json",
+ "sourceHash" : "69cda4579ec75d9e597c76a012dedd2e550ca3a9a562932e403a67c0889b6380"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByNonZero3.json b/VMTests/vmArithmeticTest/divByNonZero3.json
index 89543bb90..67de0588d 100644
--- a/VMTests/vmArithmeticTest/divByNonZero3.json
+++ b/VMTests/vmArithmeticTest/divByNonZero3.json
@@ -2,8 +2,10 @@
"divByNonZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json",
+ "sourceHash" : "ad37d228f0e5cc0073ed20dcf7395d612e1e12a073c1c3c18a0ceee814395b75"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByZero.json b/VMTests/vmArithmeticTest/divByZero.json
index 15074ce90..932f20498 100644
--- a/VMTests/vmArithmeticTest/divByZero.json
+++ b/VMTests/vmArithmeticTest/divByZero.json
@@ -2,8 +2,10 @@
"divByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json",
+ "sourceHash" : "0379670d4f721590eeb930531b621d2403d012cd378806e54c282313fd73f0f0"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/divByZero_2.json b/VMTests/vmArithmeticTest/divByZero_2.json
index fb773d07a..437000960 100644
--- a/VMTests/vmArithmeticTest/divByZero_2.json
+++ b/VMTests/vmArithmeticTest/divByZero_2.json
@@ -2,8 +2,10 @@
"divByZero_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json",
+ "sourceHash" : "7931861f0598f5b3911c92dba838659607254e549d5e8451d71bc69d047cebc2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp0.json b/VMTests/vmArithmeticTest/exp0.json
index cda2647df..e5c5c9abf 100644
--- a/VMTests/vmArithmeticTest/exp0.json
+++ b/VMTests/vmArithmeticTest/exp0.json
@@ -2,8 +2,10 @@
"exp0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp0Filler.json",
+ "sourceHash" : "972ed941f04945ffe82066f3e35ac6187cf6411a6e5361540a67dc5a94d4ea07"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp1.json b/VMTests/vmArithmeticTest/exp1.json
index 54f5ad43d..a1d13625d 100644
--- a/VMTests/vmArithmeticTest/exp1.json
+++ b/VMTests/vmArithmeticTest/exp1.json
@@ -2,8 +2,10 @@
"exp1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp1Filler.json",
+ "sourceHash" : "d5ef9a5cada0a6a7fb1fab06d7b1a09efe7f130f15fc1c8ea2f7d0b227acadb2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp2.json b/VMTests/vmArithmeticTest/exp2.json
index 8f3a13c03..e4631c31a 100644
--- a/VMTests/vmArithmeticTest/exp2.json
+++ b/VMTests/vmArithmeticTest/exp2.json
@@ -2,8 +2,10 @@
"exp2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp2Filler.json",
+ "sourceHash" : "8305010503c8432e2e59f017e616fdda7fbedbe832b75cf485c5c78eb47e591a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp3.json b/VMTests/vmArithmeticTest/exp3.json
index 0b270d91b..effa3091e 100644
--- a/VMTests/vmArithmeticTest/exp3.json
+++ b/VMTests/vmArithmeticTest/exp3.json
@@ -2,8 +2,10 @@
"exp3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp3Filler.json",
+ "sourceHash" : "5b5083de3c559be83b4acd451637c1515a1e2f17881207c4c6f1b96ad87fd919"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp4.json b/VMTests/vmArithmeticTest/exp4.json
index cf70ef1cb..71fb5d535 100644
--- a/VMTests/vmArithmeticTest/exp4.json
+++ b/VMTests/vmArithmeticTest/exp4.json
@@ -2,8 +2,10 @@
"exp4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp4Filler.json",
+ "sourceHash" : "cd45ef70914f24f4d701e7fb8602cfe8ee91f474cdd6405d04fe96447d8f7053"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp5.json b/VMTests/vmArithmeticTest/exp5.json
index 8b41b5e8d..7f635d433 100644
--- a/VMTests/vmArithmeticTest/exp5.json
+++ b/VMTests/vmArithmeticTest/exp5.json
@@ -2,8 +2,10 @@
"exp5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp5Filler.json",
+ "sourceHash" : "318ed8bab4309bfe3524b15cbf8d41c00ce6f0caaa795b3c18e63a65b7e36e25"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp6.json b/VMTests/vmArithmeticTest/exp6.json
index c90999b91..c7c81d67c 100644
--- a/VMTests/vmArithmeticTest/exp6.json
+++ b/VMTests/vmArithmeticTest/exp6.json
@@ -2,8 +2,10 @@
"exp6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp6Filler.json",
+ "sourceHash" : "5b7c62113f0d591dbb9e75c8d51a0ce3e2288d431080a8265b2573371deb1edc"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/exp7.json b/VMTests/vmArithmeticTest/exp7.json
index 718921281..3cfc59261 100644
--- a/VMTests/vmArithmeticTest/exp7.json
+++ b/VMTests/vmArithmeticTest/exp7.json
@@ -2,8 +2,10 @@
"exp7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/exp7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/exp7Filler.json",
+ "sourceHash" : "d1e5fa546ea20fce99bb003a4cdbd043c94289ad308e449c072729f43e0a44df"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
index d550fe1f9..ce0ab4d15 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json",
+ "sourceHash" : "2c087aea8c4b5c91100e892acf0e8b2bc1bc29d9f936f0d55603759df8783de7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
index bc8f7f390..ecced8dc4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json",
+ "sourceHash" : "faec3c0e24c533aecb3e826308adb1e22fb205308a12cd31a271fee63d54a838"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
index 2565050cf..214eebb61 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json",
+ "sourceHash" : "168f4ca57a54e23f15c08d7e90f45fb7c99363fecdd085db589c29356ee134a2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
index 7eb0900ef..a8b40cf5a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json",
+ "sourceHash" : "9d7592fc1201b621168d87312f71b4400e9a4d4a398c82d8d7017de394278a57"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
index e9cb29a6c..ef019c617 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json",
+ "sourceHash" : "e3adac67619734e408082b0ae9173d9abd6d11564b5001297a4ebc00f2ccb4f7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
index db8c208f2..311f96b08 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json",
+ "sourceHash" : "c43c7b1e9b3eb12a8de5db33e61f4ef7baac02a5c7850bda31a68f4fde9549bf"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
index b994ea302..db5a215ae 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json",
+ "sourceHash" : "27819e7b9b80ae0beb2297682b079269195974c9455de1eed3dca1034cba0048"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
index 3bb34e288..c97a25e59 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json",
+ "sourceHash" : "1a0490aa7bc91a8a40d9acac6288c71ffff4991b118b2f23b5965e94123bd705"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
index 97ef0c3e8..4a0f8b81d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json",
+ "sourceHash" : "30f6e889411698eed13e2a040a2f41fe3c1fd4b1833cc785be622659996ad479"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
index ebdfda5a2..ce3b62c97 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json",
+ "sourceHash" : "1309371fad3cf12b98eb82958d017baef248f2efbffc7dbf8ab07a8efda75bee"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
index 9a542eabe..cc9a5a0d7 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json",
+ "sourceHash" : "a9a6c3dd976cca27cae0e2ebbf4bacf63b602384e8272cf61002445ebff136f5"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
index 461926de4..c872a7a89 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json",
+ "sourceHash" : "d0df2aa79ef6a5d1b803fb005e73447953da7171b4e947fa2936be3f148864f2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
index 9ff57255e..a16f91d6c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json",
+ "sourceHash" : "398865268521f09f1e1d133600bd52ad4130e52f6846fc3c4b8e03b862e86f7e"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
index 137af0f01..b79953c15 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json",
+ "sourceHash" : "80743f5e1e6a740339eec0441550741acc89ab879f198d7cc6d3905da24b2f41"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
index d6cd6ce4d..f5b5a673d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json",
+ "sourceHash" : "3e2c55bdd8e992c6c9db6910a82b34b8d2fd674a2e5d78d7411a8e35ffa7f093"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
index 2f2b86c16..aa0623370 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json",
+ "sourceHash" : "be37c9aac4e5399b3fe75515480c2cd65a9baf138655dd21f5a28ed9d55cb611"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
index 7236c89e8..c662baf93 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json",
+ "sourceHash" : "73a851bb2f2033ee7a403b3ff65a627695c6eae37b1ab2a79b96533fad5fd14e"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
index 98daf91f1..e0d49bf94 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json",
+ "sourceHash" : "1b1fe064cbd99c44895bb1458e853c5564dfb749b8bfcf287f3df6bd89e8efa1"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
index 76bde6230..894292d0c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json",
+ "sourceHash" : "4ed286c5987852f3587a96e0a62db0c71f42819d4f41170980f68999a3fa39ef"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
index 7890a8895..b5b9bc4e4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json",
+ "sourceHash" : "49a50ad563e91a351ed87dc845cf038941bb57aa95bce0a3a08019fd89526a6f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
index 6e4678edd..39705cd2c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json",
+ "sourceHash" : "d18536cbfbe7764cf7b1db7e73548e6c789500233ac28437d68db8312c6270f8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
index 4c01c4ac3..d016806ab 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json",
+ "sourceHash" : "cb101db6bd5052385132e0babaacc212155afbfcb398b52b1b8baa08bd302052"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
index 41fee91b8..9b894b7fa 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json",
+ "sourceHash" : "f435d4f41de3ee732f642ff222f5a36be969401d4941fbe947aa17f23e5b1eda"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
index 1d0e68d27..642f99687 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json",
+ "sourceHash" : "0dce3aeccb3d6e15913863ede3bb4b2db122be2e79be3c1c9825cd7505152fb7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
index 2d7d22779..f2407c80a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json",
+ "sourceHash" : "836e2f93a1ea7393c723482ec74da0f86ed2e0bad26a680e581b944ccbdf3e2f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
index 1e4f6e1fb..4ef67001c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json",
+ "sourceHash" : "c32144b90a00d75eea8d4681897298781d37480233d6e420d531fa569f5649c3"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
index 4967e3825..b633f37c5 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json",
+ "sourceHash" : "e1d465989d81ce4111dcea74490cb1361aa5f5635f0edfad8c0e7e6fad0a1f3a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
index 1f0ec2459..6d717a7d4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json",
+ "sourceHash" : "c623b01168634203c89da2589bb7df04f1dfb9e7677d7d15aabc3e32bdcc4977"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
index f9da37b50..7a0fab8c5 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json",
+ "sourceHash" : "dad1914780da70d243e1bfc111188d0b76f2babdc0b5707dfa31ace5b8b9a17a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
index 288cbce5a..4e36aee89 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json",
+ "sourceHash" : "d521557248ec7042f4ff4cb27e83dad00b7de39f67fd884872c5c70039295c51"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
index 636d52cb7..3229bc929 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json",
+ "sourceHash" : "6e2d9b87481f2253e37e45e55db466a7a49b761563d83b1fcde77c1c52a37d7a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
index 2a14bb351..f88977670 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json",
+ "sourceHash" : "42d6264b6debf7b7f85dfae49d36a9dac79291e10d6ac36d03784a2bc32ad790"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
index e824de8e3..2aec0029b 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json",
+ "sourceHash" : "75b38172e5269228b75fb6145d150700d6e124c1218f6099304bd1d17d0fad3b"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
index eafc71fd9..7fa8834cc 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
@@ -2,8 +2,10 @@
"expPowerOf256Of256_9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json",
+ "sourceHash" : "e587592b571fbbe7615488d432734f5c34a9bfde62b7d57bdf7643b9b7c06cbe"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_1.json b/VMTests/vmArithmeticTest/expPowerOf256_1.json
index 1bdc89d5c..1760a9844 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_1.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_1.json
@@ -2,8 +2,10 @@
"expPowerOf256_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json",
+ "sourceHash" : "16fbb934771f5b2053b1f20ae4912c1463295567cc2d56f98315a4847d507d8d"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_10.json b/VMTests/vmArithmeticTest/expPowerOf256_10.json
index 67abca8fa..9fe4b3b91 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_10.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_10.json
@@ -2,8 +2,10 @@
"expPowerOf256_10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json",
+ "sourceHash" : "c63ab981f2085459076e378507c47ee6ae6605fe8d356e22e9f967c88f906729"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_11.json b/VMTests/vmArithmeticTest/expPowerOf256_11.json
index 9019a0be3..0da9dc787 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_11.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_11.json
@@ -2,8 +2,10 @@
"expPowerOf256_11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json",
+ "sourceHash" : "488cd4227d456590e5c90d6e733bd187917a08172f5f269601312376eb1da33f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_12.json b/VMTests/vmArithmeticTest/expPowerOf256_12.json
index 055383a49..60b0e8314 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_12.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_12.json
@@ -2,8 +2,10 @@
"expPowerOf256_12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json",
+ "sourceHash" : "392226c24466abfe4500da731a41e3693e3155cea8837345bd658aa07d1b4bf0"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_13.json b/VMTests/vmArithmeticTest/expPowerOf256_13.json
index 29d7a1534..ff7528e38 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_13.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_13.json
@@ -2,8 +2,10 @@
"expPowerOf256_13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json",
+ "sourceHash" : "beec37a23ab8455cf107f21d8e32c666cdf69008d21693dadc1aa180a13a8122"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_14.json b/VMTests/vmArithmeticTest/expPowerOf256_14.json
index e42eccc8e..2badf1498 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_14.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_14.json
@@ -2,8 +2,10 @@
"expPowerOf256_14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json",
+ "sourceHash" : "186d50e93b2675aede0d915df14710897296065bc2548b6995173836782699c3"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_15.json b/VMTests/vmArithmeticTest/expPowerOf256_15.json
index 4c4d151d5..89ead6ddc 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_15.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_15.json
@@ -2,8 +2,10 @@
"expPowerOf256_15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json",
+ "sourceHash" : "7f5b408ef1627c7a1a13a6a16e1d1e2d3f28c25eb0f7bd36612b3658e97d3b66"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_16.json b/VMTests/vmArithmeticTest/expPowerOf256_16.json
index dcd88c38b..313a4f62a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_16.json
@@ -2,8 +2,10 @@
"expPowerOf256_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json",
+ "sourceHash" : "13123c5b15072c7b2d4258e85ffe16cad4967c2b795995fb82caf0c55bea5777"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_17.json b/VMTests/vmArithmeticTest/expPowerOf256_17.json
index 172dbc0cb..fef94e635 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_17.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_17.json
@@ -2,8 +2,10 @@
"expPowerOf256_17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json",
+ "sourceHash" : "e45eb8d13c33e2f326c300991ee94c7fc355f6d4b403b9997eae4af384f9c718"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_18.json b/VMTests/vmArithmeticTest/expPowerOf256_18.json
index a737306e5..6cc456c92 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_18.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_18.json
@@ -2,8 +2,10 @@
"expPowerOf256_18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json",
+ "sourceHash" : "d6cb5476907369ace6f89dedb6cfa48e6206d06323014b63e3d3412a88b7f1ae"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_19.json b/VMTests/vmArithmeticTest/expPowerOf256_19.json
index 25fe9c91f..7785a5a02 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_19.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_19.json
@@ -2,8 +2,10 @@
"expPowerOf256_19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json",
+ "sourceHash" : "e4aa661fa827549475ed5e8301714d2e0b43e9291b216b4bf746c344d585e773"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_2.json b/VMTests/vmArithmeticTest/expPowerOf256_2.json
index 7333a4f9a..8b2ff3c83 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_2.json
@@ -2,8 +2,10 @@
"expPowerOf256_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json",
+ "sourceHash" : "07bcef4266f5ee70819d4ea7a9ea2d20b13548c86dfca80360c7aea1797f3f95"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_20.json b/VMTests/vmArithmeticTest/expPowerOf256_20.json
index 9abfb1e46..7602abb6c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_20.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_20.json
@@ -2,8 +2,10 @@
"expPowerOf256_20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json",
+ "sourceHash" : "ef33504fb8f230ffc923208053a633ed892145c0593ef054be30e0f4977a9ec5"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_21.json b/VMTests/vmArithmeticTest/expPowerOf256_21.json
index 3845ae7e8..dc10a075d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_21.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_21.json
@@ -2,8 +2,10 @@
"expPowerOf256_21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json",
+ "sourceHash" : "77271e189f1f301640781da5858de66b9d98f84f479b123be34f26caa64adb67"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_22.json b/VMTests/vmArithmeticTest/expPowerOf256_22.json
index ee42055fd..a30e33cd3 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_22.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_22.json
@@ -2,8 +2,10 @@
"expPowerOf256_22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json",
+ "sourceHash" : "d056976d2b6ecf266c5288e4b5fd652f4cb3171eae3ea68a22acf7bdf6bdaf84"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_23.json b/VMTests/vmArithmeticTest/expPowerOf256_23.json
index eb915e81e..02a2eb3cc 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_23.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_23.json
@@ -2,8 +2,10 @@
"expPowerOf256_23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json",
+ "sourceHash" : "542a9061397115d3c2937ee3dc44d6b196395066f3f8c6518f5bd18bef810169"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_24.json b/VMTests/vmArithmeticTest/expPowerOf256_24.json
index 26740a241..0dcad7d32 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_24.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_24.json
@@ -2,8 +2,10 @@
"expPowerOf256_24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json",
+ "sourceHash" : "8e029ce9c0f33ceaf1e0c2986f76854604f5bd12018671227a705ae57bdb57d8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_25.json b/VMTests/vmArithmeticTest/expPowerOf256_25.json
index 3bbb16748..0f1821afb 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_25.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_25.json
@@ -2,8 +2,10 @@
"expPowerOf256_25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json",
+ "sourceHash" : "b3b3a03b8a78799b64a89907a0b351f914efa445edc2e0f025e4dc509b9941e7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_26.json b/VMTests/vmArithmeticTest/expPowerOf256_26.json
index da8698423..4e2c5f9fc 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_26.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_26.json
@@ -2,8 +2,10 @@
"expPowerOf256_26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json",
+ "sourceHash" : "3d1bb918bab2151b24714c254572c07f762c398ae4cf21890c16c89037ce8597"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_27.json b/VMTests/vmArithmeticTest/expPowerOf256_27.json
index d3acb0a7a..b99b47703 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_27.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_27.json
@@ -2,8 +2,10 @@
"expPowerOf256_27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json",
+ "sourceHash" : "15f8c1655a2cf4350b9701ab6324da8472b3b0faf350cd832b89e3a46b544141"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_28.json b/VMTests/vmArithmeticTest/expPowerOf256_28.json
index b3a051b05..67fb3677a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_28.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_28.json
@@ -2,8 +2,10 @@
"expPowerOf256_28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json",
+ "sourceHash" : "638ec46c0d46a31e2e58efb22cc0b7c473f7c11c9b0092e63f506daeb42f117b"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_29.json b/VMTests/vmArithmeticTest/expPowerOf256_29.json
index 219f1e1c8..7b4ee8bd2 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_29.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_29.json
@@ -2,8 +2,10 @@
"expPowerOf256_29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json",
+ "sourceHash" : "e4d60adbb00c35e28179c0b6793a53dd44ebb6634391262a91db041e74b87f5c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_3.json b/VMTests/vmArithmeticTest/expPowerOf256_3.json
index 6678d25f4..6b20e6fd8 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_3.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_3.json
@@ -2,8 +2,10 @@
"expPowerOf256_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json",
+ "sourceHash" : "d2e71f04de753763b76ffe0a540fd9adaa461138b28e6aa42515c18f48b95f92"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_30.json b/VMTests/vmArithmeticTest/expPowerOf256_30.json
index 3b58aaa55..25c616c63 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_30.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_30.json
@@ -2,8 +2,10 @@
"expPowerOf256_30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json",
+ "sourceHash" : "ce02670f9d0a42f0ac3c6975d19e3e2dfc15668e388b6f7e45c3d9bc80b51764"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_31.json b/VMTests/vmArithmeticTest/expPowerOf256_31.json
index 3c085d671..1faafda73 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_31.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_31.json
@@ -2,8 +2,10 @@
"expPowerOf256_31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json",
+ "sourceHash" : "c685cc3472bda9ae8656c5473614b288c46282486b62064446996feac51be396"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_32.json b/VMTests/vmArithmeticTest/expPowerOf256_32.json
index 9cf89f026..16889c689 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_32.json
@@ -2,8 +2,10 @@
"expPowerOf256_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json",
+ "sourceHash" : "ed1e00709ee87288d5782c4551742366f9e0a4604bf0e2ff5990c56e70dcbc74"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_33.json b/VMTests/vmArithmeticTest/expPowerOf256_33.json
index 50499edc9..bb2ddcf92 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_33.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_33.json
@@ -2,8 +2,10 @@
"expPowerOf256_33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json",
+ "sourceHash" : "0c39167ce593ed18cf8bcd9bcc8c9db07079b9c77f3b326386f09d8745564767"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_4.json b/VMTests/vmArithmeticTest/expPowerOf256_4.json
index 3fe05c2b9..f897e5dff 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_4.json
@@ -2,8 +2,10 @@
"expPowerOf256_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json",
+ "sourceHash" : "44609edd4d65ccd35dec7c2b4996adc009e3d890dcce6e8447cb8545fdd915ab"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_5.json b/VMTests/vmArithmeticTest/expPowerOf256_5.json
index a17fe3697..e567bcc32 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_5.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_5.json
@@ -2,8 +2,10 @@
"expPowerOf256_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json",
+ "sourceHash" : "c4e1fe9047ec92e28a022218cce8f6bf476463abccc5c38c8820adc0eecee7a8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_6.json b/VMTests/vmArithmeticTest/expPowerOf256_6.json
index ca3bd7740..536ad0a7c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_6.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_6.json
@@ -2,8 +2,10 @@
"expPowerOf256_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json",
+ "sourceHash" : "7a1e9d28321fad6512955ef132b0ad2e97ae3f9a0888815f1fa3ff9ae8f8c617"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_7.json b/VMTests/vmArithmeticTest/expPowerOf256_7.json
index 2f2f3a137..a3535e45c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_7.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_7.json
@@ -2,8 +2,10 @@
"expPowerOf256_7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json",
+ "sourceHash" : "aab76c2cdd95f40bd93b061e7a091919a5698cd8c91d573bea426f1300dc3d35"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_8.json b/VMTests/vmArithmeticTest/expPowerOf256_8.json
index b351efb3a..94cba6e39 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_8.json
@@ -2,8 +2,10 @@
"expPowerOf256_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json",
+ "sourceHash" : "a318d780fe83ecdba8804c0638ea6bf83757fb82bd136a0a6b3f2fb8d7326ea6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_9.json b/VMTests/vmArithmeticTest/expPowerOf256_9.json
index d7a172cdf..7cb9798e1 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_9.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_9.json
@@ -2,8 +2,10 @@
"expPowerOf256_9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json",
+ "sourceHash" : "1ad447853761cecd48d31238ba56b2455cdb67c77deff367b8674250f8ef379b"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_128.json b/VMTests/vmArithmeticTest/expPowerOf2_128.json
index 90f115c8c..82889592f 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_128.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_128.json
@@ -2,8 +2,10 @@
"expPowerOf2_128" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json",
+ "sourceHash" : "3ba0fa1e755f39f2f3c0a33d9d70d454071b9ae199c0be6a86819825a1957c9f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_16.json b/VMTests/vmArithmeticTest/expPowerOf2_16.json
index 62f1ad7cc..2ac2ea513 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_16.json
@@ -2,8 +2,10 @@
"expPowerOf2_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json",
+ "sourceHash" : "fdfb5f99a61b0b4a955190a7134fc443ea97b835570ea6f295d6f059b710b00d"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_2.json b/VMTests/vmArithmeticTest/expPowerOf2_2.json
index 4b46d2cf8..d9b63fc88 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_2.json
@@ -2,8 +2,10 @@
"expPowerOf2_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json",
+ "sourceHash" : "06c5b279048c557ce587da83ebe49154e4a9807add4c95f204be3eb8f736c437"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_256.json b/VMTests/vmArithmeticTest/expPowerOf2_256.json
index a9ca177ab..4f831d26a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_256.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_256.json
@@ -2,8 +2,10 @@
"expPowerOf2_256" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json",
+ "sourceHash" : "c83759ae4217b107fe9faa4149b0d22de89653b76fbeb55eb53951caca817fef"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_32.json b/VMTests/vmArithmeticTest/expPowerOf2_32.json
index 232ae2c67..40f61de6f 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_32.json
@@ -2,8 +2,10 @@
"expPowerOf2_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json",
+ "sourceHash" : "eb328b22481e99d35dc854a7ee9b903627ea9acbdc844233ecdea53b6f02174a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_4.json b/VMTests/vmArithmeticTest/expPowerOf2_4.json
index 5787796a9..399a6ce55 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_4.json
@@ -2,8 +2,10 @@
"expPowerOf2_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json",
+ "sourceHash" : "91dfec0880b67536467cc81c7a4f2a55a5ff53b2a2941a672ecb9ed42bc04561"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_64.json b/VMTests/vmArithmeticTest/expPowerOf2_64.json
index d12796079..b648adf4c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_64.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_64.json
@@ -2,8 +2,10 @@
"expPowerOf2_64" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json",
+ "sourceHash" : "70d2fcbc9e3456de712e542f42cde87b9758362ef951449a5f7d41f007b29708"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_8.json b/VMTests/vmArithmeticTest/expPowerOf2_8.json
index a4c3ea3b3..9292e3438 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_8.json
@@ -2,8 +2,10 @@
"expPowerOf2_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json",
+ "sourceHash" : "db4de73e43dc419435540b961648502905afd5dfc55e7f99610e3fd8979183c4"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expXY.json b/VMTests/vmArithmeticTest/expXY.json
index 84835b450..6088fe9ce 100644
--- a/VMTests/vmArithmeticTest/expXY.json
+++ b/VMTests/vmArithmeticTest/expXY.json
@@ -2,8 +2,10 @@
"expXY" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expXYFiller.json",
+ "sourceHash" : "f7f1a3990ae066728de05044ac8f19daf7424ccb5e2f8ec6fa6face0255c12f9"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/expXY_success.json b/VMTests/vmArithmeticTest/expXY_success.json
index 56d42061d..a5e61b3d8 100644
--- a/VMTests/vmArithmeticTest/expXY_success.json
+++ b/VMTests/vmArithmeticTest/expXY_success.json
@@ -2,8 +2,10 @@
"expXY_success" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json",
+ "sourceHash" : "bc5f7a7dca50ae0a0dd7bb43a0e68a9c679fcde4627892a49fbdc23b0a86b36a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
index ff87f5d7f..54c046acc 100644
--- a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
+++ b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
@@ -2,8 +2,10 @@
"fibbonacci_unrolled" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json",
+ "sourceHash" : "cbc88733153817d7697a91c79578e3939706a9c1a8ac266ec9fa6ba8b59f98ef"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mod0.json b/VMTests/vmArithmeticTest/mod0.json
index d80a3ab8b..eb527e870 100644
--- a/VMTests/vmArithmeticTest/mod0.json
+++ b/VMTests/vmArithmeticTest/mod0.json
@@ -2,8 +2,10 @@
"mod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mod0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mod0Filler.json",
+ "sourceHash" : "2ee0b9c5d36fbae6850da8779fa82661baf68b125e45a87aa4eacdc638a973c1"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mod1.json b/VMTests/vmArithmeticTest/mod1.json
index 99d438646..a3c7514b3 100644
--- a/VMTests/vmArithmeticTest/mod1.json
+++ b/VMTests/vmArithmeticTest/mod1.json
@@ -2,8 +2,10 @@
"mod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mod1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mod1Filler.json",
+ "sourceHash" : "3138621aabbedf44390f461a78f53dfa3ab9e6fcd0e04c6a0b31eb75b8261364"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mod2.json b/VMTests/vmArithmeticTest/mod2.json
index e197c5896..d2ae5b266 100644
--- a/VMTests/vmArithmeticTest/mod2.json
+++ b/VMTests/vmArithmeticTest/mod2.json
@@ -2,8 +2,10 @@
"mod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mod2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mod2Filler.json",
+ "sourceHash" : "17781cb1fcbf60a7680ad7ce993f3d531bcf81a0ef845baf9983d317119739b7"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mod3.json b/VMTests/vmArithmeticTest/mod3.json
index fb1c53286..1b75d4c93 100644
--- a/VMTests/vmArithmeticTest/mod3.json
+++ b/VMTests/vmArithmeticTest/mod3.json
@@ -2,8 +2,10 @@
"mod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mod3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mod3Filler.json",
+ "sourceHash" : "252164a18d03038559d91387308a8e52b869c02b0a715ba7bd6d4bd816b60eca"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mod4.json b/VMTests/vmArithmeticTest/mod4.json
index c136c18a2..f22e52663 100644
--- a/VMTests/vmArithmeticTest/mod4.json
+++ b/VMTests/vmArithmeticTest/mod4.json
@@ -2,8 +2,10 @@
"mod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mod4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mod4Filler.json",
+ "sourceHash" : "e2c9a9e2ac84e9998d6ab4d4cd3283fa6df50c698d8d379ad3949aaf5ba979e5"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/modByZero.json b/VMTests/vmArithmeticTest/modByZero.json
index edb657b17..0e460eb8b 100644
--- a/VMTests/vmArithmeticTest/modByZero.json
+++ b/VMTests/vmArithmeticTest/modByZero.json
@@ -2,8 +2,10 @@
"modByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json",
+ "sourceHash" : "4b5746b40add45b15482297434254e8f3a3e6a2177c2707d6cc362e234de5be0"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul0.json b/VMTests/vmArithmeticTest/mul0.json
index 805fe796a..4774e57d5 100644
--- a/VMTests/vmArithmeticTest/mul0.json
+++ b/VMTests/vmArithmeticTest/mul0.json
@@ -2,8 +2,10 @@
"mul0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul0Filler.json",
+ "sourceHash" : "58a9a1865a396b48964d80bbb835a11fdf04b8670f874822871ad3f47ae00e46"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul1.json b/VMTests/vmArithmeticTest/mul1.json
index e08e937b1..1a38364f7 100644
--- a/VMTests/vmArithmeticTest/mul1.json
+++ b/VMTests/vmArithmeticTest/mul1.json
@@ -2,8 +2,10 @@
"mul1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul1Filler.json",
+ "sourceHash" : "875d4975af8db905121dd74af67a360fdb7575e4bd1a7395f7dc4b47c543a988"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul2.json b/VMTests/vmArithmeticTest/mul2.json
index 8da1f69d7..ba4aebbaf 100644
--- a/VMTests/vmArithmeticTest/mul2.json
+++ b/VMTests/vmArithmeticTest/mul2.json
@@ -2,8 +2,10 @@
"mul2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul2Filler.json",
+ "sourceHash" : "1bc06846ec1e58b28be79a89ba57b6e5ede91b194cd92e83c00f8aea24b850fa"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul3.json b/VMTests/vmArithmeticTest/mul3.json
index be4da98cb..f52df6854 100644
--- a/VMTests/vmArithmeticTest/mul3.json
+++ b/VMTests/vmArithmeticTest/mul3.json
@@ -2,8 +2,10 @@
"mul3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul3Filler.json",
+ "sourceHash" : "784a4bac2f908a96f896815e46ce348906b2e013ac96a37f2aaff419574b62c2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul4.json b/VMTests/vmArithmeticTest/mul4.json
index d17d9fc6c..8539c1b69 100644
--- a/VMTests/vmArithmeticTest/mul4.json
+++ b/VMTests/vmArithmeticTest/mul4.json
@@ -2,8 +2,10 @@
"mul4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul4Filler.json",
+ "sourceHash" : "45dd057a18eccb8d25d9d9b21108e8417cc0761f7441acdb70e950ea30d571c3"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul5.json b/VMTests/vmArithmeticTest/mul5.json
index 211ba2468..0ecf24fa0 100644
--- a/VMTests/vmArithmeticTest/mul5.json
+++ b/VMTests/vmArithmeticTest/mul5.json
@@ -2,8 +2,10 @@
"mul5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul5Filler.json",
+ "sourceHash" : "89549d49e7483833a4e34bab92c0c0420616e9ec8142ff4b2e27f53073856c71"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul6.json b/VMTests/vmArithmeticTest/mul6.json
index e171a42d1..f4a947648 100644
--- a/VMTests/vmArithmeticTest/mul6.json
+++ b/VMTests/vmArithmeticTest/mul6.json
@@ -2,8 +2,10 @@
"mul6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul6Filler.json",
+ "sourceHash" : "bca12e44c9757affee296b2c9b32f146aeba5a8c4f15c889529fb7ee8058d1f0"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mul7.json b/VMTests/vmArithmeticTest/mul7.json
index bc616e205..10b1919b7 100644
--- a/VMTests/vmArithmeticTest/mul7.json
+++ b/VMTests/vmArithmeticTest/mul7.json
@@ -2,8 +2,10 @@
"mul7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mul7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mul7Filler.json",
+ "sourceHash" : "95a46849ec2ea26374c55eca1469a84aba7113c5d1c3f2b114a21e8afef66a09"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulUnderFlow.json b/VMTests/vmArithmeticTest/mulUnderFlow.json
index 770fcbbd0..e9f6ea2ba 100644
--- a/VMTests/vmArithmeticTest/mulUnderFlow.json
+++ b/VMTests/vmArithmeticTest/mulUnderFlow.json
@@ -2,8 +2,10 @@
"mulUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json",
+ "sourceHash" : "c4dc43a2d2480a375b5f4cde0ff0b1059f36577d7c555b2ee92db62aad36aea2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmArithmeticTest/mulmod0.json b/VMTests/vmArithmeticTest/mulmod0.json
index d1ad12e21..6ee65db0e 100644
--- a/VMTests/vmArithmeticTest/mulmod0.json
+++ b/VMTests/vmArithmeticTest/mulmod0.json
@@ -2,8 +2,10 @@
"mulmod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json",
+ "sourceHash" : "767b5508cdc961f3ca017e91c51e48ad932aa626883b9e6cb0a7f5d9caa62618"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod1.json b/VMTests/vmArithmeticTest/mulmod1.json
index 5f12aa8b2..82399ddf4 100644
--- a/VMTests/vmArithmeticTest/mulmod1.json
+++ b/VMTests/vmArithmeticTest/mulmod1.json
@@ -2,8 +2,10 @@
"mulmod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json",
+ "sourceHash" : "6b32e8069707bd5ee71ec2c2c303483bf358379065099649dc1766ec9a8442cd"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow.json b/VMTests/vmArithmeticTest/mulmod1_overflow.json
index 17c1084a0..38f38c7b5 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow.json
@@ -2,8 +2,10 @@
"mulmod1_overflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json",
+ "sourceHash" : "bc67e288ab51605bc21b8bca2e08639cad3d4739d76643023a626c107779426d"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow2.json b/VMTests/vmArithmeticTest/mulmod1_overflow2.json
index 37a87ba1d..110f99732 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow2.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow2.json
@@ -2,8 +2,10 @@
"mulmod1_overflow2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json",
+ "sourceHash" : "f763267bd021dd60da1d92fa3beabb939ef2d0d09a4e29ab0e32e8c3bd7b0dc9"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow3.json b/VMTests/vmArithmeticTest/mulmod1_overflow3.json
index c5bed2b1e..d68e0ba5b 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow3.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow3.json
@@ -2,8 +2,10 @@
"mulmod1_overflow3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json",
+ "sourceHash" : "a7b60d2491579fdcaf5e94d93fe908f8b16b823d494ae3d9478c43f2ea7bd834"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow4.json b/VMTests/vmArithmeticTest/mulmod1_overflow4.json
index b554853b9..db0f7cd4f 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow4.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow4.json
@@ -2,8 +2,10 @@
"mulmod1_overflow4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json",
+ "sourceHash" : "922a50e498af6f9130867a28130ad6ef98f9a3c19165e317f3f9062011a14026"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod2.json b/VMTests/vmArithmeticTest/mulmod2.json
index 55e796eb2..787d960a6 100644
--- a/VMTests/vmArithmeticTest/mulmod2.json
+++ b/VMTests/vmArithmeticTest/mulmod2.json
@@ -2,8 +2,10 @@
"mulmod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json",
+ "sourceHash" : "721a303cc662f31affb219ba697d1c1e171d1780e3c5b23f413ae6a3f94f81f4"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod2_0.json b/VMTests/vmArithmeticTest/mulmod2_0.json
index ca2d1d0c4..c3493a598 100644
--- a/VMTests/vmArithmeticTest/mulmod2_0.json
+++ b/VMTests/vmArithmeticTest/mulmod2_0.json
@@ -2,8 +2,10 @@
"mulmod2_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json",
+ "sourceHash" : "57716635892e086cdf101b64850f412daa5737569899026b3b4eeff6639b0987"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod2_1.json b/VMTests/vmArithmeticTest/mulmod2_1.json
index a2f2a675e..9bd6d4ff5 100644
--- a/VMTests/vmArithmeticTest/mulmod2_1.json
+++ b/VMTests/vmArithmeticTest/mulmod2_1.json
@@ -2,8 +2,10 @@
"mulmod2_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json",
+ "sourceHash" : "c44cc47d3c21c1aa51395946e6023e82d076e5c128d370a346b0b1724843affa"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod3.json b/VMTests/vmArithmeticTest/mulmod3.json
index 798190c57..4f45e9d44 100644
--- a/VMTests/vmArithmeticTest/mulmod3.json
+++ b/VMTests/vmArithmeticTest/mulmod3.json
@@ -2,8 +2,10 @@
"mulmod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json",
+ "sourceHash" : "de5ef219cbf674cfaef91ab0dc8c1c7a3da96ca19789d82de96cdc831dd8e73b"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod3_0.json b/VMTests/vmArithmeticTest/mulmod3_0.json
index 56e09496d..ec5de13a1 100644
--- a/VMTests/vmArithmeticTest/mulmod3_0.json
+++ b/VMTests/vmArithmeticTest/mulmod3_0.json
@@ -2,8 +2,10 @@
"mulmod3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json",
+ "sourceHash" : "9f7b685641648b59465a41a4a45e02ddefa2779c981ff4e24fbde810d4bdef39"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmod4.json b/VMTests/vmArithmeticTest/mulmod4.json
index db068c0ba..3f4d5ceea 100644
--- a/VMTests/vmArithmeticTest/mulmod4.json
+++ b/VMTests/vmArithmeticTest/mulmod4.json
@@ -2,8 +2,10 @@
"mulmod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json",
+ "sourceHash" : "32961c8198308c3d51e61132c8354292803bbd7b4ebb709745836535444d2071"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero.json b/VMTests/vmArithmeticTest/mulmoddivByZero.json
index 3fd7aa4eb..55af5949a 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero.json
@@ -2,8 +2,10 @@
"mulmoddivByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json",
+ "sourceHash" : "ec1ad3cf4c568d4d10c865a1c143e20e0bf35c8ab8eb8525c41820d95a88f897"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero1.json b/VMTests/vmArithmeticTest/mulmoddivByZero1.json
index 4ed01b3b7..02dfb48d2 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero1.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero1.json
@@ -2,8 +2,10 @@
"mulmoddivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json",
+ "sourceHash" : "b2a3da11358e5cb15711b465a7aa9bfea20c06ac8b0f0bdde036b3eefa6da57f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero2.json b/VMTests/vmArithmeticTest/mulmoddivByZero2.json
index 52b8a241f..5327b992c 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero2.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero2.json
@@ -2,8 +2,10 @@
"mulmoddivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json",
+ "sourceHash" : "a1ae353f9c34e7b84c7df86663186e618b091f99e14f66fa456dd8c26da748c8"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero3.json b/VMTests/vmArithmeticTest/mulmoddivByZero3.json
index 493d736f0..503a5a8e2 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero3.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero3.json
@@ -2,8 +2,10 @@
"mulmoddivByZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json",
+ "sourceHash" : "207ae005ea9edb1b9286ace7da9e01e18edd1eb1c3b54a3ab75ed40e972d61be"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/not1.json b/VMTests/vmArithmeticTest/not1.json
index d42dfa92a..ce253c13d 100644
--- a/VMTests/vmArithmeticTest/not1.json
+++ b/VMTests/vmArithmeticTest/not1.json
@@ -2,8 +2,10 @@
"not1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/not1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/not1Filler.json",
+ "sourceHash" : "759b4c3c3cce13205ae8c709fa287e6b0a0200ba5bceac5a7e380238aa5d0839"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv0.json b/VMTests/vmArithmeticTest/sdiv0.json
index 9addfb706..1cc9ba2b1 100644
--- a/VMTests/vmArithmeticTest/sdiv0.json
+++ b/VMTests/vmArithmeticTest/sdiv0.json
@@ -2,8 +2,10 @@
"sdiv0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json",
+ "sourceHash" : "e4fed1dd5885f1f6088f4679cd777c957b2c4923e262e50eceddebb987a61a6e"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv1.json b/VMTests/vmArithmeticTest/sdiv1.json
index 0dc2216d6..33f523a2b 100644
--- a/VMTests/vmArithmeticTest/sdiv1.json
+++ b/VMTests/vmArithmeticTest/sdiv1.json
@@ -2,8 +2,10 @@
"sdiv1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json",
+ "sourceHash" : "abca0305e362717e8a2b262b8c38c47a57150b4e394438f836822d4ae48b0342"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv2.json b/VMTests/vmArithmeticTest/sdiv2.json
index 005a2ffb4..5042df458 100644
--- a/VMTests/vmArithmeticTest/sdiv2.json
+++ b/VMTests/vmArithmeticTest/sdiv2.json
@@ -2,8 +2,10 @@
"sdiv2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json",
+ "sourceHash" : "ae9eb1a676c36b5f43d26e77be0c090c049b0abf00cfadb9847276e30ec90b91"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv3.json b/VMTests/vmArithmeticTest/sdiv3.json
index bf2ecb8ed..c5f267ff6 100644
--- a/VMTests/vmArithmeticTest/sdiv3.json
+++ b/VMTests/vmArithmeticTest/sdiv3.json
@@ -2,8 +2,10 @@
"sdiv3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json",
+ "sourceHash" : "cdd045efd78c8fc52fe371516bb320b083c270e2e3888389bafabc0072a33c0c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv4.json b/VMTests/vmArithmeticTest/sdiv4.json
index 59edf3a08..9f38ce2c1 100644
--- a/VMTests/vmArithmeticTest/sdiv4.json
+++ b/VMTests/vmArithmeticTest/sdiv4.json
@@ -2,8 +2,10 @@
"sdiv4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json",
+ "sourceHash" : "5f3b61a3213e0be0199b3452f82e31f042f601e96b8e2240ef4b18a219f55adf"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv5.json b/VMTests/vmArithmeticTest/sdiv5.json
index 12bbfeb6a..a61126b62 100644
--- a/VMTests/vmArithmeticTest/sdiv5.json
+++ b/VMTests/vmArithmeticTest/sdiv5.json
@@ -2,8 +2,10 @@
"sdiv5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json",
+ "sourceHash" : "68a55929a068949809b9fd06e0650f45d44d5eaa6b5374174340c247ffce0f73"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv6.json b/VMTests/vmArithmeticTest/sdiv6.json
index ca3245abc..29b81296f 100644
--- a/VMTests/vmArithmeticTest/sdiv6.json
+++ b/VMTests/vmArithmeticTest/sdiv6.json
@@ -2,8 +2,10 @@
"sdiv6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json",
+ "sourceHash" : "f86bb63df09d84d1101adaca3ced246f40d1d5208fae50651ed2db3f3aedf066"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv7.json b/VMTests/vmArithmeticTest/sdiv7.json
index 30d2aed88..fb02d9bb0 100644
--- a/VMTests/vmArithmeticTest/sdiv7.json
+++ b/VMTests/vmArithmeticTest/sdiv7.json
@@ -2,8 +2,10 @@
"sdiv7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json",
+ "sourceHash" : "64f233a88f621945fa94a7002544d422f21b923d38b755d975edd9b753ae6fca"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv8.json b/VMTests/vmArithmeticTest/sdiv8.json
index 5bba2f697..9f1ef8f4a 100644
--- a/VMTests/vmArithmeticTest/sdiv8.json
+++ b/VMTests/vmArithmeticTest/sdiv8.json
@@ -2,8 +2,10 @@
"sdiv8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json",
+ "sourceHash" : "e7cb1b031ab156524184d4e69a5f0cb5aa42838e7365698c169be854f98a2dae"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv9.json b/VMTests/vmArithmeticTest/sdiv9.json
index 0960f910e..a3d048c1e 100644
--- a/VMTests/vmArithmeticTest/sdiv9.json
+++ b/VMTests/vmArithmeticTest/sdiv9.json
@@ -2,8 +2,10 @@
"sdiv9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json",
+ "sourceHash" : "1488f69cbe8c316493e178df4f6b3c451f1bf3bd6985521dd1d0b95e388a5851"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdivByZero0.json b/VMTests/vmArithmeticTest/sdivByZero0.json
index 53facdee1..59da354fd 100644
--- a/VMTests/vmArithmeticTest/sdivByZero0.json
+++ b/VMTests/vmArithmeticTest/sdivByZero0.json
@@ -2,8 +2,10 @@
"sdivByZero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json",
+ "sourceHash" : "e28b1b8db741bfcec03b7cc8f52792aa153f3ae1967df90250790f1616e5ac03"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdivByZero1.json b/VMTests/vmArithmeticTest/sdivByZero1.json
index 9a632619f..45354cc28 100644
--- a/VMTests/vmArithmeticTest/sdivByZero1.json
+++ b/VMTests/vmArithmeticTest/sdivByZero1.json
@@ -2,8 +2,10 @@
"sdivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json",
+ "sourceHash" : "24a3965ea6c53bf002f948f9011c6285484ffd0e223f2759fc15208277099d41"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdivByZero2.json b/VMTests/vmArithmeticTest/sdivByZero2.json
index 0d2789dca..13e29fe87 100644
--- a/VMTests/vmArithmeticTest/sdivByZero2.json
+++ b/VMTests/vmArithmeticTest/sdivByZero2.json
@@ -2,8 +2,10 @@
"sdivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json",
+ "sourceHash" : "37ed1808a19210576d4855767d413bdd583bccb07c4546f0bd5a07c112e112cb"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv_dejavu.json b/VMTests/vmArithmeticTest/sdiv_dejavu.json
index 08d254757..19bcefb32 100644
--- a/VMTests/vmArithmeticTest/sdiv_dejavu.json
+++ b/VMTests/vmArithmeticTest/sdiv_dejavu.json
@@ -2,8 +2,10 @@
"sdiv_dejavu" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json",
+ "sourceHash" : "6db2726eb4c77fdbdac68e80a65f336195c2f5ec859e69a43a55d3d8c21daf5b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min.json b/VMTests/vmArithmeticTest/sdiv_i256min.json
index d2bcf7fe0..c05623c4d 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min.json
@@ -2,8 +2,10 @@
"sdiv_i256min" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json",
+ "sourceHash" : "e3608d44883226b06869f6e0166d5d3dbf6e57029344554f9d5358093087759c"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min2.json b/VMTests/vmArithmeticTest/sdiv_i256min2.json
index 866dbf943..ffc60712f 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min2.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min2.json
@@ -2,8 +2,10 @@
"sdiv_i256min2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json",
+ "sourceHash" : "a5d9086646204003fb76b60436395730ac80703f96c5e72ff7d8d98103c2e893"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min3.json b/VMTests/vmArithmeticTest/sdiv_i256min3.json
index 1bae9fa94..1babe5d33 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min3.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min3.json
@@ -2,8 +2,10 @@
"sdiv_i256min3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json",
+ "sourceHash" : "46cc6af8ec52711f15b64bdc3d967103128250f5adaf170c35b0d3ad576767a6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
index 5fe7a07a6..8189e7863 100644
--- a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
+++ b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
@@ -2,8 +2,10 @@
"signextendInvalidByteNumber" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json",
+ "sourceHash" : "bd7c7a0a6160f2edd405214bc7508e11cb967d1b5c361f31591ce474e537601a"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_00.json b/VMTests/vmArithmeticTest/signextend_00.json
index 690a13689..3fe92b77e 100644
--- a/VMTests/vmArithmeticTest/signextend_00.json
+++ b/VMTests/vmArithmeticTest/signextend_00.json
@@ -2,8 +2,10 @@
"signextend_00" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json",
+ "sourceHash" : "e9b56b79cbe54b20c64488e6d90de2337ec046232a0235fdc59687e59ff450fe"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_0_BigByte.json b/VMTests/vmArithmeticTest/signextend_0_BigByte.json
index a83c1e402..895fc15ac 100644
--- a/VMTests/vmArithmeticTest/signextend_0_BigByte.json
+++ b/VMTests/vmArithmeticTest/signextend_0_BigByte.json
@@ -2,8 +2,10 @@
"signextend_0_BigByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json",
+ "sourceHash" : "743f6465e37f4cad183d1942bcb6c5571f52563665a601f15c3161219cf077f2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
index 187029be5..39c0c2598 100644
--- a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
+++ b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
@@ -2,8 +2,10 @@
"signextend_AlmostBiggestByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json",
+ "sourceHash" : "46a327dbde6807687930463996a2f8ec9d13f420fe4bceddaea9e42c815172b1"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
index 8f2d0a7e4..61d8b7571 100644
--- a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
@@ -2,8 +2,10 @@
"signextend_BigByteBigByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json",
+ "sourceHash" : "87bbe415e7942bf6f6f15b5afda46e1ddac938be49659c6dbe26c53b8553c55e"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
index 4bb2cbeb4..3be69c482 100644
--- a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
+++ b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
@@ -2,8 +2,10 @@
"signextend_BigBytePlus1_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json",
+ "sourceHash" : "3225e9faac70f37c4991cf62a12d7a9f042919be88279f738294f8acf33bb1bc"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BigByte_0.json b/VMTests/vmArithmeticTest/signextend_BigByte_0.json
index 54fd4786a..6ca4911f0 100644
--- a/VMTests/vmArithmeticTest/signextend_BigByte_0.json
+++ b/VMTests/vmArithmeticTest/signextend_BigByte_0.json
@@ -2,8 +2,10 @@
"signextend_BigByte_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json",
+ "sourceHash" : "120aa893e304d547c61a4d40f6c43849b007283168be66354d37671b5bfa0bc6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
index bbaef0d8f..3e512d2b3 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
@@ -2,8 +2,10 @@
"signextend_BitIsNotSet" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json",
+ "sourceHash" : "50d4836fd54ee2c47563c0570fb21fdd86ec9b33519d9629d4bbc27114500b26"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
index f4946bc12..0254cbc29 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
@@ -2,8 +2,10 @@
"signextend_BitIsNotSetInHigherByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json",
+ "sourceHash" : "66d23c7d6f4f5de80eef78e659f42293670b9daebf6e27a943ff59d5f6a0ff68"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
index 5cfc9ad05..7e2029c50 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
@@ -2,8 +2,10 @@
"signextend_BitIsSetInHigherByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json",
+ "sourceHash" : "40c134de5e67c5c80fd84b0a51752f7c6caf67f69cd3ef53ef0227c9855b97ea"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
index 37ef548d0..22b7a576f 100644
--- a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
+++ b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
@@ -2,9 +2,13 @@
"signextend_Overflow_dj42" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json",
+ "sourceHash" : "678af7c480fd91e0bb6817d429e54f7d8ecb7472a00426044274d198cf1d3a5c"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f2947def4cf144679da39c4c32bdc35681",
- "code" : "0x600556",
+ "code" : "0x6005565b005b61800080680100000000000000010b6180011160035763badf000d601155",
"data" : "0x",
"gas" : "0x0f4240",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x0f4212",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x0de0b6b3a7640000",
+ "code" : "0x6005565b005b61800080680100000000000000010b6180011160035763badf000d601155",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x0de0b6b3a7640000",
- "code" : "0x600556",
+ "code" : "0x6005565b005b61800080680100000000000000010b6180011160035763badf000d601155",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
index 971570c18..1aa2e7600 100644
--- a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
+++ b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
@@ -2,8 +2,10 @@
"signextend_bigBytePlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json",
+ "sourceHash" : "f50eb1e7742d093c60de5e2542801bf3d2517b5e94fbf9dd5b4b98df3426b342"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/signextend_bitIsSet.json b/VMTests/vmArithmeticTest/signextend_bitIsSet.json
index 765dcca28..f56d97edd 100644
--- a/VMTests/vmArithmeticTest/signextend_bitIsSet.json
+++ b/VMTests/vmArithmeticTest/signextend_bitIsSet.json
@@ -2,8 +2,10 @@
"signextend_bitIsSet" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json",
+ "sourceHash" : "620712127f9d256bd412543fbb924e37f9dca791c5e48167c7e600e0808937bf"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod0.json b/VMTests/vmArithmeticTest/smod0.json
index d788ba1dd..6a8f9168e 100644
--- a/VMTests/vmArithmeticTest/smod0.json
+++ b/VMTests/vmArithmeticTest/smod0.json
@@ -2,8 +2,10 @@
"smod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod0Filler.json",
+ "sourceHash" : "87a490316c59ef60600ee60523adbd69313f43f7d048df47cc7871e8b148726f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod1.json b/VMTests/vmArithmeticTest/smod1.json
index d192d540b..093c30646 100644
--- a/VMTests/vmArithmeticTest/smod1.json
+++ b/VMTests/vmArithmeticTest/smod1.json
@@ -2,8 +2,10 @@
"smod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod1Filler.json",
+ "sourceHash" : "d0356031c6d7986562c221f58cfdb07b49e2383a8eb4ccbc428d7c6384555f2f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod2.json b/VMTests/vmArithmeticTest/smod2.json
index 13b43ad66..2ac23ad6d 100644
--- a/VMTests/vmArithmeticTest/smod2.json
+++ b/VMTests/vmArithmeticTest/smod2.json
@@ -2,8 +2,10 @@
"smod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod2Filler.json",
+ "sourceHash" : "fecb36534ed3a9250654d0ba009e0b9abe4959b082b82baaada2528d857fffb4"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod3.json b/VMTests/vmArithmeticTest/smod3.json
index b09fec6d9..f22014b64 100644
--- a/VMTests/vmArithmeticTest/smod3.json
+++ b/VMTests/vmArithmeticTest/smod3.json
@@ -2,8 +2,10 @@
"smod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod3Filler.json",
+ "sourceHash" : "c4073e4d710ed200ec80a74b2dd7908ed4e3482df095e0c4c5e602cac463cbe2"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod4.json b/VMTests/vmArithmeticTest/smod4.json
index 6b9a9a1a4..71a2752f9 100644
--- a/VMTests/vmArithmeticTest/smod4.json
+++ b/VMTests/vmArithmeticTest/smod4.json
@@ -2,8 +2,10 @@
"smod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod4Filler.json",
+ "sourceHash" : "8324aaabda50a007f1b13851c31420f97400a15e5e301ebcb37531fdbb4bf3d6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod5.json b/VMTests/vmArithmeticTest/smod5.json
index 045a87753..00baf0371 100644
--- a/VMTests/vmArithmeticTest/smod5.json
+++ b/VMTests/vmArithmeticTest/smod5.json
@@ -2,8 +2,10 @@
"smod5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod5Filler.json",
+ "sourceHash" : "69328e21e14cf5a7cae1fe18ecef509f91d32723b5e24db951936a91b86b14ff"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod6.json b/VMTests/vmArithmeticTest/smod6.json
index c25e02f64..a516e0b88 100644
--- a/VMTests/vmArithmeticTest/smod6.json
+++ b/VMTests/vmArithmeticTest/smod6.json
@@ -2,8 +2,10 @@
"smod6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod6Filler.json",
+ "sourceHash" : "88bbf771632a648036ae497845bcd49c82368b8c08e9507fa93a7e3a7bd6f849"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod7.json b/VMTests/vmArithmeticTest/smod7.json
index c88003456..c2e1f9652 100644
--- a/VMTests/vmArithmeticTest/smod7.json
+++ b/VMTests/vmArithmeticTest/smod7.json
@@ -2,8 +2,10 @@
"smod7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod7Filler.json",
+ "sourceHash" : "1efaba22ecff9e26ba73d28a02d1e7f4b94f94f93a72b2b61aa7bed270782d1f"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod8_byZero.json b/VMTests/vmArithmeticTest/smod8_byZero.json
index aaa0dcb5c..259eeaefd 100644
--- a/VMTests/vmArithmeticTest/smod8_byZero.json
+++ b/VMTests/vmArithmeticTest/smod8_byZero.json
@@ -2,8 +2,10 @@
"smod8_byZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json",
+ "sourceHash" : "9ec6722c583c01ca9390edddeb8c4c70f88feaa99f80d53ee3eddaa01a52b26e"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod_i256min1.json b/VMTests/vmArithmeticTest/smod_i256min1.json
index 7666ef2d6..431ea22cc 100644
--- a/VMTests/vmArithmeticTest/smod_i256min1.json
+++ b/VMTests/vmArithmeticTest/smod_i256min1.json
@@ -2,8 +2,10 @@
"smod_i256min1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json",
+ "sourceHash" : "e294eb7f6d71d14218c07049e0045cf35b5284f69bbcfaba6d8d81ecab913f42"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod_i256min2.json b/VMTests/vmArithmeticTest/smod_i256min2.json
index bf40873a4..e679a9aed 100644
--- a/VMTests/vmArithmeticTest/smod_i256min2.json
+++ b/VMTests/vmArithmeticTest/smod_i256min2.json
@@ -2,8 +2,10 @@
"smod_i256min2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json",
+ "sourceHash" : "ef0529c0a9e8b2e5aa656a955d27fc8b40fe6703da2b5e16043f867bea10e031"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/stop.json b/VMTests/vmArithmeticTest/stop.json
index 594618699..aff9cf155 100644
--- a/VMTests/vmArithmeticTest/stop.json
+++ b/VMTests/vmArithmeticTest/stop.json
@@ -2,8 +2,10 @@
"stop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/stopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/stopFiller.json",
+ "sourceHash" : "f9c02b25d8205a035f4043b30cd5def28c3f1151b3d1f7fea04206c514e21742"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sub0.json b/VMTests/vmArithmeticTest/sub0.json
index 658596fcf..10cbb5206 100644
--- a/VMTests/vmArithmeticTest/sub0.json
+++ b/VMTests/vmArithmeticTest/sub0.json
@@ -2,8 +2,10 @@
"sub0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sub0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sub0Filler.json",
+ "sourceHash" : "4bb8ac5e46af011508a8fc613f66b01f68a79c359c431b8e6ea67f45aa5cb2b6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sub1.json b/VMTests/vmArithmeticTest/sub1.json
index b937c51ed..213a10203 100644
--- a/VMTests/vmArithmeticTest/sub1.json
+++ b/VMTests/vmArithmeticTest/sub1.json
@@ -2,8 +2,10 @@
"sub1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sub1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sub1Filler.json",
+ "sourceHash" : "3857cc93756d1ac10073b627f878d1d8002d52b66615efc3da199dafb2e30883"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sub2.json b/VMTests/vmArithmeticTest/sub2.json
index ff3586f16..de65b471d 100644
--- a/VMTests/vmArithmeticTest/sub2.json
+++ b/VMTests/vmArithmeticTest/sub2.json
@@ -2,8 +2,10 @@
"sub2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sub2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sub2Filler.json",
+ "sourceHash" : "f6dc398e416318b4ee4d593de828814df2a797875004f923fefaba5b331e0791"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sub3.json b/VMTests/vmArithmeticTest/sub3.json
index aeaececdd..c33ac524f 100644
--- a/VMTests/vmArithmeticTest/sub3.json
+++ b/VMTests/vmArithmeticTest/sub3.json
@@ -2,8 +2,10 @@
"sub3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sub3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sub3Filler.json",
+ "sourceHash" : "5e07fd6711ac4525704e5efcb859ddb65c1a6c28bbc0655235b1fd9fb1bf1669"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/sub4.json b/VMTests/vmArithmeticTest/sub4.json
index f2b2b28ee..3c88314ab 100644
--- a/VMTests/vmArithmeticTest/sub4.json
+++ b/VMTests/vmArithmeticTest/sub4.json
@@ -2,8 +2,10 @@
"sub4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmArithmeticTest/sub4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmArithmeticTest/sub4Filler.json",
+ "sourceHash" : "35cc66e9fd0f77a437566e84a0bc19e148d3f1004b3f9ba91a4aeeb0e8f051c2"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and0.json b/VMTests/vmBitwiseLogicOperation/and0.json
index decea4014..f355efec4 100644
--- a/VMTests/vmBitwiseLogicOperation/and0.json
+++ b/VMTests/vmBitwiseLogicOperation/and0.json
@@ -2,8 +2,10 @@
"and0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json",
+ "sourceHash" : "751e5c75a0cb1826f0a0d355bdf3f27982c52bd4b7b28cfbac953528fe2c6b8a"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and1.json b/VMTests/vmBitwiseLogicOperation/and1.json
index 5d7625598..06d463a18 100644
--- a/VMTests/vmBitwiseLogicOperation/and1.json
+++ b/VMTests/vmBitwiseLogicOperation/and1.json
@@ -2,8 +2,10 @@
"and1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json",
+ "sourceHash" : "cc1f598dde43f243ed3b79d6876def08bd96e0f532b29dceb744f696867d9148"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and2.json b/VMTests/vmBitwiseLogicOperation/and2.json
index 2e7dec589..958b198be 100644
--- a/VMTests/vmBitwiseLogicOperation/and2.json
+++ b/VMTests/vmBitwiseLogicOperation/and2.json
@@ -2,8 +2,10 @@
"and2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json",
+ "sourceHash" : "c406f9725926f6cc70844468f19b89588e6762067a031cc07b99348ac267e742"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and3.json b/VMTests/vmBitwiseLogicOperation/and3.json
index 33ca40603..a0636cba8 100644
--- a/VMTests/vmBitwiseLogicOperation/and3.json
+++ b/VMTests/vmBitwiseLogicOperation/and3.json
@@ -2,8 +2,10 @@
"and3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json",
+ "sourceHash" : "2e7027e2c4da993dee53d9c1549115c977112ba350b4371946ab2d06ad450e63"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and4.json b/VMTests/vmBitwiseLogicOperation/and4.json
index 66c90b87d..fe79510c5 100644
--- a/VMTests/vmBitwiseLogicOperation/and4.json
+++ b/VMTests/vmBitwiseLogicOperation/and4.json
@@ -2,8 +2,10 @@
"and4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json",
+ "sourceHash" : "aae5ac146ebfbba6d13ad1b8194d91eb8dea6d4769c45a38576a443ad94ab2cd"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/and5.json b/VMTests/vmBitwiseLogicOperation/and5.json
index 7614a3a99..d3f1a79e4 100644
--- a/VMTests/vmBitwiseLogicOperation/and5.json
+++ b/VMTests/vmBitwiseLogicOperation/and5.json
@@ -2,8 +2,10 @@
"and5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json",
+ "sourceHash" : "76a55675eeeb3cbe72d56adb48b158ceb4ce445420788df61486a7c63e09cd6b"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte0.json b/VMTests/vmBitwiseLogicOperation/byte0.json
index a44391775..a15e74bc4 100644
--- a/VMTests/vmBitwiseLogicOperation/byte0.json
+++ b/VMTests/vmBitwiseLogicOperation/byte0.json
@@ -2,8 +2,10 @@
"byte0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json",
+ "sourceHash" : "6764ebba17fa4d9be8f1abfb1d2fd0fe50528a43081a79a1f4fdeb8168fdb465"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte1.json b/VMTests/vmBitwiseLogicOperation/byte1.json
index b49dbdb63..f5aa17a3b 100644
--- a/VMTests/vmBitwiseLogicOperation/byte1.json
+++ b/VMTests/vmBitwiseLogicOperation/byte1.json
@@ -2,8 +2,10 @@
"byte1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json",
+ "sourceHash" : "622c7aedaefd48e66eff987415f47ab610b595b1f85c5dfafb09616e0bbdfd75"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte10.json b/VMTests/vmBitwiseLogicOperation/byte10.json
index 6d3b7fd91..22cbb9452 100644
--- a/VMTests/vmBitwiseLogicOperation/byte10.json
+++ b/VMTests/vmBitwiseLogicOperation/byte10.json
@@ -2,8 +2,10 @@
"byte10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json",
+ "sourceHash" : "1c00cff0fd72755c87f59585d40a1edf5d63b1386f3ddbc23fd95b03e8f9c9f7"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte11.json b/VMTests/vmBitwiseLogicOperation/byte11.json
index a04c874bf..61f813424 100644
--- a/VMTests/vmBitwiseLogicOperation/byte11.json
+++ b/VMTests/vmBitwiseLogicOperation/byte11.json
@@ -2,8 +2,10 @@
"byte11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json",
+ "sourceHash" : "e649fc5b9e0fbbc092ea449680e3055126543b929ba7147b9c967ee35e695a2e"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte2.json b/VMTests/vmBitwiseLogicOperation/byte2.json
index 43e803564..e7e50804f 100644
--- a/VMTests/vmBitwiseLogicOperation/byte2.json
+++ b/VMTests/vmBitwiseLogicOperation/byte2.json
@@ -2,8 +2,10 @@
"byte2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json",
+ "sourceHash" : "0367f73e6a3a5257c7c35f7ebdddb42888be0f0d7534b2687e20c286df02c90e"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte3.json b/VMTests/vmBitwiseLogicOperation/byte3.json
index 56ff2abb9..587640df2 100644
--- a/VMTests/vmBitwiseLogicOperation/byte3.json
+++ b/VMTests/vmBitwiseLogicOperation/byte3.json
@@ -2,8 +2,10 @@
"byte3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json",
+ "sourceHash" : "5b001879a3cdd7c7e4a1cc6ef0e0101db4931274676fa2083c52b7bbb95403de"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte4.json b/VMTests/vmBitwiseLogicOperation/byte4.json
index 814dcf8e1..d52c8485f 100644
--- a/VMTests/vmBitwiseLogicOperation/byte4.json
+++ b/VMTests/vmBitwiseLogicOperation/byte4.json
@@ -2,8 +2,10 @@
"byte4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json",
+ "sourceHash" : "d79870f477b475d6f878076b20631d89ce8831da937252cf6657d935f0ad3482"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte5.json b/VMTests/vmBitwiseLogicOperation/byte5.json
index de4b8a26e..f738d6ff5 100644
--- a/VMTests/vmBitwiseLogicOperation/byte5.json
+++ b/VMTests/vmBitwiseLogicOperation/byte5.json
@@ -2,8 +2,10 @@
"byte5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json",
+ "sourceHash" : "9242b77cc4a07275c886c83d252350713ac84a914cc7b5069f7fdd21e887b6c0"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte6.json b/VMTests/vmBitwiseLogicOperation/byte6.json
index 5bdeeb72c..719bcc94b 100644
--- a/VMTests/vmBitwiseLogicOperation/byte6.json
+++ b/VMTests/vmBitwiseLogicOperation/byte6.json
@@ -2,8 +2,10 @@
"byte6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json",
+ "sourceHash" : "702f95bfde16820fa666d510e6c48af4b06c824d6464d5ba344fe76696b8e526"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte7.json b/VMTests/vmBitwiseLogicOperation/byte7.json
index 44d2592af..58a92e2de 100644
--- a/VMTests/vmBitwiseLogicOperation/byte7.json
+++ b/VMTests/vmBitwiseLogicOperation/byte7.json
@@ -2,8 +2,10 @@
"byte7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json",
+ "sourceHash" : "5f8261cfc1a852245ad1606af64a6e1cca7ad5d0082eef8d32c68ae6d92eb2ba"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte8.json b/VMTests/vmBitwiseLogicOperation/byte8.json
index a70ba5ed7..bb9961200 100644
--- a/VMTests/vmBitwiseLogicOperation/byte8.json
+++ b/VMTests/vmBitwiseLogicOperation/byte8.json
@@ -2,8 +2,10 @@
"byte8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json",
+ "sourceHash" : "505fcf8b5851e3c9689ab5e1ef238abf45379045f0c21ac44ee6e1a8e51c9f9a"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/byte9.json b/VMTests/vmBitwiseLogicOperation/byte9.json
index 3d8b60614..f4942f487 100644
--- a/VMTests/vmBitwiseLogicOperation/byte9.json
+++ b/VMTests/vmBitwiseLogicOperation/byte9.json
@@ -2,8 +2,10 @@
"byte9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json",
+ "sourceHash" : "b4c4eb8a9dd91e27de3645370f434e4f617deb1f5c425286374537552e3ab7f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/eq0.json b/VMTests/vmBitwiseLogicOperation/eq0.json
index c2e9db19d..b8990859a 100644
--- a/VMTests/vmBitwiseLogicOperation/eq0.json
+++ b/VMTests/vmBitwiseLogicOperation/eq0.json
@@ -2,8 +2,10 @@
"eq0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json",
+ "sourceHash" : "19b881bd7fb221954f30f51297eb529bb212bc9c8cf0d69c7f98f9f51985817e"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/eq1.json b/VMTests/vmBitwiseLogicOperation/eq1.json
index 1a6c81691..7606a5d17 100644
--- a/VMTests/vmBitwiseLogicOperation/eq1.json
+++ b/VMTests/vmBitwiseLogicOperation/eq1.json
@@ -2,8 +2,10 @@
"eq1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json",
+ "sourceHash" : "fc840a1a4938e2e95f1554bf8457ce0b0309bab97b81a41b4c8a8c6c92e22814"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/eq2.json b/VMTests/vmBitwiseLogicOperation/eq2.json
index 259c913fc..9207a3616 100644
--- a/VMTests/vmBitwiseLogicOperation/eq2.json
+++ b/VMTests/vmBitwiseLogicOperation/eq2.json
@@ -2,8 +2,10 @@
"eq2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json",
+ "sourceHash" : "8240a3a93dc6c7720f3eb4b9d4657c8f13275f68c13ed4150d9725dada431480"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/gt0.json b/VMTests/vmBitwiseLogicOperation/gt0.json
index 95a737534..7c1d95c70 100644
--- a/VMTests/vmBitwiseLogicOperation/gt0.json
+++ b/VMTests/vmBitwiseLogicOperation/gt0.json
@@ -2,8 +2,10 @@
"gt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json",
+ "sourceHash" : "dd0a3d85d6ff2212eeb3200d247a57bfb1cc778850904069b4473d005f044a80"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/gt1.json b/VMTests/vmBitwiseLogicOperation/gt1.json
index 65398350a..a909a2e88 100644
--- a/VMTests/vmBitwiseLogicOperation/gt1.json
+++ b/VMTests/vmBitwiseLogicOperation/gt1.json
@@ -2,8 +2,10 @@
"gt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json",
+ "sourceHash" : "2d0cc48b6bacc0f8676ad35ef31ccec94c6d9e6485715c894bcc09f145c513cc"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/gt2.json b/VMTests/vmBitwiseLogicOperation/gt2.json
index 659beab5f..e79751c87 100644
--- a/VMTests/vmBitwiseLogicOperation/gt2.json
+++ b/VMTests/vmBitwiseLogicOperation/gt2.json
@@ -2,8 +2,10 @@
"gt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json",
+ "sourceHash" : "5353ce8dad79cfc681d5df6bc90931ea174bf2c0692aa6bd4ac3dfc4b15105cf"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/gt3.json b/VMTests/vmBitwiseLogicOperation/gt3.json
index 590770946..c5802f1ad 100644
--- a/VMTests/vmBitwiseLogicOperation/gt3.json
+++ b/VMTests/vmBitwiseLogicOperation/gt3.json
@@ -2,8 +2,10 @@
"gt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json",
+ "sourceHash" : "a2135f3cc275562615d53ef7e0b42284789cf52871f599c9ba581fcf90157914"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/iszeo2.json b/VMTests/vmBitwiseLogicOperation/iszeo2.json
index 90071bc37..e00c3316b 100644
--- a/VMTests/vmBitwiseLogicOperation/iszeo2.json
+++ b/VMTests/vmBitwiseLogicOperation/iszeo2.json
@@ -2,8 +2,10 @@
"iszeo2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json",
+ "sourceHash" : "abf5b709846b428ec72f7011c84753cef326b6a91ff947a5b803bf2908c335e8"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/iszero0.json b/VMTests/vmBitwiseLogicOperation/iszero0.json
index 8006020bc..bbca94037 100644
--- a/VMTests/vmBitwiseLogicOperation/iszero0.json
+++ b/VMTests/vmBitwiseLogicOperation/iszero0.json
@@ -2,8 +2,10 @@
"iszero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json",
+ "sourceHash" : "0535ce2a70ccc8c78f99dd11be51043663ad7bf946daa2e24bd5c76ee1df769e"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/iszero1.json b/VMTests/vmBitwiseLogicOperation/iszero1.json
index 6fbfafb01..f0b745fab 100644
--- a/VMTests/vmBitwiseLogicOperation/iszero1.json
+++ b/VMTests/vmBitwiseLogicOperation/iszero1.json
@@ -2,8 +2,10 @@
"iszero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json",
+ "sourceHash" : "3c42208e8bba63c702a33e754f3401999219454a52e165d33e56ccb406b0b2dc"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/lt0.json b/VMTests/vmBitwiseLogicOperation/lt0.json
index ebaaffbe8..c480c6ecf 100644
--- a/VMTests/vmBitwiseLogicOperation/lt0.json
+++ b/VMTests/vmBitwiseLogicOperation/lt0.json
@@ -2,8 +2,10 @@
"lt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json",
+ "sourceHash" : "8c4640067abed7206324348cb90d1d499c1e6f8f7ec5b3bdd6ea8c62ce7fc8b2"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/lt1.json b/VMTests/vmBitwiseLogicOperation/lt1.json
index 2b1e04473..e6b32e908 100644
--- a/VMTests/vmBitwiseLogicOperation/lt1.json
+++ b/VMTests/vmBitwiseLogicOperation/lt1.json
@@ -2,8 +2,10 @@
"lt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json",
+ "sourceHash" : "3ddb48b8cc6dc67dc7c7f4f804db8ad2739565020f06fbd3c9636a454049ae86"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/lt2.json b/VMTests/vmBitwiseLogicOperation/lt2.json
index fdc97910e..aaa5ff467 100644
--- a/VMTests/vmBitwiseLogicOperation/lt2.json
+++ b/VMTests/vmBitwiseLogicOperation/lt2.json
@@ -2,8 +2,10 @@
"lt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json",
+ "sourceHash" : "1fe431426fd45116ab7fd624909b52c1dd905887d087b5cdcdbef664c1d1bfa2"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/lt3.json b/VMTests/vmBitwiseLogicOperation/lt3.json
index 49e83b2f1..44db9d428 100644
--- a/VMTests/vmBitwiseLogicOperation/lt3.json
+++ b/VMTests/vmBitwiseLogicOperation/lt3.json
@@ -2,8 +2,10 @@
"lt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json",
+ "sourceHash" : "79ab580a8f6e442539c2aeaa1fdfca3d0d12d3e85d8bc124db331f19de4bd9fa"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not0.json b/VMTests/vmBitwiseLogicOperation/not0.json
index 7e3019d41..493876bb4 100644
--- a/VMTests/vmBitwiseLogicOperation/not0.json
+++ b/VMTests/vmBitwiseLogicOperation/not0.json
@@ -2,8 +2,10 @@
"not0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json",
+ "sourceHash" : "80140479a2b011050f7ed80dfba95f9c00440635a371693d6f8a7b1e3e21ef44"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not1.json b/VMTests/vmBitwiseLogicOperation/not1.json
index 473f8fe20..3e0b798f2 100644
--- a/VMTests/vmBitwiseLogicOperation/not1.json
+++ b/VMTests/vmBitwiseLogicOperation/not1.json
@@ -2,8 +2,10 @@
"not1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json",
+ "sourceHash" : "61f2abd58fadf0341f0d0743279d10fb152cf42b78ed8ce2a6c8a749c9274332"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not2.json b/VMTests/vmBitwiseLogicOperation/not2.json
index 9919ffe59..e142f837c 100644
--- a/VMTests/vmBitwiseLogicOperation/not2.json
+++ b/VMTests/vmBitwiseLogicOperation/not2.json
@@ -2,8 +2,10 @@
"not2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json",
+ "sourceHash" : "ef8e55a7bab388cf9472c4d331aeb4ca059675b73fa647dac1ca0b2524cf91b1"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not3.json b/VMTests/vmBitwiseLogicOperation/not3.json
index 0e44bb38d..00aa3f99a 100644
--- a/VMTests/vmBitwiseLogicOperation/not3.json
+++ b/VMTests/vmBitwiseLogicOperation/not3.json
@@ -2,8 +2,10 @@
"not3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json",
+ "sourceHash" : "bd3ee9eaf6195c4cdcd8f9620da701fd0cfff77824ef02e6f65743d7a0433d21"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not4.json b/VMTests/vmBitwiseLogicOperation/not4.json
index 4bd3e6a2e..f326eb98f 100644
--- a/VMTests/vmBitwiseLogicOperation/not4.json
+++ b/VMTests/vmBitwiseLogicOperation/not4.json
@@ -2,8 +2,10 @@
"not4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json",
+ "sourceHash" : "f4a5202e1416c1b53b6b4150f295f9a008c8904171c04d0eacb419364cb64de6"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/not5.json b/VMTests/vmBitwiseLogicOperation/not5.json
index 7ea198ab9..cb0f86be6 100644
--- a/VMTests/vmBitwiseLogicOperation/not5.json
+++ b/VMTests/vmBitwiseLogicOperation/not5.json
@@ -2,8 +2,10 @@
"not5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json",
+ "sourceHash" : "e8c79e98f719d804dc6c480f771278ade666e1a97af54043a6f7b9260d0a17d9"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or0.json b/VMTests/vmBitwiseLogicOperation/or0.json
index c8a0a162c..512a6fd21 100644
--- a/VMTests/vmBitwiseLogicOperation/or0.json
+++ b/VMTests/vmBitwiseLogicOperation/or0.json
@@ -2,8 +2,10 @@
"or0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json",
+ "sourceHash" : "60d30a058afaca0a4b0433cb750a882fcb964babe2675d590bf875003bbcd663"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or1.json b/VMTests/vmBitwiseLogicOperation/or1.json
index 5a885f65b..ae2ae6b37 100644
--- a/VMTests/vmBitwiseLogicOperation/or1.json
+++ b/VMTests/vmBitwiseLogicOperation/or1.json
@@ -2,8 +2,10 @@
"or1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json",
+ "sourceHash" : "2b15c764efc21f1210ab5ff1ebbc41c279eb184ea5970f83fa814aec8b1b0292"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or2.json b/VMTests/vmBitwiseLogicOperation/or2.json
index e7ebb3e97..589f1f454 100644
--- a/VMTests/vmBitwiseLogicOperation/or2.json
+++ b/VMTests/vmBitwiseLogicOperation/or2.json
@@ -2,8 +2,10 @@
"or2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json",
+ "sourceHash" : "ab771b280d2f0bfc691b93a7767de24ec2f71a43b8247979b22dfa49a521af15"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or3.json b/VMTests/vmBitwiseLogicOperation/or3.json
index 408f3ee0a..207cfaecb 100644
--- a/VMTests/vmBitwiseLogicOperation/or3.json
+++ b/VMTests/vmBitwiseLogicOperation/or3.json
@@ -2,8 +2,10 @@
"or3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json",
+ "sourceHash" : "4f201fc156a840f69212d6f16e5c3648386df255dd52461555458d04b6413ce1"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or4.json b/VMTests/vmBitwiseLogicOperation/or4.json
index c379dafa2..621cc6c4d 100644
--- a/VMTests/vmBitwiseLogicOperation/or4.json
+++ b/VMTests/vmBitwiseLogicOperation/or4.json
@@ -2,8 +2,10 @@
"or4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json",
+ "sourceHash" : "0e0592c288d6510637595f966ec63289bf101dd48839b10f6fdce743cf3012ad"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/or5.json b/VMTests/vmBitwiseLogicOperation/or5.json
index 824085df5..583c917b6 100644
--- a/VMTests/vmBitwiseLogicOperation/or5.json
+++ b/VMTests/vmBitwiseLogicOperation/or5.json
@@ -2,8 +2,10 @@
"or5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json",
+ "sourceHash" : "0f852bc89f9f883b43f277652d411439032eb3e1c38c316e2ef0a0c20bf6f7ad"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/sgt0.json b/VMTests/vmBitwiseLogicOperation/sgt0.json
index facae9add..3497d203e 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt0.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt0.json
@@ -2,8 +2,10 @@
"sgt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json",
+ "sourceHash" : "74429fc4319b59fa4f7df388ca07a947def51d79695c7bac6c38d2c4bbbcbdfa"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/sgt1.json b/VMTests/vmBitwiseLogicOperation/sgt1.json
index 51b15a444..913f70078 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt1.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt1.json
@@ -2,8 +2,10 @@
"sgt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json",
+ "sourceHash" : "3e4a2036e947ad6771ac9194d6f1f58872d1b2865e23b926d63b1294d031e8bd"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/sgt2.json b/VMTests/vmBitwiseLogicOperation/sgt2.json
index ca1e56811..a53edb4e0 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt2.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt2.json
@@ -2,8 +2,10 @@
"sgt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json",
+ "sourceHash" : "fc4192183cf3a5794822bdab685ac3bc20ac5d9b49cd03b9f98be2260e8e18bb"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/sgt3.json b/VMTests/vmBitwiseLogicOperation/sgt3.json
index af567952b..d6cc5e937 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt3.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt3.json
@@ -2,8 +2,10 @@
"sgt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json",
+ "sourceHash" : "e918a6569299b5e0917ec90d3c2bb2828ff490400e2ffbc29e03147743c2e17f"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/sgt4.json b/VMTests/vmBitwiseLogicOperation/sgt4.json
index 0c8c666e1..567293ec9 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt4.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt4.json
@@ -2,8 +2,10 @@
"sgt4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json",
+ "sourceHash" : "623b92335dbc7baa5925ad95d7ff90160ab49dee7c7a76de9e1795c651987514"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/slt0.json b/VMTests/vmBitwiseLogicOperation/slt0.json
index 59c8e8383..a012e22ea 100644
--- a/VMTests/vmBitwiseLogicOperation/slt0.json
+++ b/VMTests/vmBitwiseLogicOperation/slt0.json
@@ -2,8 +2,10 @@
"slt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json",
+ "sourceHash" : "f510a0b92d9f98666b853cb682b86d4016408a4305ec11ee83627a432b9b75cf"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/slt1.json b/VMTests/vmBitwiseLogicOperation/slt1.json
index 757c358c5..1248ca612 100644
--- a/VMTests/vmBitwiseLogicOperation/slt1.json
+++ b/VMTests/vmBitwiseLogicOperation/slt1.json
@@ -2,8 +2,10 @@
"slt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json",
+ "sourceHash" : "f428e4e49d4c5f0820c9952b8583209cd93677f6328bd8bff26d55f0f6a1c792"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/slt2.json b/VMTests/vmBitwiseLogicOperation/slt2.json
index a2e5e0e00..cecc18f93 100644
--- a/VMTests/vmBitwiseLogicOperation/slt2.json
+++ b/VMTests/vmBitwiseLogicOperation/slt2.json
@@ -2,8 +2,10 @@
"slt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json",
+ "sourceHash" : "094c13e4222baaa5a888b8246ca586ad40d2bfe12abb3566b92d82f018722a8f"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/slt3.json b/VMTests/vmBitwiseLogicOperation/slt3.json
index 278f99043..2cb5ab44b 100644
--- a/VMTests/vmBitwiseLogicOperation/slt3.json
+++ b/VMTests/vmBitwiseLogicOperation/slt3.json
@@ -2,8 +2,10 @@
"slt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json",
+ "sourceHash" : "70c376b7f2b96131b36bc2b6cae47b71ed9da0586ff154db88eecccc08528d2e"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/slt4.json b/VMTests/vmBitwiseLogicOperation/slt4.json
index 1a6edf2a5..a88377953 100644
--- a/VMTests/vmBitwiseLogicOperation/slt4.json
+++ b/VMTests/vmBitwiseLogicOperation/slt4.json
@@ -2,8 +2,10 @@
"slt4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json",
+ "sourceHash" : "d3a476ad08a0873b4910f4aee5dd8857b4aa4e708e1a13e66836d6483a109702"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor0.json b/VMTests/vmBitwiseLogicOperation/xor0.json
index b57a0b466..57b955840 100644
--- a/VMTests/vmBitwiseLogicOperation/xor0.json
+++ b/VMTests/vmBitwiseLogicOperation/xor0.json
@@ -2,8 +2,10 @@
"xor0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json",
+ "sourceHash" : "50cd2de5dcf00384df0dbaaeec9be0f9029b9134bf7ea41ccc7acc94afef3974"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor1.json b/VMTests/vmBitwiseLogicOperation/xor1.json
index 379c8a9ca..063d9ccb0 100644
--- a/VMTests/vmBitwiseLogicOperation/xor1.json
+++ b/VMTests/vmBitwiseLogicOperation/xor1.json
@@ -2,8 +2,10 @@
"xor1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json",
+ "sourceHash" : "f046ebf7e2d78d47eb651513e53bfc77b24044f1c5f6d985a0001123901b2243"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor2.json b/VMTests/vmBitwiseLogicOperation/xor2.json
index 65670c32a..b4f0997ba 100644
--- a/VMTests/vmBitwiseLogicOperation/xor2.json
+++ b/VMTests/vmBitwiseLogicOperation/xor2.json
@@ -2,8 +2,10 @@
"xor2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json",
+ "sourceHash" : "736386ced72b004a11c09de088a600a13ded13af4403b3142f7b62587f0ff99d"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor3.json b/VMTests/vmBitwiseLogicOperation/xor3.json
index 489535d95..005318166 100644
--- a/VMTests/vmBitwiseLogicOperation/xor3.json
+++ b/VMTests/vmBitwiseLogicOperation/xor3.json
@@ -2,8 +2,10 @@
"xor3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json",
+ "sourceHash" : "ee07af05a441f80e1c4256a31057ba009a4dcc5640f4c920c7ca527554c918de"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor4.json b/VMTests/vmBitwiseLogicOperation/xor4.json
index 2be1f66da..84add4fc4 100644
--- a/VMTests/vmBitwiseLogicOperation/xor4.json
+++ b/VMTests/vmBitwiseLogicOperation/xor4.json
@@ -2,8 +2,10 @@
"xor4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json",
+ "sourceHash" : "a1b253998968b3a29e9deb1019e0b1acd7e164c1a1dd9d930f300ecdd4c032a1"
},
"callcreates" : [
],
diff --git a/VMTests/vmBitwiseLogicOperation/xor5.json b/VMTests/vmBitwiseLogicOperation/xor5.json
index a7fd96584..1a9d88731 100644
--- a/VMTests/vmBitwiseLogicOperation/xor5.json
+++ b/VMTests/vmBitwiseLogicOperation/xor5.json
@@ -2,8 +2,10 @@
"xor5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json",
+ "sourceHash" : "6305730bcb3953b7c28476aeca3e1e6a95c93e56b0094e4145ea6816b9edea1a"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhash257Block.json b/VMTests/vmBlockInfoTest/blockhash257Block.json
index 7bc496521..712adc51e 100644
--- a/VMTests/vmBlockInfoTest/blockhash257Block.json
+++ b/VMTests/vmBlockInfoTest/blockhash257Block.json
@@ -2,8 +2,10 @@
"blockhash257Block" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhash257BlockFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhash257BlockFiller.json",
+ "sourceHash" : "902c36b18cf6d8824f870ac4f954d101b70c10d42cf25c036e1f40db5fb871f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhash258Block.json b/VMTests/vmBlockInfoTest/blockhash258Block.json
index 388804fda..03578578a 100644
--- a/VMTests/vmBlockInfoTest/blockhash258Block.json
+++ b/VMTests/vmBlockInfoTest/blockhash258Block.json
@@ -2,8 +2,10 @@
"blockhash258Block" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhash258BlockFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhash258BlockFiller.json",
+ "sourceHash" : "5793008a2fa566316ff3369573ab0100c3750cf1b10e053a9e419dc5c208995b"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhashInRange.json b/VMTests/vmBlockInfoTest/blockhashInRange.json
index dc0b57748..680e4e79c 100644
--- a/VMTests/vmBlockInfoTest/blockhashInRange.json
+++ b/VMTests/vmBlockInfoTest/blockhashInRange.json
@@ -2,8 +2,10 @@
"blockhashInRange" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhashInRangeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhashInRangeFiller.json",
+ "sourceHash" : "b96e90e7810595461f8ab20bde3452ab7aad8d982649eb0a926331b503661da7"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhashMyBlock.json b/VMTests/vmBlockInfoTest/blockhashMyBlock.json
index cbbb12450..2d82f508e 100644
--- a/VMTests/vmBlockInfoTest/blockhashMyBlock.json
+++ b/VMTests/vmBlockInfoTest/blockhashMyBlock.json
@@ -2,8 +2,10 @@
"blockhashMyBlock" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhashMyBlockFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhashMyBlockFiller.json",
+ "sourceHash" : "1b1d7531b88d196f4402b74de942ec0e32fe7dc4e893945c56dff52acc8baf76"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json b/VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json
index ba157df33..4222b2519 100644
--- a/VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json
+++ b/VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json
@@ -2,8 +2,10 @@
"blockhashNotExistingBlock" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhashNotExistingBlockFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhashNotExistingBlockFiller.json",
+ "sourceHash" : "dc44164798b65c60f74bbad93a07fa6eb8aeda8a2c3ca5b8224186383bc207eb"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhashOutOfRange.json b/VMTests/vmBlockInfoTest/blockhashOutOfRange.json
index 60af81d03..7774c9e79 100644
--- a/VMTests/vmBlockInfoTest/blockhashOutOfRange.json
+++ b/VMTests/vmBlockInfoTest/blockhashOutOfRange.json
@@ -2,8 +2,10 @@
"blockhashOutOfRange" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhashOutOfRangeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhashOutOfRangeFiller.json",
+ "sourceHash" : "7a97a9d30c10e23783c12e25dbd5d4930e7b8cc6522217dfcbf7d3e422c54e96"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/blockhashUnderFlow.json b/VMTests/vmBlockInfoTest/blockhashUnderFlow.json
index 3e560d0d7..e2e59a534 100644
--- a/VMTests/vmBlockInfoTest/blockhashUnderFlow.json
+++ b/VMTests/vmBlockInfoTest/blockhashUnderFlow.json
@@ -2,8 +2,10 @@
"blockhashUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/blockhashUnderFlowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/blockhashUnderFlowFiller.json",
+ "sourceHash" : "25a01993d3f342fe181532207fcec292677aa988b05553d328b5aa9b13db08f8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmBlockInfoTest/coinbase.json b/VMTests/vmBlockInfoTest/coinbase.json
index e632c3fc9..71626eee8 100644
--- a/VMTests/vmBlockInfoTest/coinbase.json
+++ b/VMTests/vmBlockInfoTest/coinbase.json
@@ -2,8 +2,10 @@
"coinbase" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json",
+ "sourceHash" : "236ddc3408580584cd61043f173b10beb84225193abc329de83ce704930aa468"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/difficulty.json b/VMTests/vmBlockInfoTest/difficulty.json
index 3ca9f5ce8..1bb3b818f 100644
--- a/VMTests/vmBlockInfoTest/difficulty.json
+++ b/VMTests/vmBlockInfoTest/difficulty.json
@@ -2,8 +2,10 @@
"difficulty" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json",
+ "sourceHash" : "55677b1ac99f8be3cb650f2c802347247d07c9db18ee4ed67e6211c3d2d846e2"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/gaslimit.json b/VMTests/vmBlockInfoTest/gaslimit.json
index bfa48c4de..a04db1cb6 100644
--- a/VMTests/vmBlockInfoTest/gaslimit.json
+++ b/VMTests/vmBlockInfoTest/gaslimit.json
@@ -2,8 +2,10 @@
"gaslimit" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json",
+ "sourceHash" : "bdca68927ed37221e923d1faf7188de5eacf7bab9bcd4f7ae29e92e5d700040b"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/number.json b/VMTests/vmBlockInfoTest/number.json
index f23d74880..fe2a72e09 100644
--- a/VMTests/vmBlockInfoTest/number.json
+++ b/VMTests/vmBlockInfoTest/number.json
@@ -2,8 +2,10 @@
"number" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/numberFiller.json",
+ "sourceHash" : "f5b4fed700cb69ccbb22799263bb2db7f25ec73bfe7906c7fab5f28df4f930d1"
},
"callcreates" : [
],
diff --git a/VMTests/vmBlockInfoTest/timestamp.json b/VMTests/vmBlockInfoTest/timestamp.json
index 76722149c..91e39b4f6 100644
--- a/VMTests/vmBlockInfoTest/timestamp.json
+++ b/VMTests/vmBlockInfoTest/timestamp.json
@@ -2,8 +2,10 @@
"timestamp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json",
+ "sourceHash" : "1aca3c10c52c6529998c6b1926651727a1c529a2e0810544f2fc3092278e19f9"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddress.json b/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddress.json
index 9075363db..473fd745a 100644
--- a/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddress.json
+++ b/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddress.json
@@ -2,8 +2,10 @@
"ExtCodeSizeAddressInputTooBigLeftMyAddress" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddressFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigLeftMyAddressFiller.json",
+ "sourceHash" : "673b688b96499fbb5a83d830092beba897354ecae313e3190ad3b04ff44de88f"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json b/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json
index 27453403b..cd8fb2a73 100644
--- a/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json
+++ b/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json
@@ -2,8 +2,10 @@
"ExtCodeSizeAddressInputTooBigRightMyAddress" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddressFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddressFiller.json",
+ "sourceHash" : "122d4e698819a7ce8a9a42dc54dbcfb63dda72e976e1253bea81885c0551df74"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/address0.json b/VMTests/vmEnvironmentalInfo/address0.json
index a2e4419c1..1c1e60d96 100644
--- a/VMTests/vmEnvironmentalInfo/address0.json
+++ b/VMTests/vmEnvironmentalInfo/address0.json
@@ -2,8 +2,10 @@
"address0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json",
+ "sourceHash" : "7e760aebc321eb6ae078bb147ab4f77bd0c89eab817c3e44fb0151abcf7de085"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/address1.json b/VMTests/vmEnvironmentalInfo/address1.json
index 6a5ecf154..1842c6f76 100644
--- a/VMTests/vmEnvironmentalInfo/address1.json
+++ b/VMTests/vmEnvironmentalInfo/address1.json
@@ -2,8 +2,10 @@
"address1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json",
+ "sourceHash" : "7a2c3b4397b402e9451aae923f0725b4868d4ec6630a63db2c21aaf6c76ab583"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balance0.json b/VMTests/vmEnvironmentalInfo/balance0.json
index 9bc28e949..388f44155 100644
--- a/VMTests/vmEnvironmentalInfo/balance0.json
+++ b/VMTests/vmEnvironmentalInfo/balance0.json
@@ -2,8 +2,10 @@
"balance0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balance0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balance0Filler.json",
+ "sourceHash" : "e7317d27ef1c1e71a7fc4545b0e95a6c9d0ee58f34b22588c0fe4fe2aa15e003"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balance01.json b/VMTests/vmEnvironmentalInfo/balance01.json
index 89321ea92..c96efd02b 100644
--- a/VMTests/vmEnvironmentalInfo/balance01.json
+++ b/VMTests/vmEnvironmentalInfo/balance01.json
@@ -2,8 +2,10 @@
"balance01" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balance01Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balance01Filler.json",
+ "sourceHash" : "8098398aaf5d59df5d4795f82600701dd885424d95e0efb1602db1932ec180f1"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balance1.json b/VMTests/vmEnvironmentalInfo/balance1.json
index b09ef28b3..3e5611a5e 100644
--- a/VMTests/vmEnvironmentalInfo/balance1.json
+++ b/VMTests/vmEnvironmentalInfo/balance1.json
@@ -2,8 +2,10 @@
"balance1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balance1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balance1Filler.json",
+ "sourceHash" : "d09e6040a11df38b571a3928c44339553f749aff79ffab7e6028a7e697fa7b36"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balanceAddress2.json b/VMTests/vmEnvironmentalInfo/balanceAddress2.json
index ee058d339..e3f4bfee5 100644
--- a/VMTests/vmEnvironmentalInfo/balanceAddress2.json
+++ b/VMTests/vmEnvironmentalInfo/balanceAddress2.json
@@ -2,8 +2,10 @@
"balanceAddress2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balanceAddress2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balanceAddress2Filler.json",
+ "sourceHash" : "0912c28fa7e8d80898ee84cab0626271bfbc9819775b89b940ca6c25e6a971ca"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBig.json b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBig.json
index 19d809e63..d762683cb 100644
--- a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBig.json
+++ b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBig.json
@@ -2,8 +2,10 @@
"balanceAddressInputTooBig" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigFiller.json",
+ "sourceHash" : "87807e77a660e378d5a4298df1c9b3d5f9acf2068a03e2bc2f9d2a6ab9eeebe2"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddress.json b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddress.json
index 708d48989..c691d4e7a 100644
--- a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddress.json
+++ b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddress.json
@@ -2,8 +2,10 @@
"balanceAddressInputTooBigLeftMyAddress" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddressFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigLeftMyAddressFiller.json",
+ "sourceHash" : "9ba2b48498dff8db2c6731a13c3e39ef8226bb0af99ff100b0dab2e1ce87e0f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddress.json b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddress.json
index 06052aa48..48321fe87 100644
--- a/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddress.json
+++ b/VMTests/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddress.json
@@ -2,8 +2,10 @@
"balanceAddressInputTooBigRightMyAddress" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddressFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balanceAddressInputTooBigRightMyAddressFiller.json",
+ "sourceHash" : "b1dab6208fa3c4f0be0a92a13680950aad7ba080236def7855bc20ad296a739e"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/balanceCaller3.json b/VMTests/vmEnvironmentalInfo/balanceCaller3.json
index b4b234cd4..1c0bacceb 100644
--- a/VMTests/vmEnvironmentalInfo/balanceCaller3.json
+++ b/VMTests/vmEnvironmentalInfo/balanceCaller3.json
@@ -2,8 +2,10 @@
"balanceCaller3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/balanceCaller3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/balanceCaller3Filler.json",
+ "sourceHash" : "76029636a220cb31f2f81247865c031ada37f16dfacb9693efa07917a23bda7e"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0.json b/VMTests/vmEnvironmentalInfo/calldatacopy0.json
index 7f20bf09b..e871440ef 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy0.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy0.json
@@ -2,8 +2,10 @@
"calldatacopy0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json",
+ "sourceHash" : "d2027b035e3b1af2a0f53938d1ad0f6f19e0114aab3af039e0e439fc355d0feb"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
index 696346914..66436d7c7 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
@@ -2,8 +2,10 @@
"calldatacopy0_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json",
+ "sourceHash" : "e52bd87779801c86d5a49d42b4bc6dbb0d4953c99e81b903692500657a1c5c19"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1.json b/VMTests/vmEnvironmentalInfo/calldatacopy1.json
index db7901fc5..b0857a147 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy1.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy1.json
@@ -2,8 +2,10 @@
"calldatacopy1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json",
+ "sourceHash" : "68585bd57546aa913b0e20ac8197a345d2bd94ef591da13278e0562a48d6a77f"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
index 13cdf5de6..0e996cc8e 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
@@ -2,8 +2,10 @@
"calldatacopy1_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json",
+ "sourceHash" : "8535b89e5eee3f8c23bbcbf90a252cd3123182c4c99fd45223cea1b5e14f84a6"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2.json b/VMTests/vmEnvironmentalInfo/calldatacopy2.json
index 7dc04db41..7f45fc0e4 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy2.json
@@ -2,8 +2,10 @@
"calldatacopy2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json",
+ "sourceHash" : "39dc2105d1953eda1422c0d776011a010c7310fde9633c9e2e85c471ab863656"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
index 064df66c9..4a1612b31 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
@@ -2,8 +2,10 @@
"calldatacopy2_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json",
+ "sourceHash" : "77b5e05a559c11b57ce11cd9a2850267ec5a194b01eb44d585ffee54d1bdecf4"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
index 7fd70a6d4..6dc428319 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
@@ -2,8 +2,10 @@
"calldatacopyUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json",
+ "sourceHash" : "1913a693b283544382f9bd8f68cbc13b218be33888dee7aec184b917e75a8156"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
index f12ef5b29..1f959b7b6 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
@@ -2,8 +2,10 @@
"calldatacopyZeroMemExpansion" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json",
+ "sourceHash" : "a0f555b7a16eb3674856b9859a767c7d3762ef2d12978fd87723bd53308223fa"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
index 9e73b7994..f274378db 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
@@ -2,8 +2,10 @@
"calldatacopyZeroMemExpansion_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json",
+ "sourceHash" : "3c6a8c6fc04d873dc5922cc41b42a72b980f0e881bfe59343f3a029bbaf630c5"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
index ba352212d..a7f9bdf07 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
@@ -2,8 +2,10 @@
"calldatacopy_DataIndexTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json",
+ "sourceHash" : "4329c3c0e308b01128a9b39201b682fb73bb4c28833976a96fa8169365d6ae31"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
index da37236bc..cd4286e1d 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
@@ -2,8 +2,10 @@
"calldatacopy_DataIndexTooHigh2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json",
+ "sourceHash" : "c3fc8b37520b4446850b806ce571c38be07057319c82281d849d5c6e0b18f8b5"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
index 3ea0c7bbc..67b5123f5 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
@@ -2,8 +2,10 @@
"calldatacopy_DataIndexTooHigh2_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json",
+ "sourceHash" : "622412b078bb0744fcffb412b4a11807108ec849aa86b7321e5bdb5b286fa07c"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
index 03d616f88..389cb7039 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
@@ -2,8 +2,10 @@
"calldatacopy_DataIndexTooHigh_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json",
+ "sourceHash" : "03db1b7635dccddffc7a51dd4ddb898c0212648e44751872abb295dee0f84b47"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
index 18596559d..9a11e9cba 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
@@ -2,8 +2,10 @@
"calldatacopy_sec" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json",
+ "sourceHash" : "313de76235dfddfe81204eecface7908ecb739d0f862bd0f62adaf12e5725f4b"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataload0.json b/VMTests/vmEnvironmentalInfo/calldataload0.json
index 1a98616f3..ca0f4b25e 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload0.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload0.json
@@ -2,8 +2,10 @@
"calldataload0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json",
+ "sourceHash" : "33742c5054eae19afa644a3193b3deaa75e13da70b439203c96449932015aff2"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataload1.json b/VMTests/vmEnvironmentalInfo/calldataload1.json
index 5aa61ea77..ef17dfe0e 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload1.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload1.json
@@ -2,8 +2,10 @@
"calldataload1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json",
+ "sourceHash" : "fdd1088e2907e77af857de9489124b3f11305a373eb67e2c5d7b4eac90480ba4"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataload2.json b/VMTests/vmEnvironmentalInfo/calldataload2.json
index b5e3fec4f..be6875ec8 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload2.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload2.json
@@ -2,8 +2,10 @@
"calldataload2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json",
+ "sourceHash" : "38e6231d43c74cef3fb703e54d77e2512b00e13eefa644f40abb38a50a811277"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
index d246bfa08..340a38ff0 100644
--- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
@@ -2,8 +2,10 @@
"calldataloadSizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json",
+ "sourceHash" : "f9fe6f79a4a39e7f40e3c2d20e639a2ef0ad691e40ff63085d000d4c62a6b4c0"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
index 70b2086a9..0b20d7099 100644
--- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
+++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
@@ -2,8 +2,10 @@
"calldataloadSizeTooHighPartial" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json",
+ "sourceHash" : "fbb9255340187b0c0954dcd4ee9f33c6e9ca702a83a617ed82c41932fd95b763"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
index 4d628ede4..5004e9d47 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
@@ -2,8 +2,10 @@
"calldataload_BigOffset" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json",
+ "sourceHash" : "10e837adf8ed49597e8b8e875a0ca5676887e3a6c5f52b0dc84b2c1671266b36"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize0.json b/VMTests/vmEnvironmentalInfo/calldatasize0.json
index a0f2b5465..53a1a49e3 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize0.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize0.json
@@ -2,8 +2,10 @@
"calldatasize0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json",
+ "sourceHash" : "8be520cbe08736f25c0ad0d04356f3f681145322f2360926976e26473a415daa"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize1.json b/VMTests/vmEnvironmentalInfo/calldatasize1.json
index 0551ef30b..00bd923db 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize1.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize1.json
@@ -2,8 +2,10 @@
"calldatasize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json",
+ "sourceHash" : "e243ec0b81ee1a20ed3e79d88238d485701c5d32d12187575a5fd637e71ecbd7"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize2.json b/VMTests/vmEnvironmentalInfo/calldatasize2.json
index 897ec38dc..b476b184e 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize2.json
@@ -2,8 +2,10 @@
"calldatasize2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json",
+ "sourceHash" : "71b35bdea74dd943e013cfa4c8a96a2be4e568c62a8a89fc52147ecb558f94e1"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/caller.json b/VMTests/vmEnvironmentalInfo/caller.json
index 08afe13a3..f5ea7cc2b 100644
--- a/VMTests/vmEnvironmentalInfo/caller.json
+++ b/VMTests/vmEnvironmentalInfo/caller.json
@@ -2,8 +2,10 @@
"caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json",
+ "sourceHash" : "f4414b0cc7155cd5f15f3d00f23dc8971ff24e86fd2cf0c588b08688fcdaf7d4"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/callvalue.json b/VMTests/vmEnvironmentalInfo/callvalue.json
index b39e3a642..ee7379891 100644
--- a/VMTests/vmEnvironmentalInfo/callvalue.json
+++ b/VMTests/vmEnvironmentalInfo/callvalue.json
@@ -2,8 +2,10 @@
"callvalue" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json",
+ "sourceHash" : "0dbb19e32add2a940d89052e68f250acd0aa8c60cb4a8f3654e6a6de9d8a3993"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/codecopy0.json b/VMTests/vmEnvironmentalInfo/codecopy0.json
index 5af2e316c..5cefcf93c 100644
--- a/VMTests/vmEnvironmentalInfo/codecopy0.json
+++ b/VMTests/vmEnvironmentalInfo/codecopy0.json
@@ -2,8 +2,10 @@
"codecopy0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json",
+ "sourceHash" : "a53c94342e58dd9c89195329d34514f66d53390537e996d3318d8afde198fd7e"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
index 51a5609f4..a97f2d071 100644
--- a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
+++ b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
@@ -2,8 +2,10 @@
"codecopyZeroMemExpansion" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json",
+ "sourceHash" : "51df3975fa02eb056df51eadc3b75280e8fec4c8c1c3729a255b3d0e6aa8a21c"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
index da45fea17..532edfd5b 100644
--- a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
@@ -2,8 +2,10 @@
"codecopy_DataIndexTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json",
+ "sourceHash" : "1b6fae1e08dbf456cbe645fe3a455e04147244602d3cc5768517c9e44ae7ce95"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/codesize.json b/VMTests/vmEnvironmentalInfo/codesize.json
index f54c6ceb2..9ac331a7f 100644
--- a/VMTests/vmEnvironmentalInfo/codesize.json
+++ b/VMTests/vmEnvironmentalInfo/codesize.json
@@ -2,8 +2,10 @@
"codesize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json",
+ "sourceHash" : "10a8b9173185d709c5d3e64e4f30e527a53de34e307c087fe27273974bb53de8"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/env1.json b/VMTests/vmEnvironmentalInfo/env1.json
index e8005bf14..7d40692e1 100644
--- a/VMTests/vmEnvironmentalInfo/env1.json
+++ b/VMTests/vmEnvironmentalInfo/env1.json
@@ -2,8 +2,10 @@
"env1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json",
+ "sourceHash" : "3265ac5899b3c149ea7aa32de11c19a9d5d83d92787f64b9e753b839df6a1b5b"
},
"callcreates" : [
{
@@ -29,7 +31,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x583031333234363a600143034041424344455836600035602635601335387f1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff600052602060006000f06020600060206000600030610bb8f1600051611000525960200260002030ff",
+ "code" : "0x583031333234363a600143034041424344455836600035602635601335387f1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff600052602060006000f06020600060206000600030610bb8f1600051611000525960200260002030ff60016002f3",
"data" : "0xdeadbeef",
"gas" : "0x174876e801",
"gasPrice" : "0x07df",
@@ -44,7 +46,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x8ac7230489e880e8",
- "code" : "0x583031333234363a600143034041424344455836600035602635601335387f1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff600052602060006000f06020600060206000600030610bb8f1600051611000525960200260002030ff",
+ "code" : "0x583031333234363a600143034041424344455836600035602635601335387f1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff600052602060006000f06020600060206000600030610bb8f1600051611000525960200260002030ff60016002f3",
"nonce" : "0x58",
"storage" : {
}
diff --git a/VMTests/vmEnvironmentalInfo/extcodecopy0.json b/VMTests/vmEnvironmentalInfo/extcodecopy0.json
index bb1541384..061d6e990 100644
--- a/VMTests/vmEnvironmentalInfo/extcodecopy0.json
+++ b/VMTests/vmEnvironmentalInfo/extcodecopy0.json
@@ -2,8 +2,10 @@
"extcodecopy0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0Filler.json",
+ "sourceHash" : "9dc837cf5e4feb4a02129e79cdcd2e97ffe9540d47caffbcf81f74adbeea8e11"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeft.json b/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeft.json
index b25ed7647..ee253ef58 100644
--- a/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeft.json
+++ b/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeft.json
@@ -2,8 +2,10 @@
"extcodecopy0AddressTooBigLeft" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeftFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0AddressTooBigLeftFiller.json",
+ "sourceHash" : "73079169079a1abc3f55dbd0f0b79147dafb314ab6a6c5c1893c149ba2a28932"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json b/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json
index 02e3535c6..7870173b2 100644
--- a/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json
+++ b/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json
@@ -2,8 +2,10 @@
"extcodecopy0AddressTooBigRight" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0AddressTooBigRightFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy0AddressTooBigRightFiller.json",
+ "sourceHash" : "3c1df49fabb1bda8e66b4171519efc5525b326612f7b224a01af00064826b280"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodecopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/extcodecopyZeroMemExpansion.json
index 1a765cffc..c727c4622 100644
--- a/VMTests/vmEnvironmentalInfo/extcodecopyZeroMemExpansion.json
+++ b/VMTests/vmEnvironmentalInfo/extcodecopyZeroMemExpansion.json
@@ -2,8 +2,10 @@
"extcodecopyZeroMemExpansion" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodecopyZeroMemExpansionFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodecopyZeroMemExpansionFiller.json",
+ "sourceHash" : "f990622a69a85b845c748923f971afa44daa637518c2e4ef10a3da4e26f4f360"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodecopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/extcodecopy_DataIndexTooHigh.json
index 59589a1bd..a2c5b8ce9 100644
--- a/VMTests/vmEnvironmentalInfo/extcodecopy_DataIndexTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/extcodecopy_DataIndexTooHigh.json
@@ -2,8 +2,10 @@
"extcodecopy_DataIndexTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy_DataIndexTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodecopy_DataIndexTooHighFiller.json",
+ "sourceHash" : "0eaf7bb81e729b98b45620a0efb78745a76aa71f7663fa44e53a691f7ff7371a"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodesize0.json b/VMTests/vmEnvironmentalInfo/extcodesize0.json
index eecd946bb..52dc12bc5 100644
--- a/VMTests/vmEnvironmentalInfo/extcodesize0.json
+++ b/VMTests/vmEnvironmentalInfo/extcodesize0.json
@@ -2,8 +2,10 @@
"extcodesize0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodesize0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodesize0Filler.json",
+ "sourceHash" : "535e66fd0d315339aa8423dbfedd311c6db19c324df10f756b17e7a25abbb97d"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodesize1.json b/VMTests/vmEnvironmentalInfo/extcodesize1.json
index 392db105c..0c587e50b 100644
--- a/VMTests/vmEnvironmentalInfo/extcodesize1.json
+++ b/VMTests/vmEnvironmentalInfo/extcodesize1.json
@@ -2,8 +2,10 @@
"extcodesize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodesize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodesize1Filler.json",
+ "sourceHash" : "c2de8cd1ecd6afd0b273be568f505a5b4805f2509819fd7b972e5cac92648f14"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/extcodesizeUnderFlow.json b/VMTests/vmEnvironmentalInfo/extcodesizeUnderFlow.json
index 4e1ec50a3..87bfbea9c 100644
--- a/VMTests/vmEnvironmentalInfo/extcodesizeUnderFlow.json
+++ b/VMTests/vmEnvironmentalInfo/extcodesizeUnderFlow.json
@@ -2,8 +2,10 @@
"extcodesizeUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/extcodesizeUnderFlowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/extcodesizeUnderFlowFiller.json",
+ "sourceHash" : "9fc2405fb47fb7c3d7cb4423651d8357861dafb0011692c1e427d7958788cbe1"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmEnvironmentalInfo/gasprice.json b/VMTests/vmEnvironmentalInfo/gasprice.json
index 5452a1d77..6619a0193 100644
--- a/VMTests/vmEnvironmentalInfo/gasprice.json
+++ b/VMTests/vmEnvironmentalInfo/gasprice.json
@@ -2,8 +2,10 @@
"gasprice" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json",
+ "sourceHash" : "03976b1a0bc51979fedd6d4eaeb9c94d1c24c5a9e951b27d5a57318d926e8cdc"
},
"callcreates" : [
],
diff --git a/VMTests/vmEnvironmentalInfo/origin.json b/VMTests/vmEnvironmentalInfo/origin.json
index 6d09e7d54..b7c7ae77e 100644
--- a/VMTests/vmEnvironmentalInfo/origin.json
+++ b/VMTests/vmEnvironmentalInfo/origin.json
@@ -2,8 +2,10 @@
"origin" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json",
+ "sourceHash" : "7382aad94531b80ce34c595b78a23655e0088ebd37c85e604a460ac99488332d"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
index b787ff050..3d6020d7a 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json",
+ "sourceHash" : "ab0e798c2bb5a59c8430a9b0df08ee050b7bb3b7fb0dcbb200b5722b9934ed8a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
index 30e587cb6..d53f0c31b 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json",
+ "sourceHash" : "e7ce27192c376c731facad43a385858affb8d4cbbd875150146e373371653f57"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
index d4ecf9848..bd4845667 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json",
+ "sourceHash" : "c95a789275c1fc0fee461330e8423359de8a56d54aac8cfa6a9e0764173f0399"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
index dbb4288b6..83c2c3846 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json",
+ "sourceHash" : "dc915fbd5908e757ff340726ea7bdc91a333732d8fa9d62546c6b6f0bd3c35b8"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
index 2ce9a3579..fefc195ab 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json",
+ "sourceHash" : "bcec3c40dfb0ab6e644e58906efe3030a464f2ae4c314df3f342f893ee33895c"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
index e4240f330..bb8f2bbc2 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json",
+ "sourceHash" : "2c0668271b3176211c4b30148de87bc30c2cd2a559fc6ae9ec5eb7001be302e5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
index e0c2e9908..1a5146f37 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json",
+ "sourceHash" : "87fb7bf52844f5fb33d6f85362412923b15c39f67b706b387678d21b32f7dc29"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
index ae8ed4530..aa94a44c5 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "bb0fac8dc7b0622ec1085df27b44bbbcae3174c567fdaec89fa86bd6891e9a10"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
index 234d117b0..dc037b238 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "e4b0c329ea9146c56bca7cc8ab8e8b8943bc0adefc1353d41b2a6d11d5c4192c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
index 84c8f2e90..3e6fcb827 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json",
+ "sourceHash" : "0a7662fdf5acd8da295070dd542796b9e571f3dbbeb327e24c71776c8ab83e3c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
index 79e42c586..8be284393 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json",
+ "sourceHash" : "286ebea033865c09cd0b113b7a502e85491709beef4347237db8e15529e97691"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
index 940c93396..80f1de2e4 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json",
+ "sourceHash" : "c552561a611e836e0137ebc096e027a73a6d84a753b30b965875243b9ee7d4e6"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
index 96fe5ff9b..270e4718d 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json",
+ "sourceHash" : "8c10eb12f675d717ec6e8a4565bf1641a11a516ab87be3906b561cfcc359894c"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
index ad21215c5..61732c6bf 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json",
+ "sourceHash" : "7bbcb11c2ed539ce080ef80be14c8260502729f08d087fba0f568217822b328a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
index f2ba0565a..acefd2d42 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "0df4721e0cd48067e8a9999f14cdc604461f0a607c88686ffe676ded38107c7a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
index e22f1c063..a00de3364 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"BlockNumberDynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "03483ccacf8816abaeacba02026a5b34e0dfd5ed7de35ec3ab5fc735673df644"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
index fed43ceb7..b3761ffae 100644
--- a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
+++ b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
@@ -2,8 +2,10 @@
"DyanmicJump0_outOfBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json",
+ "sourceHash" : "7ce0d94e28f954e14dc9dbd02f66d2034d78035f7a5332fbd65cf7b6a747a621"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
index 3b974a902..a58fb5b8d 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
@@ -2,8 +2,10 @@
"DynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json",
+ "sourceHash" : "8afb9ab386fb9d8e39e9b4e03515e8a16c09cd33185bbc83be9d6894f82a142d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
index cda9c9e19..f8a4e020f 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,10 @@
"DynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json",
+ "sourceHash" : "13047f11cd915829c3db0c19c87ac9677069f03ba2eb4621e81c82a81e398ca2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
index 6a0eb17ed..93dc49242 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,10 @@
"DynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json",
+ "sourceHash" : "24802565bba69763c921c6949e9a91850171f3ec6d062833a0441b43c0871f61"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
index ed874e422..b44a68c68 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
@@ -2,8 +2,10 @@
"DynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json",
+ "sourceHash" : "cbe3fa0f3b9184072a3ff57f1a4cab9668f3117b60a50af0c056181355db2d1f"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
index d0fdfcb9a..04619bba8 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
@@ -2,8 +2,10 @@
"DynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json",
+ "sourceHash" : "a4aa77b037acf561270b23894655ba937d7884bd4f857b0dad51470c637da380"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
index d0a0be8a4..71f4d9f0c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
@@ -2,8 +2,10 @@
"DynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json",
+ "sourceHash" : "4e2c3c7ac116e50b5f520674206a05e58aca0333e2e1a91c3e3b0c9e919b99f8"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump1.json b/VMTests/vmIOandFlowOperations/DynamicJump1.json
index f16453739..9a058a733 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump1.json
@@ -2,8 +2,10 @@
"DynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json",
+ "sourceHash" : "c57880989df9272da3f50516d7cae102a4f8a2ced31cfdd167e55a8c285817c7"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
index 085f44ea2..e8540cb6b 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
@@ -2,8 +2,10 @@
"DynamicJumpAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json",
+ "sourceHash" : "b87b6520d9856551be82aa25fcc9440e4846ce5d16182fea41c19e275f95eaa0"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
index 4103bf114..e8445a5dd 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"DynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "30d3b6922ea66206268c855ec5708b0c2f11ba965661a33cf59b9a2a6fd49dc9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
index 942ecc8f9..f248a89e7 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"DynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "f7273b8afa786e528f21875113629ce839e73c237c53039e2a8b90aae22af387"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
index a571e7c11..d0695f654 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
@@ -2,8 +2,10 @@
"DynamicJumpJD_DependsOnJumps0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json",
+ "sourceHash" : "9e07849ff24c67f1ab38ca83bc3a6a1b81efea33f733c888c9e74cbea1f72009"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
index cff5e8785..d5370c10a 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
@@ -2,8 +2,10 @@
"DynamicJumpJD_DependsOnJumps1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json",
+ "sourceHash" : "299a4d81ff1e9082cef5ccafe025f6514293e9d5b1a11f44629d73e85a4242c6"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
index 6313dfac0..fea5ec770 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
@@ -2,8 +2,10 @@
"DynamicJumpPathologicalTest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json",
+ "sourceHash" : "6e983f9ce266e7a5ceb114b937c78131246ccb577e17dcd06a94e93b486de739"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
index 887dcfe09..157798efc 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
@@ -2,8 +2,10 @@
"DynamicJumpPathologicalTest1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json",
+ "sourceHash" : "032db02146eeb6004102fa8d5e4cb620d4df49088f5da74af18309b42b8e95b4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
index 3517839dc..c3d693378 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
@@ -2,8 +2,10 @@
"DynamicJumpPathologicalTest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json",
+ "sourceHash" : "aea90b09c06c54e44e0b300dc53342dacee9b8babcf8c9c6605e020c098681de"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
index 97f357ed5..8a6a9b7de 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
@@ -2,8 +2,10 @@
"DynamicJumpPathologicalTest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json",
+ "sourceHash" : "acedda2b0dbe177488d3163c46f6e36b2f35c25a2109bfe8d8cff59d01c193d2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
index 2e1909a53..c546405c8 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
@@ -2,8 +2,10 @@
"DynamicJumpStartWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json",
+ "sourceHash" : "c5b7749d9265656a13d743fd232f74d01694d7de1c39566d570ca1a176de51aa"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
index 76c28c3c6..f4c4493e3 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
@@ -2,9 +2,13 @@
"DynamicJump_value1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json",
+ "sourceHash" : "0cc7270eaade53e21417243a2fffedac90e91c4ff29ea0f39230eded6d5052d7"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x08"
},
+ "gas" : "0x0186a0",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
index 820c3f4ad..40bd6c4ce 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
@@ -2,9 +2,13 @@
"DynamicJump_value2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json",
+ "sourceHash" : "b33fdcc007e30687202c0922dd47116daacd068f6de8b049ee52ddf74b7f42c9"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x12"
},
+ "gas" : "0x0186a0",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
index a30deb72d..41f4d2aaf 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
@@ -2,9 +2,13 @@
"DynamicJump_value3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json",
+ "sourceHash" : "ec08738652733d66d9d2ee65d59b981fe41ae2543eac7cc4c03f67ddfd030a43"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x1b"
},
+ "gas" : "0x0186a0",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
index ea37cdeb4..48939f26c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
@@ -2,9 +2,13 @@
"DynamicJump_valueUnderflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json",
+ "sourceHash" : "de608d790893ce8ddf71ae8ecf2690d61174ecabe3498dd6c5a5808872515733"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x1b"
},
+ "gas" : "0x0186a0",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600260033456",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
index 1316944f4..d4fc7766d 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
@@ -2,8 +2,10 @@
"DynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json",
+ "sourceHash" : "167a8bc1966b9ceb285b7ee26bab9b634722947a0493ff39b62df3dbbbf5b8eb"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
index 54c4628f9..777b46358 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
@@ -2,8 +2,10 @@
"DynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json",
+ "sourceHash" : "4f1af628d8e58cfb41949ed3208c72c1334cba9769b94734c0906fa1b6f8b9f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
index 17a4f37bd..ecb582b31 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
@@ -2,8 +2,10 @@
"DynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json",
+ "sourceHash" : "e9d7f029d6243c74e34d91172b23bbad2d2e3505d2a8c7126e1d860405b4c2c4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
index 94c77f985..bc59856c4 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
@@ -2,8 +2,10 @@
"DynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json",
+ "sourceHash" : "7311712e1b5ecea562af4d9ec6d90002ce0ea83e4e04a8c11370c91e03343e99"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
index 89539f0cc..e724ee9dc 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
@@ -2,8 +2,10 @@
"DynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json",
+ "sourceHash" : "c17293986bbcd1e1262f73a96884cc53f7f1e766526891bae7abc14d537b4b38"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
index c3d33eb5e..160214082 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"DynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "bc4dcc0abe0ab928373775174beef03fd017d41f5db251f6cda0ea96a8f31a12"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
index 0b676471a..4e78eb014 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"DynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "6d69c560c41da568e675795ae388ede46b1310c05bd978add94f84344ff3d475"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
index ae8fd7e19..17d785b12 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json",
+ "sourceHash" : "f8e9bf607604cc3fe304f07ac251f1c39c3445b5a0de521115d2da0569e76521"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
index b45e23476..2eb551a95 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json",
+ "sourceHash" : "bc00bd6d3ad43b7649d36bcd5496676fab763616de742e830f99156dd44e5bb4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
index ecc79851c..4b8dcb88b 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json",
+ "sourceHash" : "8688f711bbe5ac4fed64ffd10079b4894cafac35889c32d6d5dbae21074023b7"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
index 94422b070..f6d3322e5 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json",
+ "sourceHash" : "4e86e5cc90e8bdac77ed0ff0d2bc89eef1adf47b5239f68c8d398da41b3d32bc"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
index c6e1bc22c..994965b15 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json",
+ "sourceHash" : "19cacac47ecaf04dbf6e8c3f5dd7e078f466a834b7b0ddc8109447fd5138f309"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
index 42709cd7d..eb5975d3d 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json",
+ "sourceHash" : "d0308888f35f5966b736e3eaf8c4c2e81da641801d1f9b15a5d71f67b2f87b4e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
index 7d2f98aa3..2caa3cadc 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json",
+ "sourceHash" : "c681fb4e1151cc0c60baf6a1279d88080022ab97c5c5fa5e832419e8a8726a75"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
index 3948a4613..87b009877 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "887fc83653a790b8bb01ce30cffd1791052a24d1ed7f4616ebff58eb39bbb724"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
index 52107abaf..72e42f438 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "c72599691322d8082a8bb1c67bfbbcf390ebf158972391711cbfc59cc0204edf"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
index 22895ea13..4bc650764 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json",
+ "sourceHash" : "2d5a6bf99246c35b1eb6c4b79d0c9f4cdbda77ca87252b9f7f4e5b148c0a257c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
index e8b8cbdbf..336e5bef6 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json",
+ "sourceHash" : "996ffd900990caf58e2bea621540400445dff51f5b43fa9a5251116c94a7d104"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
index 9b15cd178..cd221e073 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json",
+ "sourceHash" : "453b265ed9d7c59546fd5f74f67e42e33a985915caf75156581211b2466b165b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
index b67f04c90..bb8f296fa 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json",
+ "sourceHash" : "50487e4df79bf039c655ab5511aa2c1e5ccf3d8d1ff5471aa562857b9bcfca90"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
index 9b61fd89a..083809608 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json",
+ "sourceHash" : "cfd99d751103be567f45535499acf00ce2ed9c19808c2b8f84f8918ba18074a4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
index 1d33859fe..3c5969ba7 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "4961b95f26f949401d332032ba13ece664989690aac8d9df7aa2e98e0ec88af2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
index 8701d366f..e3f0ee208 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"JDfromStorageDynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "4fa6d8be127257c062764569586026785493d277af3b9d82d3a0ec824ed750d4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
index 2574d2b02..cde7be94f 100644
--- a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
+++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
@@ -2,8 +2,10 @@
"bad_indirect_jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json",
+ "sourceHash" : "03dc625f7f7e3bb8bd02b492faa5f00cb6da3f4ac9b133dd94ea3f4b641631e9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -15,7 +17,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x601b60250256",
+ "code" : "0x601b602502565b",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -25,7 +27,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x601b60250256",
+ "code" : "0x601b602502565b",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
index 103d4c1e6..d193396ff 100644
--- a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
+++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
@@ -2,8 +2,10 @@
"bad_indirect_jump2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json",
+ "sourceHash" : "bce33e4a3e5bafadf38d26ecf7b0f53ef40edd98a6b20f44aa8567c4067b0609"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/byte1.json b/VMTests/vmIOandFlowOperations/byte1.json
index 2c7b4add0..828425787 100644
--- a/VMTests/vmIOandFlowOperations/byte1.json
+++ b/VMTests/vmIOandFlowOperations/byte1.json
@@ -2,8 +2,10 @@
"byte1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json",
+ "sourceHash" : "af15b060bf103e83d795ad549e35762fc4f0070407b68e84ab0ad42298edea93"
},
"callcreates" : [
],
@@ -17,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566",
+ "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566778899001122334455667788990011223344556677889900aabb600e1a7f112233445566778899001122334455667788990011223344556677889900aabb600f1a7f112233445566778899001122334455667788990011223344556677889900aabb60101a7f112233445566778899001122334455667788990011223344556677889900aabb60111a7f112233445566778899001122334455667788990011223344556677889900aabb60121a7f112233445566778899001122334455667788990011223344556677889900aabb60131a7f112233445566778899001122334455667788990011223344556677889900aabb60141a7f112233445566778899001122334455667788990011223344556677889900aabb60151a7f112233445566778899001122334455667788990011223344556677889900aabb60161a7f112233445566778899001122334455667788990011223344556677889900aabb60171a7f112233445566778899001122334455667788990011223344556677889900aabb60181a7f112233445566778899001122334455667788990011223344556677889900aabb60191a7f112233445566778899001122334455667788990011223344556677889900aabb601a1a7f112233445566778899001122334455667788990011223344556677889900aabb601b1a7f112233445566778899001122334455667788990011223344556677889900aabb601c1a7f112233445566778899001122334455667788990011223344556677889900aabb601d1a7f112233445566778899001122334455667788990011223344556677889900aabb601e1a7f112233445566778899001122334455667788990011223344556677889900aabb601f1a7f112233445566778899001122334455667788990011223344556677889900aabb60201a7f112233445566778899001122334455667788990011223344556677889900aabb6107de1a6000600055",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
- "gas" : "0x01861f",
+ "gas" : "0x0171e0",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"out" : "0x",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566",
+ "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566778899001122334455667788990011223344556677889900aabb600e1a7f112233445566778899001122334455667788990011223344556677889900aabb600f1a7f112233445566778899001122334455667788990011223344556677889900aabb60101a7f112233445566778899001122334455667788990011223344556677889900aabb60111a7f112233445566778899001122334455667788990011223344556677889900aabb60121a7f112233445566778899001122334455667788990011223344556677889900aabb60131a7f112233445566778899001122334455667788990011223344556677889900aabb60141a7f112233445566778899001122334455667788990011223344556677889900aabb60151a7f112233445566778899001122334455667788990011223344556677889900aabb60161a7f112233445566778899001122334455667788990011223344556677889900aabb60171a7f112233445566778899001122334455667788990011223344556677889900aabb60181a7f112233445566778899001122334455667788990011223344556677889900aabb60191a7f112233445566778899001122334455667788990011223344556677889900aabb601a1a7f112233445566778899001122334455667788990011223344556677889900aabb601b1a7f112233445566778899001122334455667788990011223344556677889900aabb601c1a7f112233445566778899001122334455667788990011223344556677889900aabb601d1a7f112233445566778899001122334455667788990011223344556677889900aabb601e1a7f112233445566778899001122334455667788990011223344556677889900aabb601f1a7f112233445566778899001122334455667788990011223344556677889900aabb60201a7f112233445566778899001122334455667788990011223344556677889900aabb6107de1a6000600055",
"nonce" : "0x00",
"storage" : {
}
@@ -39,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566",
+ "code" : "0x7f112233445566778899001122334455667788990011223344556677889900aabb60001a7f112233445566778899001122334455667788990011223344556677889900aabb60011a7f112233445566778899001122334455667788990011223344556677889900aabb60021a7f112233445566778899001122334455667788990011223344556677889900aabb60031a7f112233445566778899001122334455667788990011223344556677889900aabb60041a7f112233445566778899001122334455667788990011223344556677889900aabb60051a7f112233445566778899001122334455667788990011223344556677889900aabb60061a7f112233445566778899001122334455667788990011223344556677889900aabb60071a7f112233445566778899001122334455667788990011223344556677889900aabb60081a7f112233445566778899001122334455667788990011223344556677889900aabb60091a7f112233445566778899001122334455667788990011223344556677889900aabb600a1a7f112233445566778899001122334455667788990011223344556677889900aabb600b1a7f112233445566778899001122334455667788990011223344556677889900aabb600c1a7f112233445566778899001122334455667788990011223344556677889900aabb600d1a7f112233445566778899001122334455667788990011223344556677889900aabb600e1a7f112233445566778899001122334455667788990011223344556677889900aabb600f1a7f112233445566778899001122334455667788990011223344556677889900aabb60101a7f112233445566778899001122334455667788990011223344556677889900aabb60111a7f112233445566778899001122334455667788990011223344556677889900aabb60121a7f112233445566778899001122334455667788990011223344556677889900aabb60131a7f112233445566778899001122334455667788990011223344556677889900aabb60141a7f112233445566778899001122334455667788990011223344556677889900aabb60151a7f112233445566778899001122334455667788990011223344556677889900aabb60161a7f112233445566778899001122334455667788990011223344556677889900aabb60171a7f112233445566778899001122334455667788990011223344556677889900aabb60181a7f112233445566778899001122334455667788990011223344556677889900aabb60191a7f112233445566778899001122334455667788990011223344556677889900aabb601a1a7f112233445566778899001122334455667788990011223344556677889900aabb601b1a7f112233445566778899001122334455667788990011223344556677889900aabb601c1a7f112233445566778899001122334455667788990011223344556677889900aabb601d1a7f112233445566778899001122334455667788990011223344556677889900aabb601e1a7f112233445566778899001122334455667788990011223344556677889900aabb601f1a7f112233445566778899001122334455667788990011223344556677889900aabb60201a7f112233445566778899001122334455667788990011223344556677889900aabb6107de1a6000600055",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
index c58189edd..ddb61bf33 100644
--- a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
+++ b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
@@ -2,8 +2,10 @@
"calldatacopyMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json",
+ "sourceHash" : "e8ff328d093670cbe7af1f63900cca505b53c4549cf3146f5fd2b4570d75caa2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/codecopyMemExp.json b/VMTests/vmIOandFlowOperations/codecopyMemExp.json
index 356579a5c..c75ea670f 100644
--- a/VMTests/vmIOandFlowOperations/codecopyMemExp.json
+++ b/VMTests/vmIOandFlowOperations/codecopyMemExp.json
@@ -2,8 +2,10 @@
"codecopyMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json",
+ "sourceHash" : "450d131fc0e6511b6cd365e747cc14ca5d9acc544dfd1c4a8f339de82f38ce6e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/deadCode_1.json b/VMTests/vmIOandFlowOperations/deadCode_1.json
index 9b4676635..169db0a73 100644
--- a/VMTests/vmIOandFlowOperations/deadCode_1.json
+++ b/VMTests/vmIOandFlowOperations/deadCode_1.json
@@ -2,8 +2,10 @@
"deadCode_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json",
+ "sourceHash" : "370c625c3648ba73ccf27aef4b813f988c6220971e5efd709cb940cf1444adfe"
},
"callcreates" : [
],
@@ -17,7 +19,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001600053596000f3",
+ "code" : "0x6001600053596000f300000000000000005b00",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -30,7 +32,7 @@
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600053596000f3",
+ "code" : "0x6001600053596000f300000000000000005b00",
"nonce" : "0x00",
"storage" : {
}
@@ -39,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001600053596000f3",
+ "code" : "0x6001600053596000f300000000000000005b00",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
index c4d31badb..25d0f8312 100644
--- a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
+++ b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
@@ -2,8 +2,10 @@
"dupAt51becameMload" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json",
+ "sourceHash" : "2781b3f79053c8c999ab26c7dc1eb59cb7f90770491e10627c13a0c6849371f5"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/extcodecopyMemExp.json b/VMTests/vmIOandFlowOperations/extcodecopyMemExp.json
index fce416ae1..10827d4c4 100644
--- a/VMTests/vmIOandFlowOperations/extcodecopyMemExp.json
+++ b/VMTests/vmIOandFlowOperations/extcodecopyMemExp.json
@@ -2,8 +2,10 @@
"extcodecopyMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/extcodecopyMemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/extcodecopyMemExpFiller.json",
+ "sourceHash" : "d8a55a720f1380ecbb3685ff40a9c3b75b0b3235235ad3fac1f6e97b2ecb0a6e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/for_loop1.json b/VMTests/vmIOandFlowOperations/for_loop1.json
index de8ad26d5..fa2caf8a8 100644
--- a/VMTests/vmIOandFlowOperations/for_loop1.json
+++ b/VMTests/vmIOandFlowOperations/for_loop1.json
@@ -2,8 +2,10 @@
"for_loop1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json",
+ "sourceHash" : "076b824432d748120b1dd752a0310ee873ea0f296fae3192b89289832604f896"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/for_loop2.json b/VMTests/vmIOandFlowOperations/for_loop2.json
index 734c33132..cefad2538 100644
--- a/VMTests/vmIOandFlowOperations/for_loop2.json
+++ b/VMTests/vmIOandFlowOperations/for_loop2.json
@@ -2,8 +2,10 @@
"for_loop2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json",
+ "sourceHash" : "5970e2035f676582fc307a9aeabb28e826de035757db0f266746b19b0c26857d"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/gas0.json b/VMTests/vmIOandFlowOperations/gas0.json
index 4da111900..ce497fc01 100644
--- a/VMTests/vmIOandFlowOperations/gas0.json
+++ b/VMTests/vmIOandFlowOperations/gas0.json
@@ -2,8 +2,10 @@
"gas0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json",
+ "sourceHash" : "c9f2bb9b65668f62ee5bd37d3f7a1fc442ef925a82ed90eb1d32f51d966f5120"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/gas1.json b/VMTests/vmIOandFlowOperations/gas1.json
index c3e5a70cc..7154854b9 100644
--- a/VMTests/vmIOandFlowOperations/gas1.json
+++ b/VMTests/vmIOandFlowOperations/gas1.json
@@ -2,8 +2,10 @@
"gas1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json",
+ "sourceHash" : "beb3c3379a185b43c386333b4a65bb62931312f7ea7a01cc84ca4c53ac7c14e2"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/gasOverFlow.json b/VMTests/vmIOandFlowOperations/gasOverFlow.json
index 44526084c..cd72935e1 100644
--- a/VMTests/vmIOandFlowOperations/gasOverFlow.json
+++ b/VMTests/vmIOandFlowOperations/gasOverFlow.json
@@ -2,8 +2,10 @@
"gasOverFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json",
+ "sourceHash" : "d864c9bd6ccf9632d0b6af965e48b50cf26e1c883ae3769101394d70ddfc1dc5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -15,7 +17,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6060035b60600190038060600257686801000000000000001656",
+ "code" : "0x6060035b606001900380606002576868010000000000000016565b6363badf000d6060115500",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -25,7 +27,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6060035b60600190038060600257686801000000000000001656",
+ "code" : "0x6060035b606001900380606002576868010000000000000016565b6363badf000d6060115500",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump1.json b/VMTests/vmIOandFlowOperations/indirect_jump1.json
index 3710388a3..93744e006 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump1.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump1.json
@@ -2,9 +2,13 @@
"indirect_jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json",
+ "sourceHash" : "d2c24c3221a7ddd86860045b04f5b9308220093b9d15b5ade9bf041a883804ef"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600460030156",
+ "code" : "0x600460030156005b6001600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x01867d",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000001",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x600460030156005b6001600052596000f3",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600460030156",
+ "code" : "0x600460030156005b6001600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump2.json b/VMTests/vmIOandFlowOperations/indirect_jump2.json
index 2a49a14d3..b60d26717 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump2.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump2.json
@@ -2,9 +2,13 @@
"indirect_jump2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json",
+ "sourceHash" : "06a4ba14cd7f0ed0b994f0952ac06b4b9ad784d126e9bfbc67227a33892cf484"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600860060156",
+ "code" : "0x600860060156005b6001600052005b6002600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x01867d",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000002",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x600860060156005b6001600052005b6002600052596000f3",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600860060156",
+ "code" : "0x600860060156005b6001600052005b6002600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump3.json b/VMTests/vmIOandFlowOperations/indirect_jump3.json
index 958a42fea..98748d21c 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump3.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump3.json
@@ -2,9 +2,13 @@
"indirect_jump3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json",
+ "sourceHash" : "09f43e283a3f1fbe5006f691677a4b0c46af39314c9aa3b921dc8165ac3ea7f9"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600160046005015700",
+ "code" : "0x6001600460050157005b6001600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x018678",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000001",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x6001600460050157005b6001600052596000f3",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600160046005015700",
+ "code" : "0x6001600460050157005b6001600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump4.json b/VMTests/vmIOandFlowOperations/indirect_jump4.json
index 2e9f83b27..b47ec1f74 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump4.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump4.json
@@ -2,8 +2,10 @@
"indirect_jump4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json",
+ "sourceHash" : "17dc44d8de8f18935a5f2df3f9ad9bead69750854909a247700c5c834cc1bde2"
},
"callcreates" : [
],
@@ -17,7 +19,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6000600760050157600160005200",
+ "code" : "0x60006007600501576001600052005b",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -30,7 +32,7 @@
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6000600760050157600160005200",
+ "code" : "0x60006007600501576001600052005b",
"nonce" : "0x00",
"storage" : {
}
@@ -39,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6000600760050157600160005200",
+ "code" : "0x60006007600501576001600052005b",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
index 5836d064f..55e5ba272 100644
--- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
@@ -2,8 +2,10 @@
"jump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json",
+ "sourceHash" : "1acb63f22b884002b0a8b154d42508f7258b648ba09f2230ff99ea31844e0548"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
index e215cf934..c0c6b489e 100644
--- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
@@ -2,8 +2,10 @@
"jump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json",
+ "sourceHash" : "b9af7a5c65ae67ae17fa4727f821368dc0530a586feac67532731eac15eeb4d9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
index be56270e9..d7d75c0af 100644
--- a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
@@ -2,8 +2,10 @@
"jump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json",
+ "sourceHash" : "fdaccdc6f011fa7d495114cded513b74fdb71bd05a89044f45108134e1d82442"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
index 1d9135154..342bbb4d6 100644
--- a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
@@ -2,8 +2,10 @@
"jump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json",
+ "sourceHash" : "10074d51c2e645260b082ed83a15384800f86bdc79ad7e8c8195077139fd7b70"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
index 9f9e1e426..55bdfd92b 100644
--- a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
@@ -2,8 +2,10 @@
"jump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json",
+ "sourceHash" : "8985b2d8ce5961df29253fde764df8a662d67ee771a7d288a8b785138cde9063"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
index c6ae46889..d83b28f4f 100644
--- a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
+++ b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
@@ -2,8 +2,10 @@
"jump0_outOfBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json",
+ "sourceHash" : "d4d1a86619b6de16fafe45a8f74b9125282e8eae7e40548239ebc0eed183d81b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
index 84ea683f3..4c448342f 100644
--- a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
@@ -2,8 +2,10 @@
"jump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json",
+ "sourceHash" : "ffb611aebad375b8ef202334ff7ca743154c7f02805bcaa9ec64498a2c23010e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jump1.json b/VMTests/vmIOandFlowOperations/jump1.json
index 3403535e6..72d2cd788 100644
--- a/VMTests/vmIOandFlowOperations/jump1.json
+++ b/VMTests/vmIOandFlowOperations/jump1.json
@@ -2,8 +2,10 @@
"jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json",
+ "sourceHash" : "63e286ec1f17c07019a82da9fae055904acfae7acb906a73977c97580c2731da"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpAfterStop.json b/VMTests/vmIOandFlowOperations/jumpAfterStop.json
index c894dc274..0ceed41c0 100644
--- a/VMTests/vmIOandFlowOperations/jumpAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/jumpAfterStop.json
@@ -2,8 +2,10 @@
"jumpAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json",
+ "sourceHash" : "f1bc184a0b9f9114093a76fdf5713da18e8f2525d1a72ae9b62b0c18e8acae15"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
index bb283b43b..ce97ba3c4 100644
--- a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
@@ -2,8 +2,10 @@
"jumpDynamicJumpSameDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json",
+ "sourceHash" : "2547ddd5d3219fa19de55d2b5734100e0247bb63fda109b1c8880954f14d8bda"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpHigh.json b/VMTests/vmIOandFlowOperations/jumpHigh.json
index 166a2395c..ef59b9c87 100644
--- a/VMTests/vmIOandFlowOperations/jumpHigh.json
+++ b/VMTests/vmIOandFlowOperations/jumpHigh.json
@@ -2,8 +2,10 @@
"jumpHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json",
+ "sourceHash" : "1bdab6f363f24577f6a274e42cc776af3f6426054012798314cb1c099a15f099"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -15,7 +17,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x630fffffff56",
+ "code" : "0x630fffffff565b5b6001600155",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -25,7 +27,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x630fffffff56",
+ "code" : "0x630fffffff565b5b6001600155",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
index f4b3e347b..1ade06c48 100644
--- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"jumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "1e935211f84dd27ef3736f70d302235494e73cbbc6c4c2c880077fb5626f2bee"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
index c1187b96f..bff3ac215 100644
--- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"jumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "85b6c540ecebb835b976f24efce80c2bdfaf2c0ef85543dd0e9cb4994f54e458"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpOntoJump.json b/VMTests/vmIOandFlowOperations/jumpOntoJump.json
index f6c19ecdb..953f103aa 100644
--- a/VMTests/vmIOandFlowOperations/jumpOntoJump.json
+++ b/VMTests/vmIOandFlowOperations/jumpOntoJump.json
@@ -2,8 +2,10 @@
"jumpOntoJump" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json",
+ "sourceHash" : "dc2c9502dcd6948fbf3f8f4c20ff4d3d32b72e56f91ed85dd058e6bccf322df7"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
index 994afb941..99a895ae4 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
@@ -2,8 +2,10 @@
"jumpTo1InstructionafterJump" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json",
+ "sourceHash" : "5d11f3a45f6922cf410900324a58a0c487d828fd9b67836cc7af2489f53d32c1"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
index fe0ce7990..5a6719f28 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
@@ -2,8 +2,10 @@
"jumpTo1InstructionafterJump_jumpdestFirstInstruction" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json",
+ "sourceHash" : "2015f45950bed4f833ed37caf863849e3def53aee38059ce6f0038476700e351"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
index 016fe8f8c..46354d577 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
@@ -2,8 +2,10 @@
"jumpTo1InstructionafterJump_noJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json",
+ "sourceHash" : "6fdd371badca1e4e5d976d5ad0052c119770e030c99634d06d2ba39beff041ba"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
index 87c1dd7c5..8d9d134df 100644
--- a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
@@ -2,8 +2,10 @@
"jumpToUint64maxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json",
+ "sourceHash" : "8c91c8620eb60554142a3d0f2cc3d71f1bc8ed976ea4ed08979e526584e68415"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
index 9c8f4d820..40142588a 100644
--- a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
@@ -2,8 +2,10 @@
"jumpToUintmaxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json",
+ "sourceHash" : "453c3a7b59333c75388b1abaf7144c5c4aafdc09ad7dc68546f24f423c22a653"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpdestBigList.json b/VMTests/vmIOandFlowOperations/jumpdestBigList.json
index fe2509e17..e55d0332f 100644
--- a/VMTests/vmIOandFlowOperations/jumpdestBigList.json
+++ b/VMTests/vmIOandFlowOperations/jumpdestBigList.json
@@ -2,8 +2,10 @@
"jumpdestBigList" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json",
+ "sourceHash" : "d17095dfc588d157cfff0807d51cbcf00b53e87c6cbb7c25d1f9d14ebc54d2e4"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpi0.json b/VMTests/vmIOandFlowOperations/jumpi0.json
index a4ed7f400..c76cb7878 100644
--- a/VMTests/vmIOandFlowOperations/jumpi0.json
+++ b/VMTests/vmIOandFlowOperations/jumpi0.json
@@ -2,8 +2,10 @@
"jumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json",
+ "sourceHash" : "3d244a4ccd747e2fad11585767c5798c39e8bae8549a3b136ea7e350511ad1ed"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpi1.json b/VMTests/vmIOandFlowOperations/jumpi1.json
index d360c3b6e..f8b61d23f 100644
--- a/VMTests/vmIOandFlowOperations/jumpi1.json
+++ b/VMTests/vmIOandFlowOperations/jumpi1.json
@@ -2,8 +2,10 @@
"jumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json",
+ "sourceHash" : "683edaba064cd341a3bfb1827bc737c278d3c2dc41dbf2a1f7801b3460a8c70d"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
index 1e9d8bcf4..4c894ad33 100644
--- a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
@@ -2,8 +2,10 @@
"jumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json",
+ "sourceHash" : "0d15db4a0c488d076ac80f69bd6a806afab5fe9cd404700ce08f7913474c93c9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
index 2eaa480af..68c2e34a5 100644
--- a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
@@ -2,8 +2,10 @@
"jumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json",
+ "sourceHash" : "53101686549a17edd3ee7d821ee45b368a68a4918f3ecf528a59b7d443820efe"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
index 39a74d15c..c4a4b2749 100644
--- a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
@@ -2,8 +2,10 @@
"jumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json",
+ "sourceHash" : "b2e2b2ee0c5d72368e4ec7f6b2f939b52adda7fa4e05c0f05c25ba8cc1ff4bb4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
index be9255f3d..62eae849b 100644
--- a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
@@ -2,8 +2,10 @@
"jumpiToUint64maxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json",
+ "sourceHash" : "8c5c881f88a80b9c8fb5fefab654940235271b5d0f5683c35565354414ee4fd3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
index ff774d633..f0d5b6e06 100644
--- a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
@@ -2,8 +2,10 @@
"jumpiToUintmaxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json",
+ "sourceHash" : "a7c8710b99f2c8dde5485783bd0d07fe81f51cb06afab6cbf360ffc25074017c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
index 826b18e91..a03576a93 100644
--- a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
+++ b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
@@ -2,8 +2,10 @@
"jumpi_at_the_end" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json",
+ "sourceHash" : "245922e08600950de9687f66ce1291dd9a47c878589b41daa9878585d339e822"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
index c3b227dce..0b1973902 100644
--- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
@@ -2,8 +2,10 @@
"jumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json",
+ "sourceHash" : "c2fd7b19a86e14e73cbdce73023348b4c573f4207b27c46dfb3901790de35733"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
index 22a791dde..534e5691f 100644
--- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,10 @@
"jumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json",
+ "sourceHash" : "01bc42d93e42a41a725d23643bd12cf05fdc244cb3d4a420e23d4f7c93314c8b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/kv1.json b/VMTests/vmIOandFlowOperations/kv1.json
index a7f2e05c6..9833c1f92 100644
--- a/VMTests/vmIOandFlowOperations/kv1.json
+++ b/VMTests/vmIOandFlowOperations/kv1.json
@@ -2,8 +2,10 @@
"kv1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json",
+ "sourceHash" : "a972ced59c7ea0f275a4b15db9015e4bb54b0e6d7309ed9ac18e8e1c40671f87"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/log1MemExp.json b/VMTests/vmIOandFlowOperations/log1MemExp.json
index fd06d9d3e..8eb59d0a5 100644
--- a/VMTests/vmIOandFlowOperations/log1MemExp.json
+++ b/VMTests/vmIOandFlowOperations/log1MemExp.json
@@ -2,8 +2,10 @@
"log1MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json",
+ "sourceHash" : "feaeefdaa9e24041979d07b77681b1fb2690cb5a171f6b18124f9df9de66311a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
index 94b5e72d0..9f9b3c198 100644
--- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
+++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
@@ -2,8 +2,10 @@
"loop_stacklimit_1020" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json",
+ "sourceHash" : "7d77f686add5af793831385da42e565d580e512d7321089f9ffee37d1703361e"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
index 95c5c9724..03c183886 100644
--- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
+++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
@@ -2,8 +2,10 @@
"loop_stacklimit_1021" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json",
+ "sourceHash" : "ee088db1cd1f7551b2bf8dc7debea0496f025468d54978abd9193612c28b258e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/memory1.json b/VMTests/vmIOandFlowOperations/memory1.json
index 0a521fc42..9b7360d38 100644
--- a/VMTests/vmIOandFlowOperations/memory1.json
+++ b/VMTests/vmIOandFlowOperations/memory1.json
@@ -2,8 +2,10 @@
"memory1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json",
+ "sourceHash" : "fbdece5c75c4de62e1e041743c49c0843149bcd4ba650fbf680f180d0ab8ceb0"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mloadError0.json b/VMTests/vmIOandFlowOperations/mloadError0.json
index d85bb01b7..1d1bc64e0 100644
--- a/VMTests/vmIOandFlowOperations/mloadError0.json
+++ b/VMTests/vmIOandFlowOperations/mloadError0.json
@@ -2,8 +2,10 @@
"mloadError0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json",
+ "sourceHash" : "a09df3f4696116e0141cc765d415bade6109ad51b37bf0c56c1d4864db289763"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mloadError1.json b/VMTests/vmIOandFlowOperations/mloadError1.json
index 61aeb7544..b736dc7cb 100644
--- a/VMTests/vmIOandFlowOperations/mloadError1.json
+++ b/VMTests/vmIOandFlowOperations/mloadError1.json
@@ -2,8 +2,10 @@
"mloadError1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json",
+ "sourceHash" : "84a57bcac08f17d4659841be7d77644ec1a3522ab57dfc1d6d219a1e18d12290"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mloadMemExp.json b/VMTests/vmIOandFlowOperations/mloadMemExp.json
index ebd8c0670..d1272ebc7 100644
--- a/VMTests/vmIOandFlowOperations/mloadMemExp.json
+++ b/VMTests/vmIOandFlowOperations/mloadMemExp.json
@@ -2,8 +2,10 @@
"mloadMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json",
+ "sourceHash" : "e87be8ad004e6479baa2982aa159bd4e6a454b089bb7e7f88f4df3f231d75d62"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
index 865406238..59f9438ea 100644
--- a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
+++ b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
@@ -2,8 +2,10 @@
"mloadOutOfGasError2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json",
+ "sourceHash" : "66149e297a9764b82acdbff655525bb061181842efa5c7896659ed8c4dbd94ef"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/msize0.json b/VMTests/vmIOandFlowOperations/msize0.json
index 65f6a5c56..484e8d20f 100644
--- a/VMTests/vmIOandFlowOperations/msize0.json
+++ b/VMTests/vmIOandFlowOperations/msize0.json
@@ -2,8 +2,10 @@
"msize0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json",
+ "sourceHash" : "5246307dee87f8628255062a3fbdafccff73c6d4a8ba9ed414bfa73f3dda75d8"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/msize1.json b/VMTests/vmIOandFlowOperations/msize1.json
index 50ad81ce8..befb9e6d7 100644
--- a/VMTests/vmIOandFlowOperations/msize1.json
+++ b/VMTests/vmIOandFlowOperations/msize1.json
@@ -2,8 +2,10 @@
"msize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json",
+ "sourceHash" : "c05b6682215374c094f377904324535fbf187e46f8f87b6266924985525920cd"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/msize2.json b/VMTests/vmIOandFlowOperations/msize2.json
index df34c6346..274944a1f 100644
--- a/VMTests/vmIOandFlowOperations/msize2.json
+++ b/VMTests/vmIOandFlowOperations/msize2.json
@@ -2,8 +2,10 @@
"msize2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json",
+ "sourceHash" : "c35303fa36e3ccc67a101077f50ea23b3435cf855d488be64a7539fa73e56b17"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/msize3.json b/VMTests/vmIOandFlowOperations/msize3.json
index 74b9bb065..69cd17f32 100644
--- a/VMTests/vmIOandFlowOperations/msize3.json
+++ b/VMTests/vmIOandFlowOperations/msize3.json
@@ -2,8 +2,10 @@
"msize3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json",
+ "sourceHash" : "2cb140ab799864ce64b602e462a5fb3697a6bf7fe9621286ca5d4be0961afb0f"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore0.json b/VMTests/vmIOandFlowOperations/mstore0.json
index 1aa1e759d..13971608f 100644
--- a/VMTests/vmIOandFlowOperations/mstore0.json
+++ b/VMTests/vmIOandFlowOperations/mstore0.json
@@ -2,8 +2,10 @@
"mstore0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json",
+ "sourceHash" : "3b641446154f3ccf59d40592a119b8f3526ff4220800a35f28d1eeda7d7f01ad"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore1.json b/VMTests/vmIOandFlowOperations/mstore1.json
index 3717c897c..fcf497470 100644
--- a/VMTests/vmIOandFlowOperations/mstore1.json
+++ b/VMTests/vmIOandFlowOperations/mstore1.json
@@ -2,8 +2,10 @@
"mstore1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json",
+ "sourceHash" : "28766d6a75aaf16f55d51716b24a47a000d2ef9266ccd2126f745801b5b8e356"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore8MemExp.json b/VMTests/vmIOandFlowOperations/mstore8MemExp.json
index c49c22482..2fb9f6bcb 100644
--- a/VMTests/vmIOandFlowOperations/mstore8MemExp.json
+++ b/VMTests/vmIOandFlowOperations/mstore8MemExp.json
@@ -2,8 +2,10 @@
"mstore8MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json",
+ "sourceHash" : "794876662f03c8b7b211061293e045898d347e624f2d5030d9f6724f4d838792"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
index 3e9f989a5..51cd2d223 100644
--- a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
+++ b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
@@ -2,8 +2,10 @@
"mstore8WordToBigError" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json",
+ "sourceHash" : "81921779550607de4b111ba7a36aefeabbab0453f1c71c52a92280e5e4f37854"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore8_0.json b/VMTests/vmIOandFlowOperations/mstore8_0.json
index 1232c6506..c2e620d07 100644
--- a/VMTests/vmIOandFlowOperations/mstore8_0.json
+++ b/VMTests/vmIOandFlowOperations/mstore8_0.json
@@ -2,8 +2,10 @@
"mstore8_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json",
+ "sourceHash" : "a17124580c3ab3f73d1e59b6791b03f4c491f0ca2e9595538c9e807d6bcc4908"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore8_1.json b/VMTests/vmIOandFlowOperations/mstore8_1.json
index a1cbae285..67130a59e 100644
--- a/VMTests/vmIOandFlowOperations/mstore8_1.json
+++ b/VMTests/vmIOandFlowOperations/mstore8_1.json
@@ -2,8 +2,10 @@
"mstore8_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json",
+ "sourceHash" : "4b6afbb90e2aad6c7d2834e511f6a72881a74aafd2387d7f8a780a97c92bfa23"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstoreMemExp.json b/VMTests/vmIOandFlowOperations/mstoreMemExp.json
index 7e0069c0c..462888de2 100644
--- a/VMTests/vmIOandFlowOperations/mstoreMemExp.json
+++ b/VMTests/vmIOandFlowOperations/mstoreMemExp.json
@@ -2,8 +2,10 @@
"mstoreMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json",
+ "sourceHash" : "2d3bca692de504313800dd757e9bc51a52fd1f216fb8cfe232ad10f72f30e183"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
index ddda4d228..1083336d6 100644
--- a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
+++ b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
@@ -2,8 +2,10 @@
"mstoreWordToBigError" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json",
+ "sourceHash" : "46919c99307c822c29fe5b7db2d682352d7e2e56749f33f6f1f08abe3b381cde"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/mstore_mload0.json b/VMTests/vmIOandFlowOperations/mstore_mload0.json
index 696e8e110..d222c1a15 100644
--- a/VMTests/vmIOandFlowOperations/mstore_mload0.json
+++ b/VMTests/vmIOandFlowOperations/mstore_mload0.json
@@ -2,8 +2,10 @@
"mstore_mload0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json",
+ "sourceHash" : "32b0acbc536458485dd91e892b931f997aac5cec5041fe2007624b9e6f6209dc"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/pc0.json b/VMTests/vmIOandFlowOperations/pc0.json
index b6c288c07..29d3ef951 100644
--- a/VMTests/vmIOandFlowOperations/pc0.json
+++ b/VMTests/vmIOandFlowOperations/pc0.json
@@ -2,8 +2,10 @@
"pc0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json",
+ "sourceHash" : "1321577c997342e0b3844fa0185d2f90bdde6688360de4e241c28a94fa2eb213"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/pc1.json b/VMTests/vmIOandFlowOperations/pc1.json
index b703df411..200e51905 100644
--- a/VMTests/vmIOandFlowOperations/pc1.json
+++ b/VMTests/vmIOandFlowOperations/pc1.json
@@ -2,8 +2,10 @@
"pc1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json",
+ "sourceHash" : "86cad9fad54ca1a476dc77ce0f03fd4647338d56cbc51e0eaa638960ff69ab28"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/pop0.json b/VMTests/vmIOandFlowOperations/pop0.json
index 5b5b6a640..0c74c5a3d 100644
--- a/VMTests/vmIOandFlowOperations/pop0.json
+++ b/VMTests/vmIOandFlowOperations/pop0.json
@@ -2,8 +2,10 @@
"pop0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json",
+ "sourceHash" : "dd85f6ea24984533ff920ac2cefbe8e41918ef28697a9e86e3b7b08c71fdae7c"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/pop1.json b/VMTests/vmIOandFlowOperations/pop1.json
index 5cf10267b..f192b6418 100644
--- a/VMTests/vmIOandFlowOperations/pop1.json
+++ b/VMTests/vmIOandFlowOperations/pop1.json
@@ -2,8 +2,10 @@
"pop1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json",
+ "sourceHash" : "36925e5db3a21fd54c6d6962488f59aa67c79401f01837c1991ecfce78d8cd87"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/return1.json b/VMTests/vmIOandFlowOperations/return1.json
index 3e9c2a6d7..eed5c86a0 100644
--- a/VMTests/vmIOandFlowOperations/return1.json
+++ b/VMTests/vmIOandFlowOperations/return1.json
@@ -2,8 +2,10 @@
"return1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json",
+ "sourceHash" : "c229d96941b96573f57312786c9d92146a27b97fa96c53683e3c4e64ff386f04"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/return2.json b/VMTests/vmIOandFlowOperations/return2.json
index 0ffaba8cb..7db436827 100644
--- a/VMTests/vmIOandFlowOperations/return2.json
+++ b/VMTests/vmIOandFlowOperations/return2.json
@@ -2,8 +2,10 @@
"return2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json",
+ "sourceHash" : "becb73650c19e358a9c31648319a15255851daf1db04b97ab79d2fea0f20d1ff"
},
"callcreates" : [
],
@@ -17,7 +19,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6001608052600060805111601857600160005260206000f35b602760005260206000f35b",
+ "code" : "0x6001608052600060805111601b57600160005260206000f3602b565b602760005260206000f360026080525b",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -30,7 +32,7 @@
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001608052600060805111601857600160005260206000f35b602760005260206000f35b",
+ "code" : "0x6001608052600060805111601b57600160005260206000f3602b565b602760005260206000f360026080525b",
"nonce" : "0x00",
"storage" : {
}
@@ -39,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6001608052600060805111601857600160005260206000f35b602760005260206000f35b",
+ "code" : "0x6001608052600060805111601b57600160005260206000f3602b565b602760005260206000f360026080525b",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/sha3MemExp.json b/VMTests/vmIOandFlowOperations/sha3MemExp.json
index de4e51432..c7353c2b6 100644
--- a/VMTests/vmIOandFlowOperations/sha3MemExp.json
+++ b/VMTests/vmIOandFlowOperations/sha3MemExp.json
@@ -2,8 +2,10 @@
"sha3MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json",
+ "sourceHash" : "c49e0436cf0722acf90f1edc55304f0aba8acb6b78c2ef92053aa8bf887ce2e7"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_0.json b/VMTests/vmIOandFlowOperations/sstore_load_0.json
index f38b5b85b..96ac416c1 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_0.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_0.json
@@ -2,8 +2,10 @@
"sstore_load_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json",
+ "sourceHash" : "53397d53a7688db3eb96045c1e40ab3c7b67a553444768d4ca81465db461d54f"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_1.json b/VMTests/vmIOandFlowOperations/sstore_load_1.json
index ba8a2acf8..b87b06e52 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_1.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_1.json
@@ -2,8 +2,10 @@
"sstore_load_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json",
+ "sourceHash" : "5ca96528eb40d70ad710b47b8df9f57ff0732c23f6e241f382745464054d350c"
},
"callcreates" : [
],
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_2.json b/VMTests/vmIOandFlowOperations/sstore_load_2.json
index a2c2abca2..903ebdee2 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_2.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_2.json
@@ -2,8 +2,10 @@
"sstore_load_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json",
+ "sourceHash" : "dcab74eb9897c8ab7dbf6860d5e2f41b4c3dda429e3f3d1a26103478a5efe424"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/sstore_underflow.json b/VMTests/vmIOandFlowOperations/sstore_underflow.json
index 91534f88a..a7a36f03c 100644
--- a/VMTests/vmIOandFlowOperations/sstore_underflow.json
+++ b/VMTests/vmIOandFlowOperations/sstore_underflow.json
@@ -2,8 +2,10 @@
"sstore_underflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json",
+ "sourceHash" : "1b214b54936f798e3c4d2a78002a4045d0f047de55e39fbba81a7458f5cf297f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/stack_loop.json b/VMTests/vmIOandFlowOperations/stack_loop.json
index 99fd40967..6ff431a51 100644
--- a/VMTests/vmIOandFlowOperations/stack_loop.json
+++ b/VMTests/vmIOandFlowOperations/stack_loop.json
@@ -2,8 +2,10 @@
"stack_loop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json",
+ "sourceHash" : "5f26b16cc490449093ca2d9b96bc9a6cf99b457040e2b90706e349f3556c30a8"
},
"callcreates" : [
],
@@ -17,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600a5b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
- "gas" : "0x018555",
+ "gas" : "0x0186a0",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
- "out" : "0x0001020304050607080900000000000000000000000000000000000000000000",
+ "out" : "0x",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600a5b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
@@ -39,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600a5b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/stackjump1.json b/VMTests/vmIOandFlowOperations/stackjump1.json
index 982fded86..1f54a9d5d 100644
--- a/VMTests/vmIOandFlowOperations/stackjump1.json
+++ b/VMTests/vmIOandFlowOperations/stackjump1.json
@@ -2,9 +2,13 @@
"stackjump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json",
+ "sourceHash" : "63eb130604556032b233d60a37bafd83841ea5abb42782ff758eb6c00b39dba8"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600460066009601456",
+ "code" : "0x6004600660096014565b600a03600052596000f35b60005201600956",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x018662",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x6004600660096014565b600a03600052596000f35b60005201600956",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600460066009601456",
+ "code" : "0x6004600660096014565b600a03600052596000f35b60005201600956",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
index ade0bc3f8..e1c1996be 100644
--- a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
+++ b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
@@ -2,8 +2,10 @@
"swapAt52becameMstore" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json",
+ "sourceHash" : "4c603542386eee8c4536855cfab5f9a268f6e9b31acccf6d9c0a93250e60de47"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/when.json b/VMTests/vmIOandFlowOperations/when.json
index 45de634c2..837d7db88 100644
--- a/VMTests/vmIOandFlowOperations/when.json
+++ b/VMTests/vmIOandFlowOperations/when.json
@@ -2,8 +2,10 @@
"when" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json",
+ "sourceHash" : "b85c02fb6909c24d3d3fcf03a0a03ac38224c787432f61c8ace21c4a4748091d"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log0_emptyMem.json b/VMTests/vmLogTest/log0_emptyMem.json
index 91c563715..784c375cd 100644
--- a/VMTests/vmLogTest/log0_emptyMem.json
+++ b/VMTests/vmLogTest/log0_emptyMem.json
@@ -2,8 +2,10 @@
"log0_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json",
+ "sourceHash" : "45064e106180b9bbefda069715f9b58c829d33e6a9f0c2a57653cf389b44275f"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log0_logMemStartTooHigh.json b/VMTests/vmLogTest/log0_logMemStartTooHigh.json
index e008f8e6b..c03db0ed1 100644
--- a/VMTests/vmLogTest/log0_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log0_logMemStartTooHigh.json
@@ -2,8 +2,10 @@
"log0_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json",
+ "sourceHash" : "63103cc147c561a7611321901145a1601b30ff7578a3fb7ad56e5df37ea7a14f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
index 338b458b4..dc85ac603 100644
--- a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
@@ -2,8 +2,10 @@
"log0_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json",
+ "sourceHash" : "82027effde837c4152cda9778220e625b43936e95b0f4017461cc76190a5ae96"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log0_logMemsizeZero.json b/VMTests/vmLogTest/log0_logMemsizeZero.json
index 7d0efcaf2..b6c44abf2 100644
--- a/VMTests/vmLogTest/log0_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log0_logMemsizeZero.json
@@ -2,8 +2,10 @@
"log0_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json",
+ "sourceHash" : "1e535d801ef966b9105db25aaa1864d5ccde5fbb42a901b1acb0070f06280fb7"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem.json b/VMTests/vmLogTest/log0_nonEmptyMem.json
index e16e8d275..da99ecc74 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem.json
@@ -2,8 +2,10 @@
"log0_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json",
+ "sourceHash" : "d1d948aa5e456ef61c21c63e7cef20d6c93317cb83b0e1689bf54fc1ad803bab"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
index d4d55a24c..0e2941960 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,10 @@
"log0_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json",
+ "sourceHash" : "e52f49688bfdcb97bddb2991769674797fb0e88afb9537ac6e2819f02d8445f8"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
index f00d9c527..1f0580100 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,10 @@
"log0_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
+ "sourceHash" : "080b68c335944a1661fd0a3bcd52bb4c01d47de4f0dde7415834021470ff16fe"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_Caller.json b/VMTests/vmLogTest/log1_Caller.json
index c90e46936..80d41afa2 100644
--- a/VMTests/vmLogTest/log1_Caller.json
+++ b/VMTests/vmLogTest/log1_Caller.json
@@ -2,8 +2,10 @@
"log1_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_CallerFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_CallerFiller.json",
+ "sourceHash" : "a649731050d37eabedd886be747bcbac5f2f87304aa6d4b82c35eb40d2dc8172"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_MaxTopic.json b/VMTests/vmLogTest/log1_MaxTopic.json
index 4d74c0af8..4477a4975 100644
--- a/VMTests/vmLogTest/log1_MaxTopic.json
+++ b/VMTests/vmLogTest/log1_MaxTopic.json
@@ -2,8 +2,10 @@
"log1_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json",
+ "sourceHash" : "646e18ffe8b737e06d5e922566b13964b49e26d21ebdaaa28a543237ba96fc05"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_emptyMem.json b/VMTests/vmLogTest/log1_emptyMem.json
index f36237d52..3c5219ad1 100644
--- a/VMTests/vmLogTest/log1_emptyMem.json
+++ b/VMTests/vmLogTest/log1_emptyMem.json
@@ -2,8 +2,10 @@
"log1_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json",
+ "sourceHash" : "ea37304323991889cc171c50d4d586c91fb68ce3f014269b2da7cacf4d267a4e"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_logMemStartTooHigh.json b/VMTests/vmLogTest/log1_logMemStartTooHigh.json
index ca0598ec0..c96b0c708 100644
--- a/VMTests/vmLogTest/log1_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log1_logMemStartTooHigh.json
@@ -2,8 +2,10 @@
"log1_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json",
+ "sourceHash" : "605cec6e060864de6ac71121f5332d71da69c9f9cac3799f4b356c6b2a997517"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
index e4e5602a0..e0d78f65a 100644
--- a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
@@ -2,8 +2,10 @@
"log1_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json",
+ "sourceHash" : "34ef919362b7e4ff7c8182b166749c94263b59c1565917d55b988a98c43f6b13"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log1_logMemsizeZero.json b/VMTests/vmLogTest/log1_logMemsizeZero.json
index f2caa40f8..c9f2296d8 100644
--- a/VMTests/vmLogTest/log1_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log1_logMemsizeZero.json
@@ -2,8 +2,10 @@
"log1_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json",
+ "sourceHash" : "0445a2b676d511d0337ad4e71a84c569338970511cf1def6216f1d46f761768e"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem.json b/VMTests/vmLogTest/log1_nonEmptyMem.json
index ba483121a..6beca7b31 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem.json
@@ -2,8 +2,10 @@
"log1_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json",
+ "sourceHash" : "3824edf474cdbf202c97a84016db0719dab7b7cdb17f787ccdc5b3c0bb310c3f"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
index e2bbdec16..2736a0b63 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,10 @@
"log1_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json",
+ "sourceHash" : "55b23c1f21296d95a6d8c959b909fbc50516cdb48db47f98485f37d859727f72"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
index 0c84c0f45..7baf30a97 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,10 @@
"log1_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
+ "sourceHash" : "a68a0c858ad1b4860389813f33dab778a68b4da4bdc09e427f42ac878e367b72"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_Caller.json b/VMTests/vmLogTest/log2_Caller.json
index 3e53b47cc..5da5eaaa1 100644
--- a/VMTests/vmLogTest/log2_Caller.json
+++ b/VMTests/vmLogTest/log2_Caller.json
@@ -2,8 +2,10 @@
"log2_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_CallerFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_CallerFiller.json",
+ "sourceHash" : "468ee501fc7285b05e78b09ff010eba3819d02de61167ebfd63831cc7a663cf8"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_MaxTopic.json b/VMTests/vmLogTest/log2_MaxTopic.json
index 712d669b2..d1ce4e5f8 100644
--- a/VMTests/vmLogTest/log2_MaxTopic.json
+++ b/VMTests/vmLogTest/log2_MaxTopic.json
@@ -2,8 +2,10 @@
"log2_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json",
+ "sourceHash" : "d847a6f4d2cea1bf7e832e67659301d776f107b8726ac06790b592cacf6fa7e3"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_emptyMem.json b/VMTests/vmLogTest/log2_emptyMem.json
index 6e1dcc7ec..0dfa486ae 100644
--- a/VMTests/vmLogTest/log2_emptyMem.json
+++ b/VMTests/vmLogTest/log2_emptyMem.json
@@ -2,8 +2,10 @@
"log2_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json",
+ "sourceHash" : "d10d6a7d163810a6b21dc291cc9221533a44193e0c623008944a811c68b79495"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_logMemStartTooHigh.json b/VMTests/vmLogTest/log2_logMemStartTooHigh.json
index 48aa36921..a45d42583 100644
--- a/VMTests/vmLogTest/log2_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log2_logMemStartTooHigh.json
@@ -2,8 +2,10 @@
"log2_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json",
+ "sourceHash" : "9583d1e1006e57cec5a157e4ca5aca897ca3bdaf3f1fbd297ef4577e973069d5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
index eef20231e..853ee717a 100644
--- a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
@@ -2,8 +2,10 @@
"log2_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json",
+ "sourceHash" : "b7f335aa3b7b7f356dcfca8995ac2c3a9c4bc3fc2fe458d2b9b3220d10b71032"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log2_logMemsizeZero.json b/VMTests/vmLogTest/log2_logMemsizeZero.json
index ebbaa3043..6a9862461 100644
--- a/VMTests/vmLogTest/log2_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log2_logMemsizeZero.json
@@ -2,8 +2,10 @@
"log2_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json",
+ "sourceHash" : "6398c7cf3c03ea0e04bc1ff9dbc5c1130c9262871895bd7b559e820a001f1486"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem.json b/VMTests/vmLogTest/log2_nonEmptyMem.json
index d56d17a04..40dc7685a 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem.json
@@ -2,8 +2,10 @@
"log2_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json",
+ "sourceHash" : "28c630362b8563440ecca6cfae1bb6cc99911d3a1b153c7179c4b2b81fbb14a7"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
index c8f1faed6..b0ddd0021 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,10 @@
"log2_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json",
+ "sourceHash" : "5f6a11d3f37da54f133a2658cc15ae7be1ff8980d0037593c98d0ef277b5cc75"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
index 3ff73d823..6dcdd818e 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,10 @@
"log2_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
+ "sourceHash" : "f186223fff0f71b6694ebe391699c0ac961c31cf7effe75083e423357810ac6c"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_Caller.json b/VMTests/vmLogTest/log3_Caller.json
index 267ca14d0..bc0c75029 100644
--- a/VMTests/vmLogTest/log3_Caller.json
+++ b/VMTests/vmLogTest/log3_Caller.json
@@ -2,8 +2,10 @@
"log3_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_CallerFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_CallerFiller.json",
+ "sourceHash" : "9808f13ad1effdb334ef6170822c0159f866c70f9a4d594e12599e1b6cfd6a07"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_MaxTopic.json b/VMTests/vmLogTest/log3_MaxTopic.json
index 02827f6a9..ffb02b95d 100644
--- a/VMTests/vmLogTest/log3_MaxTopic.json
+++ b/VMTests/vmLogTest/log3_MaxTopic.json
@@ -2,8 +2,10 @@
"log3_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json",
+ "sourceHash" : "cbe5ac7ecbdae41525db9866cb33d205e8501d7de230f7e917911a73cba8f400"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_PC.json b/VMTests/vmLogTest/log3_PC.json
index 7213c563b..6ffdb0ef0 100644
--- a/VMTests/vmLogTest/log3_PC.json
+++ b/VMTests/vmLogTest/log3_PC.json
@@ -2,8 +2,10 @@
"log3_PC" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_PCFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_PCFiller.json",
+ "sourceHash" : "3f8c0ced84b237d22781846ccdcc7570062c732290a3ffef5f808b0ad0cf87bb"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_emptyMem.json b/VMTests/vmLogTest/log3_emptyMem.json
index aa1f3b441..e15fbd89e 100644
--- a/VMTests/vmLogTest/log3_emptyMem.json
+++ b/VMTests/vmLogTest/log3_emptyMem.json
@@ -2,8 +2,10 @@
"log3_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json",
+ "sourceHash" : "c4082ed8fd6b801a0dc161047ee859846023507d63cf78faf30503cf93bf319a"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_logMemStartTooHigh.json b/VMTests/vmLogTest/log3_logMemStartTooHigh.json
index dd427e066..b124d20da 100644
--- a/VMTests/vmLogTest/log3_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log3_logMemStartTooHigh.json
@@ -2,8 +2,10 @@
"log3_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json",
+ "sourceHash" : "1e92824ed1cd7ffdad52423820604dccf42651648cdd5bd1f864e070b694c18d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
index 386cf70c4..ecbb984a0 100644
--- a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
@@ -2,8 +2,10 @@
"log3_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json",
+ "sourceHash" : "247eb27a86da748a30dd1c89087df4c666c65f53dcdd0a90fa2e1e2481d4b74e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log3_logMemsizeZero.json b/VMTests/vmLogTest/log3_logMemsizeZero.json
index bcc195fb7..f2d64d832 100644
--- a/VMTests/vmLogTest/log3_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log3_logMemsizeZero.json
@@ -2,8 +2,10 @@
"log3_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json",
+ "sourceHash" : "b809669b3acb51b5495352fd251d0f30efd7a40891f1c86b43b733fd8aeaaaf6"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem.json b/VMTests/vmLogTest/log3_nonEmptyMem.json
index 38dc91b5a..579745da1 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem.json
@@ -2,8 +2,10 @@
"log3_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json",
+ "sourceHash" : "97de8accf4ff0e86aa2f26f73f3ddc2499be88a996dde6f901603d51239a25e1"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
index 1bc2ae4bb..33633cc1b 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,10 @@
"log3_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json",
+ "sourceHash" : "4e9f06ce26a14d5c78bd804b2497179736a1019efcdbd98bbd0ad14a9616688c"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
index c6b20f2f0..8a672bc53 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,10 @@
"log3_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
+ "sourceHash" : "05515cf5f693e637385898f6125f43afcb9dd14552df1c0f1e01ee8dc072f6e1"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_Caller.json b/VMTests/vmLogTest/log4_Caller.json
index 9e49cfae3..e4d34572f 100644
--- a/VMTests/vmLogTest/log4_Caller.json
+++ b/VMTests/vmLogTest/log4_Caller.json
@@ -2,8 +2,10 @@
"log4_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_CallerFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_CallerFiller.json",
+ "sourceHash" : "19595398c5ddeba6c63a847796e8bc1079f650d054b0c1b6a1862eec58980fe3"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_MaxTopic.json b/VMTests/vmLogTest/log4_MaxTopic.json
index d101e08b3..20cff84fd 100644
--- a/VMTests/vmLogTest/log4_MaxTopic.json
+++ b/VMTests/vmLogTest/log4_MaxTopic.json
@@ -2,8 +2,10 @@
"log4_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json",
+ "sourceHash" : "9437e06634cd8cedf7745b5268fce468af464caae6e1e076509aa6fb182e3222"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_PC.json b/VMTests/vmLogTest/log4_PC.json
index e9cf26150..36bf647fa 100644
--- a/VMTests/vmLogTest/log4_PC.json
+++ b/VMTests/vmLogTest/log4_PC.json
@@ -2,8 +2,10 @@
"log4_PC" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_PCFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_PCFiller.json",
+ "sourceHash" : "397fa01503ac4a9ca93878ff049edaa35902f56091ecaf456b71ee041b77542c"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_emptyMem.json b/VMTests/vmLogTest/log4_emptyMem.json
index 171f02900..bb93330f2 100644
--- a/VMTests/vmLogTest/log4_emptyMem.json
+++ b/VMTests/vmLogTest/log4_emptyMem.json
@@ -2,8 +2,10 @@
"log4_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json",
+ "sourceHash" : "4a47e1cec04bd6bcc0a7ef5bad8f880602b774fefef6691c7f5167fdb27e24d5"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_logMemStartTooHigh.json b/VMTests/vmLogTest/log4_logMemStartTooHigh.json
index c598ec2c6..63305b8e0 100644
--- a/VMTests/vmLogTest/log4_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log4_logMemStartTooHigh.json
@@ -2,8 +2,10 @@
"log4_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json",
+ "sourceHash" : "963480beda6744da8c02cd43ea481c5b6e8fdf75bf66810283e392a83b1a0f81"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
index 66d56db91..47c7897ea 100644
--- a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
@@ -2,8 +2,10 @@
"log4_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json",
+ "sourceHash" : "b3acd41f1bfa729371142b2e5442241ad7f7869587faab94d091699b3d4af32b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmLogTest/log4_logMemsizeZero.json b/VMTests/vmLogTest/log4_logMemsizeZero.json
index 5c415ca4d..1d9a19870 100644
--- a/VMTests/vmLogTest/log4_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log4_logMemsizeZero.json
@@ -2,8 +2,10 @@
"log4_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json",
+ "sourceHash" : "1f8674f6fb99a6ae15223e05b7defa4f63da4189f089ed4eaee932341d1daea1"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem.json b/VMTests/vmLogTest/log4_nonEmptyMem.json
index ab9419cc8..8ac67a84d 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem.json
@@ -2,8 +2,10 @@
"log4_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json",
+ "sourceHash" : "925f1c3927ef303e15131555320502ef445d0a510efc08f2918d282a80d85287"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
index 00ddc35fe..6f4757cae 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,10 @@
"log4_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json",
+ "sourceHash" : "b306d4c1052081efe513d2e941e2977e841fdde2582e4bb70e0f49c4a365a68a"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
index fb8a0edd2..87a05e266 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,10 @@
"log4_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
+ "sourceHash" : "36670aca2e48a11f1f9a47c8745999bdf2b2795ff5187133e860d0e0d4ae4828"
},
"callcreates" : [
],
diff --git a/VMTests/vmLogTest/log_2logs.json b/VMTests/vmLogTest/log_2logs.json
index efc990d45..7092fde82 100644
--- a/VMTests/vmLogTest/log_2logs.json
+++ b/VMTests/vmLogTest/log_2logs.json
@@ -2,8 +2,10 @@
"log_2logs" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmLogTest/log_2logsFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmLogTest/log_2logsFiller.json",
+ "sourceHash" : "5f06d581898ac68c320f28dc72988dfae3989b57cf646b3b0b27bda59c5ad3e0"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/ackermann31.json b/VMTests/vmPerformance/ackermann31.json
index b1838039e..9d1481009 100644
--- a/VMTests/vmPerformance/ackermann31.json
+++ b/VMTests/vmPerformance/ackermann31.json
@@ -2,8 +2,10 @@
"ackermann31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/ackermann31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/ackermann31Filler.json",
+ "sourceHash" : "6a5eddf1e39f242242ce61c49a2ad54979d06516be4f666b21b056d4dbb475c1"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/ackermann32.json b/VMTests/vmPerformance/ackermann32.json
index 92fb0457c..a44f5f5e4 100644
--- a/VMTests/vmPerformance/ackermann32.json
+++ b/VMTests/vmPerformance/ackermann32.json
@@ -2,8 +2,10 @@
"ackermann32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/ackermann32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/ackermann32Filler.json",
+ "sourceHash" : "119237d59daaaa340f99f409dbf6457bc8873a20d77f2dfca14eba27a0f7285e"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/ackermann33.json b/VMTests/vmPerformance/ackermann33.json
index 333f2fa9c..37863a9ed 100644
--- a/VMTests/vmPerformance/ackermann33.json
+++ b/VMTests/vmPerformance/ackermann33.json
@@ -2,8 +2,10 @@
"ackermann33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/ackermann33Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/ackermann33Filler.json",
+ "sourceHash" : "e1de484bd74117f3365ebb0d5b14754bfe8613257bd847a9ba086bf24cd20641"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmPerformance/fibonacci10.json b/VMTests/vmPerformance/fibonacci10.json
index 100291e47..05540dd85 100644
--- a/VMTests/vmPerformance/fibonacci10.json
+++ b/VMTests/vmPerformance/fibonacci10.json
@@ -2,8 +2,10 @@
"fibonacci10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/fibonacci10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/fibonacci10Filler.json",
+ "sourceHash" : "39757b5e473494a9b62244d30558df486729327f6c381979ea44638da20191ce"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/fibonacci16.json b/VMTests/vmPerformance/fibonacci16.json
index 16f857445..fe7a69dda 100644
--- a/VMTests/vmPerformance/fibonacci16.json
+++ b/VMTests/vmPerformance/fibonacci16.json
@@ -2,8 +2,10 @@
"fibonacci16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/fibonacci16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/fibonacci16Filler.json",
+ "sourceHash" : "a6439361102c3f0db1537898cabf637be881cf9b47ae78a80aafa9fe7783a0da"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-add-10M.json b/VMTests/vmPerformance/loop-add-10M.json
index 35e45b945..2d583cbf9 100644
--- a/VMTests/vmPerformance/loop-add-10M.json
+++ b/VMTests/vmPerformance/loop-add-10M.json
@@ -2,8 +2,10 @@
"loop-add-10M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json",
+ "sourceHash" : "a509c51f26a9f29fb81fab747fd89511a4a9a0575aa18e6545a88379c3d9f402"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-divadd-10M.json b/VMTests/vmPerformance/loop-divadd-10M.json
index 0f13855fd..adc517926 100644
--- a/VMTests/vmPerformance/loop-divadd-10M.json
+++ b/VMTests/vmPerformance/loop-divadd-10M.json
@@ -2,8 +2,10 @@
"loop-divadd-10M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json",
+ "sourceHash" : "90ffbd9ee3665a5e801ee1475781b0057d4a29afb42f2d7e2f157c5c8105b2f5"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-divadd-unr100-10M.json b/VMTests/vmPerformance/loop-divadd-unr100-10M.json
index a50b85afd..bfa641eed 100644
--- a/VMTests/vmPerformance/loop-divadd-unr100-10M.json
+++ b/VMTests/vmPerformance/loop-divadd-unr100-10M.json
@@ -2,8 +2,10 @@
"loop-divadd-unr100-10M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json",
+ "sourceHash" : "58fc6599d2134b6fc73bda001f049fe35f7c079d8ee075a9f96ecbb70f4bc535"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-16b-100k.json b/VMTests/vmPerformance/loop-exp-16b-100k.json
index 98515647f..72caeb4d1 100644
--- a/VMTests/vmPerformance/loop-exp-16b-100k.json
+++ b/VMTests/vmPerformance/loop-exp-16b-100k.json
@@ -2,8 +2,10 @@
"loop-exp-16b-100k" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json",
+ "sourceHash" : "119fd8b378d3f3745faa682d92cba6db684c90989b83834b97ddfa449223c643"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-1b-1M.json b/VMTests/vmPerformance/loop-exp-1b-1M.json
index 14397912e..dd57874f1 100644
--- a/VMTests/vmPerformance/loop-exp-1b-1M.json
+++ b/VMTests/vmPerformance/loop-exp-1b-1M.json
@@ -2,8 +2,10 @@
"loop-exp-1b-1M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json",
+ "sourceHash" : "8f0815dfe09877de2699ca1ce78311ff0ec0d8992b732ad6525898367de85bce"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-2b-100k.json b/VMTests/vmPerformance/loop-exp-2b-100k.json
index d27b8ff52..43ad763d5 100644
--- a/VMTests/vmPerformance/loop-exp-2b-100k.json
+++ b/VMTests/vmPerformance/loop-exp-2b-100k.json
@@ -2,8 +2,10 @@
"loop-exp-2b-100k" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json",
+ "sourceHash" : "0bfc64313d5c847d1545540a8058ef4a2bf073e657694048b33c790253dacafb"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-32b-100k.json b/VMTests/vmPerformance/loop-exp-32b-100k.json
index 9cbb8973a..99d50d512 100644
--- a/VMTests/vmPerformance/loop-exp-32b-100k.json
+++ b/VMTests/vmPerformance/loop-exp-32b-100k.json
@@ -2,8 +2,10 @@
"loop-exp-32b-100k" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json",
+ "sourceHash" : "3e89a7b689f7cbae47c6d78db4efb7e4dfb62b1ff6b68f175a3da04291f81d86"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-4b-100k.json b/VMTests/vmPerformance/loop-exp-4b-100k.json
index 60405b425..cc13fb37c 100644
--- a/VMTests/vmPerformance/loop-exp-4b-100k.json
+++ b/VMTests/vmPerformance/loop-exp-4b-100k.json
@@ -2,8 +2,10 @@
"loop-exp-4b-100k" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json",
+ "sourceHash" : "ccc972433557f34d4fe0f5729f5eec5a2ef6ca44b8f857d25f77ef71b58af126"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-8b-100k.json b/VMTests/vmPerformance/loop-exp-8b-100k.json
index bbe06e557..0f26374fd 100644
--- a/VMTests/vmPerformance/loop-exp-8b-100k.json
+++ b/VMTests/vmPerformance/loop-exp-8b-100k.json
@@ -2,8 +2,10 @@
"loop-exp-8b-100k" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json",
+ "sourceHash" : "67d38a09ca4fde2e953851ef0f3de4758dad262e71a93c08e5cd0cb92e0c1630"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-exp-nop-1M.json b/VMTests/vmPerformance/loop-exp-nop-1M.json
index ac2067b95..fd7fc8483 100644
--- a/VMTests/vmPerformance/loop-exp-nop-1M.json
+++ b/VMTests/vmPerformance/loop-exp-nop-1M.json
@@ -2,8 +2,10 @@
"loop-exp-nop-1M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json",
+ "sourceHash" : "5e9ec3fa447990cfd2702fdfed98cadb08a616856b627e438db8c16e9c88e4cb"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-mul.json b/VMTests/vmPerformance/loop-mul.json
index 0e7c9a955..bc9afc22b 100644
--- a/VMTests/vmPerformance/loop-mul.json
+++ b/VMTests/vmPerformance/loop-mul.json
@@ -2,8 +2,10 @@
"loop-mul" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-mulFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-mulFiller.json",
+ "sourceHash" : "8c9a905bc7d9b2d80a820229cad3f60cf406739ac9039f618dbafc060067dabd"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/loop-mulmod-2M.json b/VMTests/vmPerformance/loop-mulmod-2M.json
index db2a524ac..3a0251df5 100644
--- a/VMTests/vmPerformance/loop-mulmod-2M.json
+++ b/VMTests/vmPerformance/loop-mulmod-2M.json
@@ -2,8 +2,10 @@
"loop-mulmod-2M" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json",
+ "sourceHash" : "bb31e4a5b6b3dedc89688a31818448a9082c322833de4ff7e92f2d9d325a35ff"
},
"callcreates" : [
],
diff --git a/VMTests/vmPerformance/manyFunctions100.json b/VMTests/vmPerformance/manyFunctions100.json
index ac7778a96..684b31069 100644
--- a/VMTests/vmPerformance/manyFunctions100.json
+++ b/VMTests/vmPerformance/manyFunctions100.json
@@ -2,8 +2,10 @@
"manyFunctions100" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json",
+ "sourceHash" : "3a2890d09c68018d44994e69478f75785a8742b4cbac2d18769a061104c6ce84"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup1.json b/VMTests/vmPushDupSwapTest/dup1.json
index d08e5c377..cfb82a2d4 100644
--- a/VMTests/vmPushDupSwapTest/dup1.json
+++ b/VMTests/vmPushDupSwapTest/dup1.json
@@ -2,8 +2,10 @@
"dup1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json",
+ "sourceHash" : "889d5de15fe358e75ea0112d96f91b7f0611e50107afd44e49591dfdf4d1404a"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup10.json b/VMTests/vmPushDupSwapTest/dup10.json
index b0576bf5e..9594e9713 100644
--- a/VMTests/vmPushDupSwapTest/dup10.json
+++ b/VMTests/vmPushDupSwapTest/dup10.json
@@ -2,8 +2,10 @@
"dup10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json",
+ "sourceHash" : "23bdbc11963ca2b25f37833790df2c18f7e8eafb140aeae46da7aa559b155c08"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup11.json b/VMTests/vmPushDupSwapTest/dup11.json
index 2e7202f21..37b621c62 100644
--- a/VMTests/vmPushDupSwapTest/dup11.json
+++ b/VMTests/vmPushDupSwapTest/dup11.json
@@ -2,8 +2,10 @@
"dup11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json",
+ "sourceHash" : "19bd1559d38698b81939d34f57fd6d0cc67f859abd68cef0aa92d5bfab4988a9"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup12.json b/VMTests/vmPushDupSwapTest/dup12.json
index 0197aeed7..986bf737a 100644
--- a/VMTests/vmPushDupSwapTest/dup12.json
+++ b/VMTests/vmPushDupSwapTest/dup12.json
@@ -2,8 +2,10 @@
"dup12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json",
+ "sourceHash" : "da44468576186e257a5702a707b1473294a2462f0f658a766844ecb54a3695aa"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup13.json b/VMTests/vmPushDupSwapTest/dup13.json
index 267ec8624..730aea52d 100644
--- a/VMTests/vmPushDupSwapTest/dup13.json
+++ b/VMTests/vmPushDupSwapTest/dup13.json
@@ -2,8 +2,10 @@
"dup13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json",
+ "sourceHash" : "f3c75ee821b71e2914b48355154b77941be4b3b5a181dea5233d79b3bf40fcc1"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup14.json b/VMTests/vmPushDupSwapTest/dup14.json
index 8cf1ec887..1183091ec 100644
--- a/VMTests/vmPushDupSwapTest/dup14.json
+++ b/VMTests/vmPushDupSwapTest/dup14.json
@@ -2,8 +2,10 @@
"dup14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json",
+ "sourceHash" : "a37f4ccb2c77bb918267d494a88dcb88531ea34447b2d16aff8f4ae3860182f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup15.json b/VMTests/vmPushDupSwapTest/dup15.json
index 4e67cc88f..3d869b8b1 100644
--- a/VMTests/vmPushDupSwapTest/dup15.json
+++ b/VMTests/vmPushDupSwapTest/dup15.json
@@ -2,8 +2,10 @@
"dup15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json",
+ "sourceHash" : "0ac65194062a3e7bc2459472d9c4864695ec91177b5344a134c2da8ed44b0369"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup16.json b/VMTests/vmPushDupSwapTest/dup16.json
index c88bb002a..f79ab71de 100644
--- a/VMTests/vmPushDupSwapTest/dup16.json
+++ b/VMTests/vmPushDupSwapTest/dup16.json
@@ -2,8 +2,10 @@
"dup16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json",
+ "sourceHash" : "2b4c0d14cb78c59f0ab214cc935fe94741426dbd20418c1c06dd063ea0caa2d5"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup2.json b/VMTests/vmPushDupSwapTest/dup2.json
index 8f5b4406f..3c6792af4 100644
--- a/VMTests/vmPushDupSwapTest/dup2.json
+++ b/VMTests/vmPushDupSwapTest/dup2.json
@@ -2,8 +2,10 @@
"dup2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json",
+ "sourceHash" : "12b1431dcf55f1141d0e407117f92914fa9a25ae5485ad89e06bef6b688b1a94"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup2error.json b/VMTests/vmPushDupSwapTest/dup2error.json
index 7c12e59cf..5b172e046 100644
--- a/VMTests/vmPushDupSwapTest/dup2error.json
+++ b/VMTests/vmPushDupSwapTest/dup2error.json
@@ -2,8 +2,10 @@
"dup2error" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json",
+ "sourceHash" : "39d43572d1117048ea0ef48812b09faca67b3978451dd4da80d2df3d758fb102"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmPushDupSwapTest/dup3.json b/VMTests/vmPushDupSwapTest/dup3.json
index bc88bc4f7..481999645 100644
--- a/VMTests/vmPushDupSwapTest/dup3.json
+++ b/VMTests/vmPushDupSwapTest/dup3.json
@@ -2,8 +2,10 @@
"dup3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json",
+ "sourceHash" : "09c9fbeef4cef9883c23f3444738ad2b4751e00b5753aa9c1b9f224ae365a53f"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup4.json b/VMTests/vmPushDupSwapTest/dup4.json
index f981f5215..6fcdd5aac 100644
--- a/VMTests/vmPushDupSwapTest/dup4.json
+++ b/VMTests/vmPushDupSwapTest/dup4.json
@@ -2,8 +2,10 @@
"dup4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json",
+ "sourceHash" : "acb8190d34fe9b884acd7d69397e6434d2fd07227d7e6736eb6ae7f5bb172401"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup5.json b/VMTests/vmPushDupSwapTest/dup5.json
index 38cc0a158..7f5324b30 100644
--- a/VMTests/vmPushDupSwapTest/dup5.json
+++ b/VMTests/vmPushDupSwapTest/dup5.json
@@ -2,8 +2,10 @@
"dup5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json",
+ "sourceHash" : "4fcfefb995a2ebbd90e18181ff5939c6db3e630bda508f94cc1a55fb7b8b43bc"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup6.json b/VMTests/vmPushDupSwapTest/dup6.json
index 7e0f38a8f..1b00b3f23 100644
--- a/VMTests/vmPushDupSwapTest/dup6.json
+++ b/VMTests/vmPushDupSwapTest/dup6.json
@@ -2,8 +2,10 @@
"dup6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json",
+ "sourceHash" : "9cc5d01fd36294ca6f658eb77a10d597d30ef8b6ed1b9cee39719fcaf639b757"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup7.json b/VMTests/vmPushDupSwapTest/dup7.json
index 914d749ad..10bce65dd 100644
--- a/VMTests/vmPushDupSwapTest/dup7.json
+++ b/VMTests/vmPushDupSwapTest/dup7.json
@@ -2,8 +2,10 @@
"dup7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json",
+ "sourceHash" : "28fe0e04a338072067f4bd7ea8c75f1dd010613fb5255ca54411fa8c3e215476"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup8.json b/VMTests/vmPushDupSwapTest/dup8.json
index 074e21519..6e420db69 100644
--- a/VMTests/vmPushDupSwapTest/dup8.json
+++ b/VMTests/vmPushDupSwapTest/dup8.json
@@ -2,8 +2,10 @@
"dup8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json",
+ "sourceHash" : "0fcca677e0e2f103dd67ab566f8d0382403fb41f1cec87c741d57199163bc819"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/dup9.json b/VMTests/vmPushDupSwapTest/dup9.json
index e989685fc..3d0da8adb 100644
--- a/VMTests/vmPushDupSwapTest/dup9.json
+++ b/VMTests/vmPushDupSwapTest/dup9.json
@@ -2,8 +2,10 @@
"dup9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json",
+ "sourceHash" : "f5af3ef5323e2e3792ba1f470a26ed99975e436cf47ef414f28cb8fc510ca1a7"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push1.json b/VMTests/vmPushDupSwapTest/push1.json
index 81612e913..21cfc0e80 100644
--- a/VMTests/vmPushDupSwapTest/push1.json
+++ b/VMTests/vmPushDupSwapTest/push1.json
@@ -2,8 +2,10 @@
"push1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json",
+ "sourceHash" : "8171c34388587f0c7ae7a41b825eef42d10738f6fb953c11c1d6ef9c2a6f5129"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push10.json b/VMTests/vmPushDupSwapTest/push10.json
index b862004bd..5fb977b91 100644
--- a/VMTests/vmPushDupSwapTest/push10.json
+++ b/VMTests/vmPushDupSwapTest/push10.json
@@ -2,8 +2,10 @@
"push10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json",
+ "sourceHash" : "0d3011bde292b2ca6a6266ba693e55e0edbe5682bc20216e970fcb3d2fe881c3"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push11.json b/VMTests/vmPushDupSwapTest/push11.json
index c90b3aa36..d88d4abd7 100644
--- a/VMTests/vmPushDupSwapTest/push11.json
+++ b/VMTests/vmPushDupSwapTest/push11.json
@@ -2,8 +2,10 @@
"push11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json",
+ "sourceHash" : "c18904bda959ad278ce35ec57ba4b78a539f35bc14f843ac9774c9f0004f59ce"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push12.json b/VMTests/vmPushDupSwapTest/push12.json
index 87fd02a12..640e22b65 100644
--- a/VMTests/vmPushDupSwapTest/push12.json
+++ b/VMTests/vmPushDupSwapTest/push12.json
@@ -2,8 +2,10 @@
"push12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json",
+ "sourceHash" : "60fa6626a3b28b48318b49eb9fdf256c6a25d9dac4959b9bea89a98050c4469a"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push13.json b/VMTests/vmPushDupSwapTest/push13.json
index 11e79af37..9ec9c40d7 100644
--- a/VMTests/vmPushDupSwapTest/push13.json
+++ b/VMTests/vmPushDupSwapTest/push13.json
@@ -2,8 +2,10 @@
"push13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json",
+ "sourceHash" : "343d540d55a46e9f3857c7a0919a69108c7924b9c690db204c2868d5ae50a460"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push14.json b/VMTests/vmPushDupSwapTest/push14.json
index 6653a49a6..3ffe12585 100644
--- a/VMTests/vmPushDupSwapTest/push14.json
+++ b/VMTests/vmPushDupSwapTest/push14.json
@@ -2,8 +2,10 @@
"push14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json",
+ "sourceHash" : "0ba241772c95e7ce39b9cc1dc5ea2d2f7ee75a96ce82bd17bfea425ca32a4d4a"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push15.json b/VMTests/vmPushDupSwapTest/push15.json
index 06dc00cd5..c11ddcc5a 100644
--- a/VMTests/vmPushDupSwapTest/push15.json
+++ b/VMTests/vmPushDupSwapTest/push15.json
@@ -2,8 +2,10 @@
"push15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json",
+ "sourceHash" : "29617368ed760520f7807ed629abe751dada5a3e9fc72602b50ed1f48278ce52"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push16.json b/VMTests/vmPushDupSwapTest/push16.json
index 9ef0484be..86ffce813 100644
--- a/VMTests/vmPushDupSwapTest/push16.json
+++ b/VMTests/vmPushDupSwapTest/push16.json
@@ -2,8 +2,10 @@
"push16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json",
+ "sourceHash" : "5c54e00d05640819402aa7120a2b9d12ff42edd5a049b32adaf44e768fe9efc2"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push17.json b/VMTests/vmPushDupSwapTest/push17.json
index b6bd88cab..94bf1c604 100644
--- a/VMTests/vmPushDupSwapTest/push17.json
+++ b/VMTests/vmPushDupSwapTest/push17.json
@@ -2,8 +2,10 @@
"push17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json",
+ "sourceHash" : "0b82cf50a2dd3f921f0316cd2be4749ad1c7b7804a7057743103317674fc1c80"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push18.json b/VMTests/vmPushDupSwapTest/push18.json
index be6b11218..5df527321 100644
--- a/VMTests/vmPushDupSwapTest/push18.json
+++ b/VMTests/vmPushDupSwapTest/push18.json
@@ -2,8 +2,10 @@
"push18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json",
+ "sourceHash" : "80e81d41694d284faac2ade3e819de6103aa03a169166fa8d8c5e43944b7ad50"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push19.json b/VMTests/vmPushDupSwapTest/push19.json
index 617ffe6f4..0a379af50 100644
--- a/VMTests/vmPushDupSwapTest/push19.json
+++ b/VMTests/vmPushDupSwapTest/push19.json
@@ -2,8 +2,10 @@
"push19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json",
+ "sourceHash" : "395bb54c39e164688f3a8706e288302b4aa1ce898faf9af85298651b815c78d5"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push1_missingStack.json b/VMTests/vmPushDupSwapTest/push1_missingStack.json
index ee064cce0..b3d5744f0 100644
--- a/VMTests/vmPushDupSwapTest/push1_missingStack.json
+++ b/VMTests/vmPushDupSwapTest/push1_missingStack.json
@@ -2,8 +2,10 @@
"push1_missingStack" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json",
+ "sourceHash" : "8648b58b98abaa9416a15974256a81f45ab7d3692b5798c30dae0bd377ffd5c0"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push2.json b/VMTests/vmPushDupSwapTest/push2.json
index 256811614..65cf856eb 100644
--- a/VMTests/vmPushDupSwapTest/push2.json
+++ b/VMTests/vmPushDupSwapTest/push2.json
@@ -2,8 +2,10 @@
"push2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json",
+ "sourceHash" : "da86ae7ca1372a231b1c1fd8f060e3e993e00448951af08348ca65fa11aab298"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push20.json b/VMTests/vmPushDupSwapTest/push20.json
index da594a96c..9c9698fd6 100644
--- a/VMTests/vmPushDupSwapTest/push20.json
+++ b/VMTests/vmPushDupSwapTest/push20.json
@@ -2,8 +2,10 @@
"push20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json",
+ "sourceHash" : "c3f370223d38ff6230aad16a24a32a2c02622d8f6f32a6cef36f37ff3efd5f3e"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push21.json b/VMTests/vmPushDupSwapTest/push21.json
index 528821e5a..bc1b7012c 100644
--- a/VMTests/vmPushDupSwapTest/push21.json
+++ b/VMTests/vmPushDupSwapTest/push21.json
@@ -2,8 +2,10 @@
"push21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json",
+ "sourceHash" : "0abf08a8156e9009d9000e3cd4ff34a0a59f752cf83398435e375b8cac971ece"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push22.json b/VMTests/vmPushDupSwapTest/push22.json
index a389538c7..e76e553f4 100644
--- a/VMTests/vmPushDupSwapTest/push22.json
+++ b/VMTests/vmPushDupSwapTest/push22.json
@@ -2,8 +2,10 @@
"push22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json",
+ "sourceHash" : "e4086c43a883aba2edaa929e238d346bdfbb26807ec8cbc846584b2b9efe3015"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push23.json b/VMTests/vmPushDupSwapTest/push23.json
index 6cf027318..090e06225 100644
--- a/VMTests/vmPushDupSwapTest/push23.json
+++ b/VMTests/vmPushDupSwapTest/push23.json
@@ -2,8 +2,10 @@
"push23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json",
+ "sourceHash" : "c9c1a082ed275dceb0b1d5e66dc9e02bf983c8066aa2f703409131550ce818f3"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push24.json b/VMTests/vmPushDupSwapTest/push24.json
index 723d6246e..571f55481 100644
--- a/VMTests/vmPushDupSwapTest/push24.json
+++ b/VMTests/vmPushDupSwapTest/push24.json
@@ -2,8 +2,10 @@
"push24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json",
+ "sourceHash" : "5b4d98c3f4c67c360b2aae0d300c947470dafa9ce2545891725387310fe0c2b6"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push25.json b/VMTests/vmPushDupSwapTest/push25.json
index b830cd53e..c66149c89 100644
--- a/VMTests/vmPushDupSwapTest/push25.json
+++ b/VMTests/vmPushDupSwapTest/push25.json
@@ -2,8 +2,10 @@
"push25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json",
+ "sourceHash" : "78b2fb30a16bb58147d99ef1f6fdba16fe5f403cb52aea760eb6d5a813f478cb"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push26.json b/VMTests/vmPushDupSwapTest/push26.json
index 7185e24b7..c7d88eab3 100644
--- a/VMTests/vmPushDupSwapTest/push26.json
+++ b/VMTests/vmPushDupSwapTest/push26.json
@@ -2,8 +2,10 @@
"push26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json",
+ "sourceHash" : "b29629f6a45374bd27c145ad45c4e9dd63aee283f706bf35ccb98cb57d8f4615"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push27.json b/VMTests/vmPushDupSwapTest/push27.json
index 76579a861..8dfc2ac93 100644
--- a/VMTests/vmPushDupSwapTest/push27.json
+++ b/VMTests/vmPushDupSwapTest/push27.json
@@ -2,8 +2,10 @@
"push27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json",
+ "sourceHash" : "33e85a89072e1d3b1b84e66fbe5b42a77509d046a6edb8a75e66caf16d7b8c8a"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push28.json b/VMTests/vmPushDupSwapTest/push28.json
index 28ead27c2..2a5fe134a 100644
--- a/VMTests/vmPushDupSwapTest/push28.json
+++ b/VMTests/vmPushDupSwapTest/push28.json
@@ -2,8 +2,10 @@
"push28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json",
+ "sourceHash" : "e5ce3ec9a80d778187ca40662e6c4b406a70bb9dcf472f807f270b163c31be50"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push29.json b/VMTests/vmPushDupSwapTest/push29.json
index 24e59bf6f..0fa95a695 100644
--- a/VMTests/vmPushDupSwapTest/push29.json
+++ b/VMTests/vmPushDupSwapTest/push29.json
@@ -2,8 +2,10 @@
"push29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json",
+ "sourceHash" : "1ef57214acc4761163e6aebfecd7934a10f2c37e7ad0f0ffcec4896c11986861"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push3.json b/VMTests/vmPushDupSwapTest/push3.json
index 0397ed0bf..dbf5b6c11 100644
--- a/VMTests/vmPushDupSwapTest/push3.json
+++ b/VMTests/vmPushDupSwapTest/push3.json
@@ -2,8 +2,10 @@
"push3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json",
+ "sourceHash" : "20a168ac86bdd2d3db0921329d4f82421261f0b9d91342d49f079cdc4f07b519"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push30.json b/VMTests/vmPushDupSwapTest/push30.json
index ec3fbe998..6129778f9 100644
--- a/VMTests/vmPushDupSwapTest/push30.json
+++ b/VMTests/vmPushDupSwapTest/push30.json
@@ -2,8 +2,10 @@
"push30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json",
+ "sourceHash" : "a50547b1b97d5b147e6ff053f126c0741759f6f8f2f8e242d4b97068923f0b1e"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push31.json b/VMTests/vmPushDupSwapTest/push31.json
index 82ee5eaf1..c12d384ee 100644
--- a/VMTests/vmPushDupSwapTest/push31.json
+++ b/VMTests/vmPushDupSwapTest/push31.json
@@ -2,8 +2,10 @@
"push31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json",
+ "sourceHash" : "2200ea0b0c9cd7781b9647a0082848bc70691fadb5bbc0e6286c39b83191e4fe"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32.json b/VMTests/vmPushDupSwapTest/push32.json
index 5c04361a1..87dac156f 100644
--- a/VMTests/vmPushDupSwapTest/push32.json
+++ b/VMTests/vmPushDupSwapTest/push32.json
@@ -2,8 +2,10 @@
"push32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json",
+ "sourceHash" : "c43c12c1b4e0a444bf3811410b4d0f830096d44fda3c08a4d62337a585505b81"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32AndSuicide.json b/VMTests/vmPushDupSwapTest/push32AndSuicide.json
index 69d4607b9..ed5b0c415 100644
--- a/VMTests/vmPushDupSwapTest/push32AndSuicide.json
+++ b/VMTests/vmPushDupSwapTest/push32AndSuicide.json
@@ -2,8 +2,10 @@
"push32AndSuicide" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json",
+ "sourceHash" : "af183885a76f539a582fdea8b5e208af8bb8a7eeee650fc577c7bbe08e7dd573"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
index fbbf67010..f5c81532c 100644
--- a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
+++ b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
@@ -2,8 +2,10 @@
"push32FillUpInputWithZerosAtTheEnd" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json",
+ "sourceHash" : "d9030acc29449af0afca2ae316049618bd5341cbb9199229cf7d32d1e8a69cae"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined.json b/VMTests/vmPushDupSwapTest/push32Undefined.json
index c1bd267df..0de4b2b1c 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined.json
@@ -2,8 +2,10 @@
"push32Undefined" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json",
+ "sourceHash" : "4785045efbe6fd8cda777fbefd472c6a59f5ff2e9ec58857da3630eba0301880"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined2.json b/VMTests/vmPushDupSwapTest/push32Undefined2.json
index da80761ec..fad69a536 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined2.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined2.json
@@ -2,8 +2,10 @@
"push32Undefined2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json",
+ "sourceHash" : "82f94221f2d543097751ecc6b8a89b5b52041ebd868d2059bf7e684eed45e4f2"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined3.json b/VMTests/vmPushDupSwapTest/push32Undefined3.json
index d8a49ea35..f25a21696 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined3.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined3.json
@@ -2,8 +2,10 @@
"push32Undefined3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json",
+ "sourceHash" : "530f8de32e0ad870380534ff33c3ca7b86401391b64d1c33affa28021a531233"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push33.json b/VMTests/vmPushDupSwapTest/push33.json
index a90931583..298324023 100644
--- a/VMTests/vmPushDupSwapTest/push33.json
+++ b/VMTests/vmPushDupSwapTest/push33.json
@@ -2,8 +2,10 @@
"push33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json",
+ "sourceHash" : "ea8cc586ff9dfaac550e6e2709d2ab87f36589938fb684462db713390b9e57eb"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -15,7 +17,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x60656107d26204a0c763026921f4640bc5588eb165372d0f1dca6e661ba1d901961c71670c55f7bc23038e3868056bc75e2d630fffff69021e19e0c9bab24000016a085d1c6e8050f0ea1c71bd6b0688be36543f3c36e638e37a6c03d41f73d55d0d482ae55555376dc76810d0fe03c91964d31c71c6f46e615dd0360c07d931663b14e38e38b16f2da3f99955a3adcf27ebb1caaaaaaa6e7014ccba6a8bb1ed35bd86bf065c71c71c2b7109491c5d4781b79c9009de6bfb8e38e38de8720414a0f6fdec81304d4c563e740bffffffffa573118427b3b4a05bc8a8a4de8459868000000000017406eb15e7331e727940d4ac54b7cdca1c71c71c71bd750567a91c9fefc96ebaa626a22f98c5e638e38e38e37a76032abd16c5b68006e15d5aa307e383f4e55555555555377701a6427bdc4f0d58eab5f48a3ec67f64e21c71c71c71c6f478080dd0a0c9b9ff2c2a0c740b06853a0a980ee38e38e38e38b17903c679cb5e8f2f9cb3b5d6652b0e7334f746faaaaaaaaaaaaa6e7a01b873815917ebb2bf3b890a1af495d6235bae3c71c71c71c71c2b7b07ae4cca96e1a55dfa49c85ad3c3e60e426b92fb8e38e38e38e38de87c036018bf074e292bcc7d6c8bea0f9699443046178bffffffffffffffa57d0e7d34c64a9c85d4460dbbca87196b61618a4bd2168000000000000000017e05b901f48a5b994d6572502bc4ea43",
+ "code" : "0x60656107d26204a0c763026921f4640bc5588eb165372d0f1dca6e661ba1d901961c71670c55f7bc23038e3868056bc75e2d630fffff69021e19e0c9bab24000016a085d1c6e8050f0ea1c71bd6b0688be36543f3c36e638e37a6c03d41f73d55d0d482ae55555376dc76810d0fe03c91964d31c71c6f46e615dd0360c07d931663b14e38e38b16f2da3f99955a3adcf27ebb1caaaaaaa6e7014ccba6a8bb1ed35bd86bf065c71c71c2b7109491c5d4781b79c9009de6bfb8e38e38de8720414a0f6fdec81304d4c563e740bffffffffa573118427b3b4a05bc8a8a4de8459868000000000017406eb15e7331e727940d4ac54b7cdca1c71c71c71bd750567a91c9fefc96ebaa626a22f98c5e638e38e38e37a76032abd16c5b68006e15d5aa307e383f4e55555555555377701a6427bdc4f0d58eab5f48a3ec67f64e21c71c71c71c6f478080dd0a0c9b9ff2c2a0c740b06853a0a980ee38e38e38e38b17903c679cb5e8f2f9cb3b5d6652b0e7334f746faaaaaaaaaaaaa6e7a01b873815917ebb2bf3b890a1af495d6235bae3c71c71c71c71c2b7b07ae4cca96e1a55dfa49c85ad3c3e60e426b92fb8e38e38e38e38de87c036018bf074e292bcc7d6c8bea0f9699443046178bffffffffffffffa57d0e7d34c64a9c85d4460dbbca87196b61618a4bd2168000000000000000017e05b901f48a5b994d6572502bc4ea43140486666416aa1c71c71c71c71c71bd7f047889870c178fc477414ea231d70467a388fffe31b4e638e38e38e38e38e37a",
"data" : "0x",
"gas" : "0x20",
"gasPrice" : "0x5af3107a4000",
@@ -25,7 +27,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x60656107d26204a0c763026921f4640bc5588eb165372d0f1dca6e661ba1d901961c71670c55f7bc23038e3868056bc75e2d630fffff69021e19e0c9bab24000016a085d1c6e8050f0ea1c71bd6b0688be36543f3c36e638e37a6c03d41f73d55d0d482ae55555376dc76810d0fe03c91964d31c71c6f46e615dd0360c07d931663b14e38e38b16f2da3f99955a3adcf27ebb1caaaaaaa6e7014ccba6a8bb1ed35bd86bf065c71c71c2b7109491c5d4781b79c9009de6bfb8e38e38de8720414a0f6fdec81304d4c563e740bffffffffa573118427b3b4a05bc8a8a4de8459868000000000017406eb15e7331e727940d4ac54b7cdca1c71c71c71bd750567a91c9fefc96ebaa626a22f98c5e638e38e38e37a76032abd16c5b68006e15d5aa307e383f4e55555555555377701a6427bdc4f0d58eab5f48a3ec67f64e21c71c71c71c6f478080dd0a0c9b9ff2c2a0c740b06853a0a980ee38e38e38e38b17903c679cb5e8f2f9cb3b5d6652b0e7334f746faaaaaaaaaaaaa6e7a01b873815917ebb2bf3b890a1af495d6235bae3c71c71c71c71c2b7b07ae4cca96e1a55dfa49c85ad3c3e60e426b92fb8e38e38e38e38de87c036018bf074e292bcc7d6c8bea0f9699443046178bffffffffffffffa57d0e7d34c64a9c85d4460dbbca87196b61618a4bd2168000000000000000017e05b901f48a5b994d6572502bc4ea43",
+ "code" : "0x60656107d26204a0c763026921f4640bc5588eb165372d0f1dca6e661ba1d901961c71670c55f7bc23038e3868056bc75e2d630fffff69021e19e0c9bab24000016a085d1c6e8050f0ea1c71bd6b0688be36543f3c36e638e37a6c03d41f73d55d0d482ae55555376dc76810d0fe03c91964d31c71c6f46e615dd0360c07d931663b14e38e38b16f2da3f99955a3adcf27ebb1caaaaaaa6e7014ccba6a8bb1ed35bd86bf065c71c71c2b7109491c5d4781b79c9009de6bfb8e38e38de8720414a0f6fdec81304d4c563e740bffffffffa573118427b3b4a05bc8a8a4de8459868000000000017406eb15e7331e727940d4ac54b7cdca1c71c71c71bd750567a91c9fefc96ebaa626a22f98c5e638e38e38e37a76032abd16c5b68006e15d5aa307e383f4e55555555555377701a6427bdc4f0d58eab5f48a3ec67f64e21c71c71c71c6f478080dd0a0c9b9ff2c2a0c740b06853a0a980ee38e38e38e38b17903c679cb5e8f2f9cb3b5d6652b0e7334f746faaaaaaaaaaaaa6e7a01b873815917ebb2bf3b890a1af495d6235bae3c71c71c71c71c2b7b07ae4cca96e1a55dfa49c85ad3c3e60e426b92fb8e38e38e38e38de87c036018bf074e292bcc7d6c8bea0f9699443046178bffffffffffffffa57d0e7d34c64a9c85d4460dbbca87196b61618a4bd2168000000000000000017e05b901f48a5b994d6572502bc4ea43140486666416aa1c71c71c71c71c71bd7f047889870c178fc477414ea231d70467a388fffe31b4e638e38e38e38e38e37a",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmPushDupSwapTest/push4.json b/VMTests/vmPushDupSwapTest/push4.json
index b5c8510b2..2897db957 100644
--- a/VMTests/vmPushDupSwapTest/push4.json
+++ b/VMTests/vmPushDupSwapTest/push4.json
@@ -2,8 +2,10 @@
"push4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json",
+ "sourceHash" : "5a3832a8b7f6e3a6c995c246489601cebfde0a3b04378909ded6427608cf6f75"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push5.json b/VMTests/vmPushDupSwapTest/push5.json
index 1c6eb5f41..6abedee68 100644
--- a/VMTests/vmPushDupSwapTest/push5.json
+++ b/VMTests/vmPushDupSwapTest/push5.json
@@ -2,8 +2,10 @@
"push5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json",
+ "sourceHash" : "f2293a566cf50f05c0e44a6026d1cdb43b252f6a2ebbab995fcf5370e7950419"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push6.json b/VMTests/vmPushDupSwapTest/push6.json
index 8c4b8bb26..91fce0cc5 100644
--- a/VMTests/vmPushDupSwapTest/push6.json
+++ b/VMTests/vmPushDupSwapTest/push6.json
@@ -2,8 +2,10 @@
"push6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json",
+ "sourceHash" : "ce3dba7bfdc96d65e81e5861ce747a9ea16ca2ea702f770ef4e1ca8be634dc46"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push7.json b/VMTests/vmPushDupSwapTest/push7.json
index 6c7cef4db..a9039df90 100644
--- a/VMTests/vmPushDupSwapTest/push7.json
+++ b/VMTests/vmPushDupSwapTest/push7.json
@@ -2,8 +2,10 @@
"push7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json",
+ "sourceHash" : "c89c898f0e46b4eeb7856bfc2e7825a94d2d30c6a564047fc46506607bf9f0b2"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push8.json b/VMTests/vmPushDupSwapTest/push8.json
index 0693e1be0..c719ce500 100644
--- a/VMTests/vmPushDupSwapTest/push8.json
+++ b/VMTests/vmPushDupSwapTest/push8.json
@@ -2,8 +2,10 @@
"push8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json",
+ "sourceHash" : "25eb3adbc75d5ea4259d81c0fdce4047a33407f0a09c142217699bd5cb391f61"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/push9.json b/VMTests/vmPushDupSwapTest/push9.json
index ec00619f8..c8661deb1 100644
--- a/VMTests/vmPushDupSwapTest/push9.json
+++ b/VMTests/vmPushDupSwapTest/push9.json
@@ -2,8 +2,10 @@
"push9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json",
+ "sourceHash" : "c2a9a74283bbf2502f661e2834bbde716e044893d73b382c37201ab70c98a56b"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap1.json b/VMTests/vmPushDupSwapTest/swap1.json
index c4c4dfe47..4a2b41403 100644
--- a/VMTests/vmPushDupSwapTest/swap1.json
+++ b/VMTests/vmPushDupSwapTest/swap1.json
@@ -2,8 +2,10 @@
"swap1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json",
+ "sourceHash" : "573b3b4cbf04b6f052a4578898713e320d9141607d40f043270e54e67ad5822c"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap10.json b/VMTests/vmPushDupSwapTest/swap10.json
index d884063f6..99414f295 100644
--- a/VMTests/vmPushDupSwapTest/swap10.json
+++ b/VMTests/vmPushDupSwapTest/swap10.json
@@ -2,8 +2,10 @@
"swap10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json",
+ "sourceHash" : "27210b84bae9ed1b441071ca34af233dbaf3e8b82f9fba0222775b29bd5760eb"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap11.json b/VMTests/vmPushDupSwapTest/swap11.json
index c59ee225c..db23e78e4 100644
--- a/VMTests/vmPushDupSwapTest/swap11.json
+++ b/VMTests/vmPushDupSwapTest/swap11.json
@@ -2,8 +2,10 @@
"swap11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json",
+ "sourceHash" : "701ff096656063385777a56582f56ab24c54976934d14b7c5dd5bd7f3b85be23"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap12.json b/VMTests/vmPushDupSwapTest/swap12.json
index 2557700d6..4b0f9cb18 100644
--- a/VMTests/vmPushDupSwapTest/swap12.json
+++ b/VMTests/vmPushDupSwapTest/swap12.json
@@ -2,8 +2,10 @@
"swap12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json",
+ "sourceHash" : "c29bc2645f826a7aa91f3e1086bc1962d76c5cbb34ddc8e816b26a45d413d3ab"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap13.json b/VMTests/vmPushDupSwapTest/swap13.json
index c98cff601..acf4800e0 100644
--- a/VMTests/vmPushDupSwapTest/swap13.json
+++ b/VMTests/vmPushDupSwapTest/swap13.json
@@ -2,8 +2,10 @@
"swap13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json",
+ "sourceHash" : "7ac35225656e1a5eeea3fdc46501a8ba14175c8736f7eda814cac12357e6cab2"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap14.json b/VMTests/vmPushDupSwapTest/swap14.json
index 8febd6141..9c6f3604d 100644
--- a/VMTests/vmPushDupSwapTest/swap14.json
+++ b/VMTests/vmPushDupSwapTest/swap14.json
@@ -2,8 +2,10 @@
"swap14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json",
+ "sourceHash" : "5df386c790b19a45d07bbf67f06ecf00a9edd97883f421f84c459388c74f8add"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap15.json b/VMTests/vmPushDupSwapTest/swap15.json
index 005573ec8..51d657080 100644
--- a/VMTests/vmPushDupSwapTest/swap15.json
+++ b/VMTests/vmPushDupSwapTest/swap15.json
@@ -2,8 +2,10 @@
"swap15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json",
+ "sourceHash" : "6f6977d7e7f4b57787f5577b7d2179e8f4d3882293dcea6e868f1da471d3749f"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap16.json b/VMTests/vmPushDupSwapTest/swap16.json
index 03cd39bfa..ba324362e 100644
--- a/VMTests/vmPushDupSwapTest/swap16.json
+++ b/VMTests/vmPushDupSwapTest/swap16.json
@@ -2,8 +2,10 @@
"swap16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json",
+ "sourceHash" : "389d2be8dbbc4585847be9b5a678a565899d4fac6018d1f6200ed091e99ce7fd"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap2.json b/VMTests/vmPushDupSwapTest/swap2.json
index 1ba07407b..9439e66f3 100644
--- a/VMTests/vmPushDupSwapTest/swap2.json
+++ b/VMTests/vmPushDupSwapTest/swap2.json
@@ -2,8 +2,10 @@
"swap2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json",
+ "sourceHash" : "75997b5204913e930c40cdf804c1be567f528b939529e86530e8c4cf3600af18"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap2error.json b/VMTests/vmPushDupSwapTest/swap2error.json
index e7740a232..067da5b54 100644
--- a/VMTests/vmPushDupSwapTest/swap2error.json
+++ b/VMTests/vmPushDupSwapTest/swap2error.json
@@ -2,8 +2,10 @@
"swap2error" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json",
+ "sourceHash" : "01ebb21f32f2d7dd1a2113138f594314c49fa4c7af00e0a1c333492b81921135"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmPushDupSwapTest/swap3.json b/VMTests/vmPushDupSwapTest/swap3.json
index 5953a748c..563405c40 100644
--- a/VMTests/vmPushDupSwapTest/swap3.json
+++ b/VMTests/vmPushDupSwapTest/swap3.json
@@ -2,8 +2,10 @@
"swap3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json",
+ "sourceHash" : "0d62cd3e39f052b9154ea37ec43cf9ba110035ffdcb4e4b0d766aea8bb2b2cb1"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap4.json b/VMTests/vmPushDupSwapTest/swap4.json
index 3b2c7af5f..94a2cfbeb 100644
--- a/VMTests/vmPushDupSwapTest/swap4.json
+++ b/VMTests/vmPushDupSwapTest/swap4.json
@@ -2,8 +2,10 @@
"swap4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json",
+ "sourceHash" : "27f78dcff6d58f67504046d267f0568c976d1e5a85ed6da2373eafa24bfbe47c"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap5.json b/VMTests/vmPushDupSwapTest/swap5.json
index 20fa266d3..4baed46b0 100644
--- a/VMTests/vmPushDupSwapTest/swap5.json
+++ b/VMTests/vmPushDupSwapTest/swap5.json
@@ -2,8 +2,10 @@
"swap5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json",
+ "sourceHash" : "bcb9c8c7ac639affe784b6987c77d9249326db0799e1e861ad03641d9a77cef3"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap6.json b/VMTests/vmPushDupSwapTest/swap6.json
index 9a978adc7..b902ebfa4 100644
--- a/VMTests/vmPushDupSwapTest/swap6.json
+++ b/VMTests/vmPushDupSwapTest/swap6.json
@@ -2,8 +2,10 @@
"swap6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json",
+ "sourceHash" : "1bc51662e33ac34a79297262ee86f8b8e7cab89949abf037fc22f85ee08fdada"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap7.json b/VMTests/vmPushDupSwapTest/swap7.json
index 114c3c62c..411208604 100644
--- a/VMTests/vmPushDupSwapTest/swap7.json
+++ b/VMTests/vmPushDupSwapTest/swap7.json
@@ -2,8 +2,10 @@
"swap7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json",
+ "sourceHash" : "8eaa2a76ec6d47d5bf7c4b49c8c1db384fe29355ced056e1c1330b1669f27b3c"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap8.json b/VMTests/vmPushDupSwapTest/swap8.json
index 18f877421..0633609dc 100644
--- a/VMTests/vmPushDupSwapTest/swap8.json
+++ b/VMTests/vmPushDupSwapTest/swap8.json
@@ -2,8 +2,10 @@
"swap8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json",
+ "sourceHash" : "e7d09fcfe3e8e687d084b95524fd4ff5aedf69ee2797e33930e3e9fc45e57742"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swap9.json b/VMTests/vmPushDupSwapTest/swap9.json
index 671c70a05..049b96213 100644
--- a/VMTests/vmPushDupSwapTest/swap9.json
+++ b/VMTests/vmPushDupSwapTest/swap9.json
@@ -2,8 +2,10 @@
"swap9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json",
+ "sourceHash" : "f63ce540948be968c775c020f379e675d4a0f2a67cd6d22dff2490bf023ae796"
},
"callcreates" : [
],
diff --git a/VMTests/vmPushDupSwapTest/swapjump1.json b/VMTests/vmPushDupSwapTest/swapjump1.json
index fe739eae3..b16174673 100644
--- a/VMTests/vmPushDupSwapTest/swapjump1.json
+++ b/VMTests/vmPushDupSwapTest/swapjump1.json
@@ -2,9 +2,13 @@
"swapjump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "source" : "src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json",
+ "sourceHash" : "33bdfa966236aac6be6a6a7ac64600ab63f3d6c646163f4c2f1ab1c578e0e819"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -15,17 +19,29 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x600560026001600c57505000",
+ "code" : "0x",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x0186a0",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x152d02c7e14af6800000",
+ "code" : "0x",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x600560026001600c57505000",
+ "code" : "0x",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmRandomTest/201503102037PYTHON.json b/VMTests/vmRandomTest/201503102037PYTHON.json
index 6e5302ca7..865ac1d45 100644
--- a/VMTests/vmRandomTest/201503102037PYTHON.json
+++ b/VMTests/vmRandomTest/201503102037PYTHON.json
@@ -2,8 +2,10 @@
"201503102037PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503102037PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503102037PYTHONFiller.json",
+ "sourceHash" : "c4fc67e9d01b17c5f844cbc159cdfa522677d4d6fe47fb35de0cd8b22ca1af54"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503102148PYTHON.json b/VMTests/vmRandomTest/201503102148PYTHON.json
index a46c231e8..cdb2916ef 100644
--- a/VMTests/vmRandomTest/201503102148PYTHON.json
+++ b/VMTests/vmRandomTest/201503102148PYTHON.json
@@ -2,8 +2,10 @@
"201503102148PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503102148PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503102148PYTHONFiller.json",
+ "sourceHash" : "d1b0152087d609dfd0a78144484f91de97e6c2c218be7892335406ceca176bf1"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503102300PYTHON.json b/VMTests/vmRandomTest/201503102300PYTHON.json
index 913ec4586..6d594a6e4 100644
--- a/VMTests/vmRandomTest/201503102300PYTHON.json
+++ b/VMTests/vmRandomTest/201503102300PYTHON.json
@@ -2,8 +2,10 @@
"201503102300PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503102300PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503102300PYTHONFiller.json",
+ "sourceHash" : "178252eb6b99ad1d24bbccff01e8e4f90b302f47fc86e2f7349e46ae3e3d3bd6"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503102320PYTHON.json b/VMTests/vmRandomTest/201503102320PYTHON.json
index 10941b9f1..06c59d1ee 100644
--- a/VMTests/vmRandomTest/201503102320PYTHON.json
+++ b/VMTests/vmRandomTest/201503102320PYTHON.json
@@ -2,8 +2,10 @@
"201503102320PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json",
+ "sourceHash" : "c134767f79b89196c15765c1029cd8f9094cabe86a0ebb3eef27af4d678daeda"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503110050PYTHON.json b/VMTests/vmRandomTest/201503110050PYTHON.json
index c9aae1a7e..0caad5fbc 100644
--- a/VMTests/vmRandomTest/201503110050PYTHON.json
+++ b/VMTests/vmRandomTest/201503110050PYTHON.json
@@ -2,8 +2,10 @@
"201503110050PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110050PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110050PYTHONFiller.json",
+ "sourceHash" : "b68dc8abc384f98ca76b665026f76738d48ede38798c32b6365134a1df8d0a73"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503110206PYTHON.json b/VMTests/vmRandomTest/201503110206PYTHON.json
index 7a658cb59..df53c91bb 100644
--- a/VMTests/vmRandomTest/201503110206PYTHON.json
+++ b/VMTests/vmRandomTest/201503110206PYTHON.json
@@ -2,8 +2,10 @@
"201503110206PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json",
+ "sourceHash" : "6407cb3fb164cb661afd6d332a370d29de76a7f16fdd2758cd77af9c51199b6a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503110219PYTHON.json b/VMTests/vmRandomTest/201503110219PYTHON.json
index 15a2d428e..46dac68a8 100644
--- a/VMTests/vmRandomTest/201503110219PYTHON.json
+++ b/VMTests/vmRandomTest/201503110219PYTHON.json
@@ -2,8 +2,10 @@
"201503110219PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json",
+ "sourceHash" : "912f075297efb897ebce3227570ad3758baace9cb4d9bdb836f6ff09d7dae4ba"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503110226PYTHON_DUP6.json b/VMTests/vmRandomTest/201503110226PYTHON_DUP6.json
index 245fa084f..769991cba 100644
--- a/VMTests/vmRandomTest/201503110226PYTHON_DUP6.json
+++ b/VMTests/vmRandomTest/201503110226PYTHON_DUP6.json
@@ -2,8 +2,10 @@
"201503110226PYTHON_DUP6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110226PYTHON_DUP6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110226PYTHON_DUP6Filler.json",
+ "sourceHash" : "cbd6e57955042b1118faf13c51090489c9ed8759944fbb42b122ee21440590e7"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
index 317eacff3..b0de5a375 100644
--- a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
+++ b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
@@ -2,8 +2,10 @@
"201503110346PYTHON_PUSH24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json",
+ "sourceHash" : "ecfa44a30504c5dd9e4b278ba57c3109741992c1d6f5b2dd1d84e10aa34a0fa8"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503110526PYTHON.json b/VMTests/vmRandomTest/201503110526PYTHON.json
index 23fa4d982..f9c721452 100644
--- a/VMTests/vmRandomTest/201503110526PYTHON.json
+++ b/VMTests/vmRandomTest/201503110526PYTHON.json
@@ -2,8 +2,10 @@
"201503110526PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503110526PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503110526PYTHONFiller.json",
+ "sourceHash" : "166f3d2572396cb865efd3aad4377a7749708c7442636bdd52f77034bad79be5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503111844PYTHON.json b/VMTests/vmRandomTest/201503111844PYTHON.json
index f669e0c14..08016d028 100644
--- a/VMTests/vmRandomTest/201503111844PYTHON.json
+++ b/VMTests/vmRandomTest/201503111844PYTHON.json
@@ -2,8 +2,10 @@
"201503111844PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json",
+ "sourceHash" : "4930fc5a5df96cfe35dc19197257dd6fd38b9d307f41b85335da1da5481221f6"
},
"callcreates" : [
],
diff --git a/VMTests/vmRandomTest/201503112218PYTHON.json b/VMTests/vmRandomTest/201503112218PYTHON.json
index 25c93fa3d..5d5f66418 100644
--- a/VMTests/vmRandomTest/201503112218PYTHON.json
+++ b/VMTests/vmRandomTest/201503112218PYTHON.json
@@ -2,8 +2,10 @@
"201503112218PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json",
+ "sourceHash" : "89a6b68fc8611c5e15e8a05452c878ff5dd1ab8837717017f589cd825bcf09b3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503120317PYTHON.json b/VMTests/vmRandomTest/201503120317PYTHON.json
index 541a7b09c..fe2edaa8f 100644
--- a/VMTests/vmRandomTest/201503120317PYTHON.json
+++ b/VMTests/vmRandomTest/201503120317PYTHON.json
@@ -2,8 +2,10 @@
"201503120317PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503120317PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503120317PYTHONFiller.json",
+ "sourceHash" : "8e495466a1284c80242101cf5792bbb3073ad69f4318cfddace7d61b25fd83f2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503120525PYTHON.json b/VMTests/vmRandomTest/201503120525PYTHON.json
index 298272260..4147e79b7 100644
--- a/VMTests/vmRandomTest/201503120525PYTHON.json
+++ b/VMTests/vmRandomTest/201503120525PYTHON.json
@@ -2,8 +2,10 @@
"201503120525PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503120525PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503120525PYTHONFiller.json",
+ "sourceHash" : "4d2b163dcf3ae283ff40e9f1f0c6f6180f3fce551fcb15a64a800b5afe723374"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503120547PYTHON.json b/VMTests/vmRandomTest/201503120547PYTHON.json
index 894835048..cfd40900d 100644
--- a/VMTests/vmRandomTest/201503120547PYTHON.json
+++ b/VMTests/vmRandomTest/201503120547PYTHON.json
@@ -2,8 +2,10 @@
"201503120547PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503120547PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503120547PYTHONFiller.json",
+ "sourceHash" : "4ae380c5eaf293a5fec32a2dae39dd544a89dd629ef6a937c06024a8a303adcb"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/201503120909PYTHON.json b/VMTests/vmRandomTest/201503120909PYTHON.json
index c7be7b5b0..c5144dd80 100644
--- a/VMTests/vmRandomTest/201503120909PYTHON.json
+++ b/VMTests/vmRandomTest/201503120909PYTHON.json
@@ -2,8 +2,10 @@
"201503120909PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/201503120909PYTHONFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/201503120909PYTHONFiller.json",
+ "sourceHash" : "71942e2d4a5fa5dd9b3ddff26259ec633c9ed37afe882224b5615f55b5d159cb"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmRandomTest/randomTest.json b/VMTests/vmRandomTest/randomTest.json
index 68a56ef4a..49fd0cab2 100644
--- a/VMTests/vmRandomTest/randomTest.json
+++ b/VMTests/vmRandomTest/randomTest.json
@@ -2,8 +2,10 @@
"randomVMtest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmRandomTest/randomTestFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmRandomTest/randomTestFiller.json",
+ "sourceHash" : "3f6a873b3147eefe08da3c0367213200f2380c138fc7b42082268b28aade7834"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_0.json b/VMTests/vmSha3Test/sha3_0.json
index 9daeaa646..1bfb0c2f5 100644
--- a/VMTests/vmSha3Test/sha3_0.json
+++ b/VMTests/vmSha3Test/sha3_0.json
@@ -2,8 +2,10 @@
"sha3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_0Filler.json",
+ "sourceHash" : "843009e4e97d7dd905578ea884db6d80c07f57d58679ec181dc761e1e51ae035"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_1.json b/VMTests/vmSha3Test/sha3_1.json
index 925c9f9d4..0b2986d7b 100644
--- a/VMTests/vmSha3Test/sha3_1.json
+++ b/VMTests/vmSha3Test/sha3_1.json
@@ -2,8 +2,10 @@
"sha3_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_1Filler.json",
+ "sourceHash" : "5f786aded76570c96466f5a4c4632a5a0b362ffc1e4124667cdb1e9328d1d81d"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_2.json b/VMTests/vmSha3Test/sha3_2.json
index 853839495..b1e526aff 100644
--- a/VMTests/vmSha3Test/sha3_2.json
+++ b/VMTests/vmSha3Test/sha3_2.json
@@ -2,8 +2,10 @@
"sha3_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_2Filler.json",
+ "sourceHash" : "bb3f59dc995c834eaf315b4819900c30ba4e97ef60163aed05946c70e841691f"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_3.json b/VMTests/vmSha3Test/sha3_3.json
index 4a1f852fc..447b0cd0a 100644
--- a/VMTests/vmSha3Test/sha3_3.json
+++ b/VMTests/vmSha3Test/sha3_3.json
@@ -2,8 +2,10 @@
"sha3_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_3Filler.json",
+ "sourceHash" : "1f474f7dac8971615e641354d809db332975d1ea5ca589d855fb02a1da559033"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_4.json b/VMTests/vmSha3Test/sha3_4.json
index 90a60a3c8..265cbbfa4 100644
--- a/VMTests/vmSha3Test/sha3_4.json
+++ b/VMTests/vmSha3Test/sha3_4.json
@@ -2,8 +2,10 @@
"sha3_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_4Filler.json",
+ "sourceHash" : "100da75ff0b63159ca86aa4ef7457a956027af5c6c1ed1f0fa894aaa63849887"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_5.json b/VMTests/vmSha3Test/sha3_5.json
index 5c95ca130..86d879425 100644
--- a/VMTests/vmSha3Test/sha3_5.json
+++ b/VMTests/vmSha3Test/sha3_5.json
@@ -2,8 +2,10 @@
"sha3_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_5Filler.json",
+ "sourceHash" : "066bcf3a8e9e7b4c15ec2240c8e1bb0d53de0230c76989e21e4b6aaac83f577d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json
index d4b7e2a8e..97a6788ea 100644
--- a/VMTests/vmSha3Test/sha3_6.json
+++ b/VMTests/vmSha3Test/sha3_6.json
@@ -2,8 +2,10 @@
"sha3_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_6Filler.json",
+ "sourceHash" : "c360c6583bf965674d153f11c243c1e0807e95e99bc9bcb684a7ad2c7155dd40"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_bigOffset.json b/VMTests/vmSha3Test/sha3_bigOffset.json
index 475a35131..940cff9b3 100644
--- a/VMTests/vmSha3Test/sha3_bigOffset.json
+++ b/VMTests/vmSha3Test/sha3_bigOffset.json
@@ -2,8 +2,10 @@
"sha3_bigOffset" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json",
+ "sourceHash" : "1ae2cdfa2e3ab1cac89d8b3d535c3ee50601ebc6098fdbddadca74980eec6382"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_bigOffset2.json b/VMTests/vmSha3Test/sha3_bigOffset2.json
index 413ccfeb4..d5ab8ebc1 100644
--- a/VMTests/vmSha3Test/sha3_bigOffset2.json
+++ b/VMTests/vmSha3Test/sha3_bigOffset2.json
@@ -2,8 +2,10 @@
"sha3_bigOffset2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json",
+ "sourceHash" : "2bf8d14886b1001b266c29bd9f9e764f7e6965e851bfe1440e536735fca993dc"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_bigSize.json b/VMTests/vmSha3Test/sha3_bigSize.json
index 00d32fb81..b859b9293 100644
--- a/VMTests/vmSha3Test/sha3_bigSize.json
+++ b/VMTests/vmSha3Test/sha3_bigSize.json
@@ -2,8 +2,10 @@
"sha3_bigSize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json",
+ "sourceHash" : "571bfd9a15c6b0e317f96a92f745aee1d800aa4486c1a101b3e016120ffb5415"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
index 1f7e4451c..8d6caa4a8 100644
--- a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
+++ b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
@@ -2,8 +2,10 @@
"sha3_memSizeNoQuadraticCost31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json",
+ "sourceHash" : "04553284981ef7338bdeac0e029652313a2643169833e386ca34bfa3d5e5942a"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
index 5241e66bd..6374c1cc2 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json",
+ "sourceHash" : "70f68e0328222cc2c995bf932f2f8f65f5d4c7e9f040a51bbf4dae3cad9110cf"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
index bdd778bf3..fb0c70dc9 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost32_zeroSize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json",
+ "sourceHash" : "96094eee3e3fcd478fe3780ff053e64bf5391616bfdc6c2017bf12dcc5d30366"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
index ba9258f63..71034990e 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json",
+ "sourceHash" : "2fc9e00a7759c4271b6897b285ae437f6484281e9113e82a8252afbe16e85841"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
index c9920cb85..a32d5cdd6 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost63" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json",
+ "sourceHash" : "b81dd9fc94929d24f6a06dac81abb0099b969086ecf83326ecb4d6c98fc36f39"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
index 4570051f9..d9ea26cc9 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost64" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json",
+ "sourceHash" : "9f1ae20cc7b481e84732b835af1d284c815d79a470ceb1094f0cf9e765a64b8d"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
index b5010e143..b7dc0bc39 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost64_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json",
+ "sourceHash" : "4d313aaddd74f092eae5089cce1aef3aadc74b019f617fdf24acedd8fb26300b"
},
"callcreates" : [
],
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
index 60df3f60f..733a17769 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
@@ -2,8 +2,10 @@
"sha3_memSizeQuadraticCost65" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json",
+ "sourceHash" : "28d6ebfb32dd2c00c629fe373fe58fd83466484d6022cd476ca63981ffaa950a"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/ABAcalls0.json b/VMTests/vmSystemOperations/ABAcalls0.json
index eb1f47b5b..1cc59071b 100644
--- a/VMTests/vmSystemOperations/ABAcalls0.json
+++ b/VMTests/vmSystemOperations/ABAcalls0.json
@@ -2,8 +2,10 @@
"ABAcalls0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcalls0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcalls0Filler.json",
+ "sourceHash" : "50278e615bbaa622b91df25475b6118cd52b946bcb08eb6a900f44629f88ae71"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/ABAcalls1.json b/VMTests/vmSystemOperations/ABAcalls1.json
index 386c727f3..e3aab9f07 100644
--- a/VMTests/vmSystemOperations/ABAcalls1.json
+++ b/VMTests/vmSystemOperations/ABAcalls1.json
@@ -2,8 +2,10 @@
"ABAcalls1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcalls1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcalls1Filler.json",
+ "sourceHash" : "541daede05986aa1245310562a74d5c07760f837782420d8666b6439552c09a3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/ABAcalls2.json b/VMTests/vmSystemOperations/ABAcalls2.json
index 70780ffc1..ccd8298e4 100644
--- a/VMTests/vmSystemOperations/ABAcalls2.json
+++ b/VMTests/vmSystemOperations/ABAcalls2.json
@@ -2,8 +2,10 @@
"ABAcalls2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcalls2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcalls2Filler.json",
+ "sourceHash" : "d3f9a754be3e2d1030da0c67b7549a0f296cc6b42f6c1d10fe40439c20ce3a75"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/ABAcalls3.json b/VMTests/vmSystemOperations/ABAcalls3.json
index 86037569c..d1660f07f 100644
--- a/VMTests/vmSystemOperations/ABAcalls3.json
+++ b/VMTests/vmSystemOperations/ABAcalls3.json
@@ -2,8 +2,10 @@
"ABAcalls3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcalls3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcalls3Filler.json",
+ "sourceHash" : "c7e66611ae106c0f929bf76347feae23d54a0782202f2e8706e3ba8e137e394f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/ABAcallsSuicide0.json b/VMTests/vmSystemOperations/ABAcallsSuicide0.json
index f00bf2b16..11a53a3cb 100644
--- a/VMTests/vmSystemOperations/ABAcallsSuicide0.json
+++ b/VMTests/vmSystemOperations/ABAcallsSuicide0.json
@@ -2,8 +2,10 @@
"ABAcallsSuicide0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcallsSuicide0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcallsSuicide0Filler.json",
+ "sourceHash" : "f1721dc044126fc3514f95ecb89667363c11b492ca3a533d68025b49a7d61fcb"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/ABAcallsSuicide1.json b/VMTests/vmSystemOperations/ABAcallsSuicide1.json
index 1bd3189e3..061ac195e 100644
--- a/VMTests/vmSystemOperations/ABAcallsSuicide1.json
+++ b/VMTests/vmSystemOperations/ABAcallsSuicide1.json
@@ -2,8 +2,10 @@
"ABAcallsSuicide1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/ABAcallsSuicide1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/ABAcallsSuicide1Filler.json",
+ "sourceHash" : "e10b69b6ed30c844a877d8c8ed351c20665f4dbaee7641bbd9c3d3f51b999c29"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallRecursiveBomb0.json b/VMTests/vmSystemOperations/CallRecursiveBomb0.json
index 1f5f40552..80789d6e7 100644
--- a/VMTests/vmSystemOperations/CallRecursiveBomb0.json
+++ b/VMTests/vmSystemOperations/CallRecursiveBomb0.json
@@ -2,8 +2,10 @@
"CallRecursiveBomb0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb0Filler.json",
+ "sourceHash" : "b2ba4f41f4dee2a4adf7a9bd5c48637083f7c1583b690836387928a94c4a1b10"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallRecursiveBomb1.json b/VMTests/vmSystemOperations/CallRecursiveBomb1.json
index 605853ec9..3de156bfc 100644
--- a/VMTests/vmSystemOperations/CallRecursiveBomb1.json
+++ b/VMTests/vmSystemOperations/CallRecursiveBomb1.json
@@ -2,8 +2,10 @@
"CallRecursiveBomb1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb1Filler.json",
+ "sourceHash" : "fd993392d2dc54cf8a56fd04d42fefddbe25275454c369cf74b18c6af8b849af"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallRecursiveBomb2.json b/VMTests/vmSystemOperations/CallRecursiveBomb2.json
index 70830f9db..c64dd37cd 100644
--- a/VMTests/vmSystemOperations/CallRecursiveBomb2.json
+++ b/VMTests/vmSystemOperations/CallRecursiveBomb2.json
@@ -2,8 +2,10 @@
"CallRecursiveBomb2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb2Filler.json",
+ "sourceHash" : "50cedcd40575c772cf87a0cbde896a2054b6bb9bba32e6d046d4a8d6acb46b3c"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallRecursiveBomb3.json b/VMTests/vmSystemOperations/CallRecursiveBomb3.json
index b2341e205..96d784095 100644
--- a/VMTests/vmSystemOperations/CallRecursiveBomb3.json
+++ b/VMTests/vmSystemOperations/CallRecursiveBomb3.json
@@ -2,8 +2,10 @@
"CallRecursiveBomb3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb3Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallRecursiveBomb3Filler.json",
+ "sourceHash" : "421c83d228c7abb1b12fa1debc426ce6e5eca4c1065f7048cc1fce02d3c579db"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallToNameRegistrator0.json b/VMTests/vmSystemOperations/CallToNameRegistrator0.json
index b96d46eff..ae0ea5131 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistrator0.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistrator0.json
@@ -2,8 +2,10 @@
"CallToNameRegistrator0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistrator0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistrator0Filler.json",
+ "sourceHash" : "4c92e6b2dea5793a2fdcb71fdc754bab74c058c85a5701eacdf6de30451c0e62"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory0.json b/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory0.json
index db57356f4..f1d417e65 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory0.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory0.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorNotMuchMemory0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorNotMuchMemory0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorNotMuchMemory0Filler.json",
+ "sourceHash" : "43198a1321d91eaed98532794747f9d8a05df20e7c4e537b6ebdc3a3ebd6a5e3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory1.json b/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory1.json
index 663a34ddb..1912c050b 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory1.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorNotMuchMemory1.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorNotMuchMemory1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorNotMuchMemory1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorNotMuchMemory1Filler.json",
+ "sourceHash" : "0168ca1754f15027bbad82b1dbe5596827e68052d978348b0329977997914cf5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorOutOfGas.json b/VMTests/vmSystemOperations/CallToNameRegistratorOutOfGas.json
index 4ba46e904..f6a3f4772 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorOutOfGas.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorOutOfGas.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorOutOfGasFiller.json",
+ "sourceHash" : "fd3a8e1a6057f8e9151b53357c893dfce414d4840a242c59a5ce25dcb1b19e46"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory0.json b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory0.json
index b705c0882..263b7085e 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory0.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory0.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorTooMuchMemory0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory0Filler.json",
+ "sourceHash" : "3078050eb8d9d7c40ad1cb3585edb3a8f873ea0f0c13fd79170288947dce03d5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory1.json b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory1.json
index 208c13faf..852387a19 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory1.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory1.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorTooMuchMemory1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory1Filler.json",
+ "sourceHash" : "9baf5e8ec863a367cae9b7f16d9cabcb55c9ce5035325ddea8c8aa3a07740914"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory2.json b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory2.json
index 82f76b2f0..c79c8e7e1 100644
--- a/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory2.json
+++ b/VMTests/vmSystemOperations/CallToNameRegistratorTooMuchMemory2.json
@@ -2,8 +2,10 @@
"CallToNameRegistratorTooMuchMemory2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToNameRegistratorTooMuchMemory2Filler.json",
+ "sourceHash" : "125e45fed7e75971e0fb0418b17ebcdba65c54fa2cadff4564cfe683474a24a4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/CallToPrecompiledContract.json b/VMTests/vmSystemOperations/CallToPrecompiledContract.json
index ff1935c02..a94c73bc9 100644
--- a/VMTests/vmSystemOperations/CallToPrecompiledContract.json
+++ b/VMTests/vmSystemOperations/CallToPrecompiledContract.json
@@ -2,8 +2,10 @@
"CallToPrecompiledContract" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToPrecompiledContractFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToPrecompiledContractFiller.json",
+ "sourceHash" : "ee63b28d6b521d7f1ac9fc094864ec2f3568ae2a59b635c2312c44dc7fbd2ed2"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/CallToReturn1.json b/VMTests/vmSystemOperations/CallToReturn1.json
index aeec52dee..2b8d6082b 100644
--- a/VMTests/vmSystemOperations/CallToReturn1.json
+++ b/VMTests/vmSystemOperations/CallToReturn1.json
@@ -2,8 +2,10 @@
"CallToReturn1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/CallToReturn1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/CallToReturn1Filler.json",
+ "sourceHash" : "44a6e55dc71d742cf2e70f7b4c18216e34a923c7f52bcaa4fad07793163e2e3e"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/PostToNameRegistrator0.json b/VMTests/vmSystemOperations/PostToNameRegistrator0.json
index f5fc2fcfb..ee6dfc740 100644
--- a/VMTests/vmSystemOperations/PostToNameRegistrator0.json
+++ b/VMTests/vmSystemOperations/PostToNameRegistrator0.json
@@ -2,8 +2,10 @@
"PostToNameRegistrator0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/PostToNameRegistrator0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/PostToNameRegistrator0Filler.json",
+ "sourceHash" : "0e62bf483c93d0c1b26a11c828087362d8e5893ac50019daa979d9c03fa5c1a0"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/PostToReturn1.json b/VMTests/vmSystemOperations/PostToReturn1.json
index b843b90de..14c086c1e 100644
--- a/VMTests/vmSystemOperations/PostToReturn1.json
+++ b/VMTests/vmSystemOperations/PostToReturn1.json
@@ -2,8 +2,10 @@
"PostToReturn1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/PostToReturn1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/PostToReturn1Filler.json",
+ "sourceHash" : "468d8d0212bcffd423eeb385c220aafd1cf31a94f168dfb590967feda16d7536"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/TestNameRegistrator.json b/VMTests/vmSystemOperations/TestNameRegistrator.json
index cfad684c7..7ddcb141c 100644
--- a/VMTests/vmSystemOperations/TestNameRegistrator.json
+++ b/VMTests/vmSystemOperations/TestNameRegistrator.json
@@ -2,8 +2,10 @@
"TestNameRegistrator" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json",
+ "sourceHash" : "387abb181fb86588247bd90f61af47bc57dc4e81ba7b0def48091fd4e58a4aa5"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/callcodeToNameRegistrator0.json b/VMTests/vmSystemOperations/callcodeToNameRegistrator0.json
index b5c9bf461..95796a1f0 100644
--- a/VMTests/vmSystemOperations/callcodeToNameRegistrator0.json
+++ b/VMTests/vmSystemOperations/callcodeToNameRegistrator0.json
@@ -2,8 +2,10 @@
"callcodeToNameRegistrator0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/callcodeToNameRegistrator0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/callcodeToNameRegistrator0Filler.json",
+ "sourceHash" : "e19d3eca9fd3f53e0d5f4a279d7df94f023918db2a28d40024a051055ff5fd1f"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/callcodeToReturn1.json b/VMTests/vmSystemOperations/callcodeToReturn1.json
index 4b5068d08..a16f9f67f 100644
--- a/VMTests/vmSystemOperations/callcodeToReturn1.json
+++ b/VMTests/vmSystemOperations/callcodeToReturn1.json
@@ -2,8 +2,10 @@
"callcodeToReturn1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/callcodeToReturn1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/callcodeToReturn1Filler.json",
+ "sourceHash" : "ed51778a12234198b5e1ceda993234e4d5fed58c374e9364dd8da60267fb46ef"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/callstatelessToNameRegistrator0.json b/VMTests/vmSystemOperations/callstatelessToNameRegistrator0.json
index 2ce622b33..6568f69db 100644
--- a/VMTests/vmSystemOperations/callstatelessToNameRegistrator0.json
+++ b/VMTests/vmSystemOperations/callstatelessToNameRegistrator0.json
@@ -2,8 +2,10 @@
"callstatelessToNameRegistrator0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/callstatelessToNameRegistrator0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/callstatelessToNameRegistrator0Filler.json",
+ "sourceHash" : "812136138e2c7850f697d97902b6b1c68342851ced231eec0ac4b120884e9add"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/callstatelessToReturn1.json b/VMTests/vmSystemOperations/callstatelessToReturn1.json
index 07e9eaebd..f7b8e91dc 100644
--- a/VMTests/vmSystemOperations/callstatelessToReturn1.json
+++ b/VMTests/vmSystemOperations/callstatelessToReturn1.json
@@ -2,8 +2,10 @@
"callstatelessToReturn1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/callstatelessToReturn1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/callstatelessToReturn1Filler.json",
+ "sourceHash" : "817e04cf7f08a7f5786abb0f3c019d5ddc7f45a09fe5e8522b53ed7863f92f10"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/createNameRegistrator.json b/VMTests/vmSystemOperations/createNameRegistrator.json
index b17720286..8c8659d84 100644
--- a/VMTests/vmSystemOperations/createNameRegistrator.json
+++ b/VMTests/vmSystemOperations/createNameRegistrator.json
@@ -2,8 +2,10 @@
"createNameRegistrator" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/createNameRegistratorFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/createNameRegistratorFiller.json",
+ "sourceHash" : "87145f5c0c5a4f54280c9fc37906292c40aa42b32356d85243f60adb77e9ba36"
},
"callcreates" : [
{
diff --git a/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0.json b/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0.json
index f4dd0b438..9150a632f 100644
--- a/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0.json
+++ b/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0.json
@@ -2,8 +2,10 @@
"createNameRegistratorOutOfMemoryBonds0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/createNameRegistratorOutOfMemoryBonds0Filler.json",
+ "sourceHash" : "329bab276e8776bea72cbff3c15af14646cc7566f4e83c1d4728ea4edb9b918e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1.json b/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1.json
index 1ce66798f..726e1317f 100644
--- a/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1.json
+++ b/VMTests/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1.json
@@ -2,8 +2,10 @@
"createNameRegistratorOutOfMemoryBonds1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/createNameRegistratorOutOfMemoryBonds1Filler.json",
+ "sourceHash" : "32694d7f76f69c705bef459d9d6f7f69b717f173926fa1a736a8e58b1f9d0254"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmSystemOperations/createNameRegistratorValueTooHigh.json b/VMTests/vmSystemOperations/createNameRegistratorValueTooHigh.json
index 7d97a4e82..3033842a6 100644
--- a/VMTests/vmSystemOperations/createNameRegistratorValueTooHigh.json
+++ b/VMTests/vmSystemOperations/createNameRegistratorValueTooHigh.json
@@ -2,8 +2,10 @@
"createNameRegistratorValueTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/createNameRegistratorValueTooHighFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/createNameRegistratorValueTooHighFiller.json",
+ "sourceHash" : "03d6bb7248886e781bf2341b1e0d84ce79cb7861f5f00aec92c4d84d7a856ce3"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/return0.json b/VMTests/vmSystemOperations/return0.json
index d0df7e9fd..3e3c4d800 100644
--- a/VMTests/vmSystemOperations/return0.json
+++ b/VMTests/vmSystemOperations/return0.json
@@ -2,8 +2,10 @@
"return0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/return0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/return0Filler.json",
+ "sourceHash" : "647d39cfbd0cfbb7949d21819292851595b5953115e44adeac632e6dbbd9d226"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/return1.json b/VMTests/vmSystemOperations/return1.json
index ff917f6b3..ae6635fc0 100644
--- a/VMTests/vmSystemOperations/return1.json
+++ b/VMTests/vmSystemOperations/return1.json
@@ -2,8 +2,10 @@
"return1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/return1Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/return1Filler.json",
+ "sourceHash" : "58ea2d8de5a7b931fdf445e653b4b9171354a927a2a2ae715b362e5f58023323"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/return2.json b/VMTests/vmSystemOperations/return2.json
index 074bbdbb8..744a16f3c 100644
--- a/VMTests/vmSystemOperations/return2.json
+++ b/VMTests/vmSystemOperations/return2.json
@@ -2,8 +2,10 @@
"return2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/return2Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/return2Filler.json",
+ "sourceHash" : "2cc76fea2e8533c8c07dd27ef10247426fe76eb27c2d74f8232326560bdab568"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/suicide0.json b/VMTests/vmSystemOperations/suicide0.json
index eb7b68078..628e3c5ac 100644
--- a/VMTests/vmSystemOperations/suicide0.json
+++ b/VMTests/vmSystemOperations/suicide0.json
@@ -2,8 +2,10 @@
"suicide0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/suicide0Filler.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/suicide0Filler.json",
+ "sourceHash" : "ab977d31d9d9e8dc80c88bbd359b0aeaae6b3367ca6b61d86af2ed94c93ddbee"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/suicideNotExistingAccount.json b/VMTests/vmSystemOperations/suicideNotExistingAccount.json
index b6d59db71..32cab7ac2 100644
--- a/VMTests/vmSystemOperations/suicideNotExistingAccount.json
+++ b/VMTests/vmSystemOperations/suicideNotExistingAccount.json
@@ -2,8 +2,10 @@
"suicideNotExistingAccount" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json",
+ "sourceHash" : "f513980015028ed5306fd2405dc9ee69159d94b8c988be8de9339faed626b4e5"
},
"callcreates" : [
],
diff --git a/VMTests/vmSystemOperations/suicideSendEtherToMe.json b/VMTests/vmSystemOperations/suicideSendEtherToMe.json
index 21ae75074..1a2574d74 100644
--- a/VMTests/vmSystemOperations/suicideSendEtherToMe.json
+++ b/VMTests/vmSystemOperations/suicideSendEtherToMe.json
@@ -2,8 +2,10 @@
"suicideSendEtherToMe" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json",
+ "sourceHash" : "0206456ecdae18584f5d2f57669534f98726e2624c7d0a9979cb554a908477db"
},
"callcreates" : [
],
diff --git a/VMTests/vmTests/arith.json b/VMTests/vmTests/arith.json
index f72497132..f5fe97060 100644
--- a/VMTests/vmTests/arith.json
+++ b/VMTests/vmTests/arith.json
@@ -2,8 +2,10 @@
"arith" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmTests/arithFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmTests/arithFiller.json",
+ "sourceHash" : "8f4e4a62dfa8fd52e0faab0b478824e2064ac5744e62a6af9f6d3ea2d9712b44"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmTests/boolean.json b/VMTests/vmTests/boolean.json
index e1a714239..6f7d0cb9b 100644
--- a/VMTests/vmTests/boolean.json
+++ b/VMTests/vmTests/boolean.json
@@ -2,8 +2,10 @@
"boolean" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmTests/booleanFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmTests/booleanFiller.json",
+ "sourceHash" : "0f012cd048716cd82e48f12331903ff6bb09640bfdae7a8db160b36c3b434b71"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmTests/mktx.json b/VMTests/vmTests/mktx.json
index 2e5f50920..037f63806 100644
--- a/VMTests/vmTests/mktx.json
+++ b/VMTests/vmTests/mktx.json
@@ -2,8 +2,10 @@
"mktx" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmTests/mktxFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmTests/mktxFiller.json",
+ "sourceHash" : "54891c7e72cf6c38b63783d74856b5c17b3010ce20c0a340d7ff97c663fac3d3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmTests/suicide.json b/VMTests/vmTests/suicide.json
index 94fe8ec51..525784ff3 100644
--- a/VMTests/vmTests/suicide.json
+++ b/VMTests/vmTests/suicide.json
@@ -2,8 +2,10 @@
"suicide" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++",
- "source" : "/src/VMTestsFiller/vmTests/suicideFiller.json"
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "source" : "src/VMTestsFiller/vmTests/suicideFiller.json",
+ "sourceHash" : "bcf69cb48f1a86ef895a18400baf6e5df83c59bdfb421944dbf8cd3adfe246a1"
},
"callcreates" : [
],