aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-06-01 10:39:41 +0800
committerGitHub <noreply@github.com>2018-06-01 10:39:41 +0800
commit7c228f70fc055ee48489078331328a18c5455586 (patch)
tree79d0a60162d5dfa53997f36859e4de035a280bf0
parent0eef2f31ab59016a7ccad2a99d4644f753eebcb9 (diff)
parent3dabf27265670f95717ff646841acdfeaccddfb1 (diff)
downloaddexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.gz
dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.zst
dexon-tests-7c228f70fc055ee48489078331328a18c5455586.zip
Merge pull request #466 from ehildenb/test-validator-script
Test validator script
-rw-r--r--.travis.yml25
-rw-r--r--JSONSchema/bc-filler-schema.json333
-rw-r--r--JSONSchema/bc-schema.json774
-rw-r--r--JSONSchema/definitions.json320
-rw-r--r--JSONSchema/st-filler-schema.json438
-rw-r--r--JSONSchema/st-schema.json354
-rwxr-xr-xJSONSchema/validate.js82
-rw-r--r--JSONSchema/vm-filler-schema.json162
-rw-r--r--JSONSchema/vm-schema.json141
-rw-r--r--VMTests/vmArithmeticTest/add0.json4
-rw-r--r--VMTests/vmArithmeticTest/add1.json4
-rw-r--r--VMTests/vmArithmeticTest/add2.json4
-rw-r--r--VMTests/vmArithmeticTest/add3.json4
-rw-r--r--VMTests/vmArithmeticTest/add4.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod0.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod1.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow2.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow3.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflow4.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod1_overflowDiff.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod2.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod2_0.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod2_1.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod3.json4
-rw-r--r--VMTests/vmArithmeticTest/addmod3_0.json4
-rw-r--r--VMTests/vmArithmeticTest/addmodBigIntCast.json4
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero.json4
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero1.json4
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero2.json4
-rw-r--r--VMTests/vmArithmeticTest/addmodDivByZero3.json4
-rw-r--r--VMTests/vmArithmeticTest/arith1.json4
-rw-r--r--VMTests/vmArithmeticTest/div1.json4
-rw-r--r--VMTests/vmArithmeticTest/divBoostBug.json4
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero0.json4
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero1.json4
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero2.json4
-rw-r--r--VMTests/vmArithmeticTest/divByNonZero3.json4
-rw-r--r--VMTests/vmArithmeticTest/divByZero.json4
-rw-r--r--VMTests/vmArithmeticTest/divByZero_2.json4
-rw-r--r--VMTests/vmArithmeticTest/exp0.json4
-rw-r--r--VMTests/vmArithmeticTest/exp1.json4
-rw-r--r--VMTests/vmArithmeticTest/exp2.json4
-rw-r--r--VMTests/vmArithmeticTest/exp3.json4
-rw-r--r--VMTests/vmArithmeticTest/exp4.json4
-rw-r--r--VMTests/vmArithmeticTest/exp5.json4
-rw-r--r--VMTests/vmArithmeticTest/exp6.json4
-rw-r--r--VMTests/vmArithmeticTest/exp7.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_0.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_1.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_10.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_11.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_12.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_13.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_14.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_15.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_16.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_17.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_18.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_19.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_2.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_20.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_21.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_22.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_23.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_24.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_25.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_26.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_27.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_28.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_29.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_3.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_30.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_31.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_32.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_33.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_4.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_5.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_6.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_7.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_8.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256Of256_9.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_1.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_10.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_11.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_12.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_13.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_14.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_15.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_16.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_17.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_18.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_19.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_2.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_20.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_21.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_22.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_23.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_24.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_25.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_26.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_27.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_28.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_29.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_3.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_30.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_31.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_32.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_33.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_4.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_5.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_6.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_7.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_8.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf256_9.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_128.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_16.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_2.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_256.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_32.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_4.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_64.json4
-rw-r--r--VMTests/vmArithmeticTest/expPowerOf2_8.json4
-rw-r--r--VMTests/vmArithmeticTest/expXY.json4
-rw-r--r--VMTests/vmArithmeticTest/expXY_success.json4
-rw-r--r--VMTests/vmArithmeticTest/fibbonacci_unrolled.json4
-rw-r--r--VMTests/vmArithmeticTest/mod0.json4
-rw-r--r--VMTests/vmArithmeticTest/mod1.json4
-rw-r--r--VMTests/vmArithmeticTest/mod2.json4
-rw-r--r--VMTests/vmArithmeticTest/mod3.json4
-rw-r--r--VMTests/vmArithmeticTest/mod4.json4
-rw-r--r--VMTests/vmArithmeticTest/modByZero.json4
-rw-r--r--VMTests/vmArithmeticTest/mul0.json4
-rw-r--r--VMTests/vmArithmeticTest/mul1.json4
-rw-r--r--VMTests/vmArithmeticTest/mul2.json4
-rw-r--r--VMTests/vmArithmeticTest/mul3.json4
-rw-r--r--VMTests/vmArithmeticTest/mul4.json4
-rw-r--r--VMTests/vmArithmeticTest/mul5.json4
-rw-r--r--VMTests/vmArithmeticTest/mul6.json4
-rw-r--r--VMTests/vmArithmeticTest/mul7.json4
-rw-r--r--VMTests/vmArithmeticTest/mulUnderFlow.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod0.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod1.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow2.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow3.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod1_overflow4.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod2.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod2_0.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod2_1.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod3.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod3_0.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmod4.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero1.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero2.json4
-rw-r--r--VMTests/vmArithmeticTest/mulmoddivByZero3.json4
-rw-r--r--VMTests/vmArithmeticTest/not1.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv0.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv1.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv2.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv3.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv4.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv5.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv6.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv7.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv8.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv9.json4
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero0.json4
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero1.json4
-rw-r--r--VMTests/vmArithmeticTest/sdivByZero2.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv_dejavu.json25
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min2.json4
-rw-r--r--VMTests/vmArithmeticTest/sdiv_i256min3.json4
-rw-r--r--VMTests/vmArithmeticTest/signextendInvalidByteNumber.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_00.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_0_BigByte.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigByteBigByte.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BigByte_0.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsNotSet.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_Overflow_dj42.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_bigBytePlus1.json4
-rw-r--r--VMTests/vmArithmeticTest/signextend_bitIsSet.json4
-rw-r--r--VMTests/vmArithmeticTest/smod0.json4
-rw-r--r--VMTests/vmArithmeticTest/smod1.json4
-rw-r--r--VMTests/vmArithmeticTest/smod2.json4
-rw-r--r--VMTests/vmArithmeticTest/smod3.json4
-rw-r--r--VMTests/vmArithmeticTest/smod4.json4
-rw-r--r--VMTests/vmArithmeticTest/smod5.json4
-rw-r--r--VMTests/vmArithmeticTest/smod6.json4
-rw-r--r--VMTests/vmArithmeticTest/smod7.json4
-rw-r--r--VMTests/vmArithmeticTest/smod8_byZero.json4
-rw-r--r--VMTests/vmArithmeticTest/smod_i256min1.json6
-rw-r--r--VMTests/vmArithmeticTest/smod_i256min2.json6
-rw-r--r--VMTests/vmArithmeticTest/stop.json4
-rw-r--r--VMTests/vmArithmeticTest/sub0.json4
-rw-r--r--VMTests/vmArithmeticTest/sub1.json4
-rw-r--r--VMTests/vmArithmeticTest/sub2.json4
-rw-r--r--VMTests/vmArithmeticTest/sub3.json4
-rw-r--r--VMTests/vmArithmeticTest/sub4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/and5.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte10.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte11.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte5.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte6.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte7.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte8.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byte9.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/byteBN.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/eq2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/gt3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszeo2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszero0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/iszero1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/lt3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/not5.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/or5.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/sgt4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/slt4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor0.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor1.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor2.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor3.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor4.json4
-rw-r--r--VMTests/vmBitwiseLogicOperation/xor5.json4
-rw-r--r--VMTests/vmBlockInfoTest/coinbase.json4
-rw-r--r--VMTests/vmBlockInfoTest/difficulty.json4
-rw-r--r--VMTests/vmBlockInfoTest/gaslimit.json4
-rw-r--r--VMTests/vmBlockInfoTest/number.json4
-rw-r--r--VMTests/vmBlockInfoTest/timestamp.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/address0.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/address1.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy0.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy0_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy1.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy1_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy2.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy2_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatacopy_sec.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload0.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload1.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload2.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize0.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize1.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/calldatasize2.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/caller.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/callvalue.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopy0.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/codesize.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/gasprice.json4
-rw-r--r--VMTests/vmEnvironmentalInfo/origin.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json6
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value1.json16
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value2.json16
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_value3.json16
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json24
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/bad_indirect_jump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/bad_indirect_jump2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/byte1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/calldatacopyMemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/codecopyMemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/deadCode_1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/dupAt51becameMload.json4
-rw-r--r--VMTests/vmIOandFlowOperations/for_loop1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/for_loop2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/gas0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/gas1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/gasOverFlow.json10
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/indirect_jump4.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_jumpdest0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_jumpdest2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpHigh.json6
-rw-r--r--VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpOntoJump.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpdestBigList.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiAfterStop.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpi_at_the_end.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json4
-rw-r--r--VMTests/vmIOandFlowOperations/kv1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/log1MemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json4
-rw-r--r--VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json4
-rw-r--r--VMTests/vmIOandFlowOperations/memory1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mloadError0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mloadError1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mloadMemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/msize0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/msize1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/msize2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/msize3.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8MemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8WordToBigError.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8_0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore8_1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstoreMemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstoreWordToBigError.json4
-rw-r--r--VMTests/vmIOandFlowOperations/mstore_mload0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/pc0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/pc1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/pop0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/pop1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/return1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/return2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/sha3MemExp.json4
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_0.json4
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_load_2.json4
-rw-r--r--VMTests/vmIOandFlowOperations/sstore_underflow.json4
-rw-r--r--VMTests/vmIOandFlowOperations/stack_loop.json24
-rw-r--r--VMTests/vmIOandFlowOperations/stackjump1.json4
-rw-r--r--VMTests/vmIOandFlowOperations/swapAt52becameMstore.json4
-rw-r--r--VMTests/vmIOandFlowOperations/when.json4
-rw-r--r--VMTests/vmLogTest/log0_emptyMem.json4
-rw-r--r--VMTests/vmLogTest/log0_logMemStartTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log0_logMemsizeTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log0_logMemsizeZero.json4
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem.json4
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json4
-rw-r--r--VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json4
-rw-r--r--VMTests/vmLogTest/log1_Caller.json4
-rw-r--r--VMTests/vmLogTest/log1_MaxTopic.json4
-rw-r--r--VMTests/vmLogTest/log1_emptyMem.json4
-rw-r--r--VMTests/vmLogTest/log1_logMemStartTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log1_logMemsizeTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log1_logMemsizeZero.json4
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem.json4
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json4
-rw-r--r--VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json4
-rw-r--r--VMTests/vmLogTest/log2_Caller.json4
-rw-r--r--VMTests/vmLogTest/log2_MaxTopic.json4
-rw-r--r--VMTests/vmLogTest/log2_emptyMem.json4
-rw-r--r--VMTests/vmLogTest/log2_logMemStartTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log2_logMemsizeTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log2_logMemsizeZero.json4
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem.json4
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json4
-rw-r--r--VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json4
-rw-r--r--VMTests/vmLogTest/log3_Caller.json4
-rw-r--r--VMTests/vmLogTest/log3_MaxTopic.json4
-rw-r--r--VMTests/vmLogTest/log3_PC.json4
-rw-r--r--VMTests/vmLogTest/log3_emptyMem.json4
-rw-r--r--VMTests/vmLogTest/log3_logMemStartTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log3_logMemsizeTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log3_logMemsizeZero.json4
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem.json4
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json4
-rw-r--r--VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json4
-rw-r--r--VMTests/vmLogTest/log4_Caller.json4
-rw-r--r--VMTests/vmLogTest/log4_MaxTopic.json4
-rw-r--r--VMTests/vmLogTest/log4_PC.json4
-rw-r--r--VMTests/vmLogTest/log4_emptyMem.json4
-rw-r--r--VMTests/vmLogTest/log4_logMemStartTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log4_logMemsizeTooHigh.json4
-rw-r--r--VMTests/vmLogTest/log4_logMemsizeZero.json4
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem.json4
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json4
-rw-r--r--VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json4
-rw-r--r--VMTests/vmLogTest/log_2logs.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup1.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup10.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup11.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup12.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup13.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup14.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup15.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup16.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup2.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup2error.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup3.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup4.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup5.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup6.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup7.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup8.json4
-rw-r--r--VMTests/vmPushDupSwapTest/dup9.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push1.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push10.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push11.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push12.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push13.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push14.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push15.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push16.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push17.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push18.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push19.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push1_missingStack.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push2.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push20.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push21.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push22.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push23.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push24.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push25.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push26.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push27.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push28.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push29.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push3.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push30.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push31.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32AndSuicide.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined2.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push32Undefined3.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push33.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push4.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push5.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push6.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push7.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push8.json4
-rw-r--r--VMTests/vmPushDupSwapTest/push9.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap1.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap10.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap11.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap12.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap13.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap14.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap15.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap16.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap2.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap2error.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap3.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap4.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap5.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap6.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap7.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap8.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swap9.json4
-rw-r--r--VMTests/vmPushDupSwapTest/swapjump1.json14
-rw-r--r--VMTests/vmRandomTest/201503102320PYTHON.json4
-rw-r--r--VMTests/vmRandomTest/201503110206PYTHON.json4
-rw-r--r--VMTests/vmRandomTest/201503110219PYTHON.json4
-rw-r--r--VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json4
-rw-r--r--VMTests/vmRandomTest/201503111844PYTHON.json4
-rw-r--r--VMTests/vmRandomTest/201503112218PYTHON.json4
-rw-r--r--VMTests/vmSha3Test/sha3_0.json4
-rw-r--r--VMTests/vmSha3Test/sha3_1.json4
-rw-r--r--VMTests/vmSha3Test/sha3_2.json4
-rw-r--r--VMTests/vmSha3Test/sha3_3.json4
-rw-r--r--VMTests/vmSha3Test/sha3_4.json4
-rw-r--r--VMTests/vmSha3Test/sha3_5.json4
-rw-r--r--VMTests/vmSha3Test/sha3_6.json4
-rw-r--r--VMTests/vmSha3Test/sha3_bigOffset.json4
-rw-r--r--VMTests/vmSha3Test/sha3_bigOffset2.json4
-rw-r--r--VMTests/vmSha3Test/sha3_bigSize.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json4
-rw-r--r--VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json4
-rw-r--r--VMTests/vmSystemOperations/TestNameRegistrator.json4
-rw-r--r--VMTests/vmSystemOperations/return0.json4
-rw-r--r--VMTests/vmSystemOperations/return1.json4
-rw-r--r--VMTests/vmSystemOperations/return2.json4
-rw-r--r--VMTests/vmSystemOperations/suicide0.json4
-rw-r--r--VMTests/vmSystemOperations/suicideNotExistingAccount.json4
-rw-r--r--VMTests/vmSystemOperations/suicideSendEtherToMe.json4
-rw-r--r--VMTests/vmTests/suicide.json4
-rw-r--r--src/BlockchainTestsFiller/bcStateTests/transactionFromNotExistingAccountFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp2Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp3Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDrop2Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDropFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/gasLimitLTGasUsageUncleFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/pastUncleTimestampFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0_2Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleHeaderValidity/wrongStateRootFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json2
-rw-r--r--src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeAndConfirmAgainFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeFiller.json2
-rw-r--r--src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json2
-rw-r--r--src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json2
-rw-r--r--src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json2
-rw-r--r--src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json2
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json2
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json6
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json6
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json6
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json6
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json2
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json2
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json3
-rw-r--r--src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json3
-rwxr-xr-xtest.py192
629 files changed, 3037 insertions, 2341 deletions
diff --git a/.travis.yml b/.travis.yml
index a8cc9bd7a..cd8731f94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1,20 @@
language: python
python:
- - "2.7"
-node_js:
- - "8"
+ - "3.6"
branches:
only:
- master
- develop
sudo: false
-install: "npm install jsonschema json-dup-key-validator"
+install: "pip install jsonschema pysha3"
script:
-# won't fail, but print problems
-- find . -name 'node_modules' -prune -o \( -name "*.json" -not -name "*Filler.json" -exec echo {} \; -exec python -mjson.tool {} /dev/null \; 2>&1 \) | grep -v -B 1 "^\./" | cat
-# will fail, if linting fails
-- find . -name 'node_modules' -prune -o \( -name "*.json" -not -name "*Filler.json" -print0 \) | xargs -I file -n1 -0 python -mjson.tool file /dev/null
-# run schema tests against GeneralStateTests
-- echo "Linting state tests"
-- echo -e "$(find GeneralStateTests -name '*.json')" | node JSONSchema/validate.js JSONSchema/st-schema.json
-- echo -e "$(find src/GeneralStateTestsFiller -name '*.json')" | node JSONSchema/validate.js JSONSchema/st-filler-schema.json
+# check valid JSON/well formatted
+- python3 test.py format ;
+ git diff --quiet &>/dev/null ;
-# run schema tests against BlockchainTests
-- echo "Linting blockchain tests"
-- echo -e "$(find BlockchainTests -name '*.json')" | node JSONSchema/validate.js JSONSchema/bc-schema.json
+# check test schemas
+ python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests ;
+
+# check test filled
+ python3 test.py checkFilled ./BlockhcainTests ./GeneralStateTests ./TransactionTests ./VMTests
diff --git a/JSONSchema/bc-filler-schema.json b/JSONSchema/bc-filler-schema.json
new file mode 100644
index 000000000..d3c8f9d6d
--- /dev/null
+++ b/JSONSchema/bc-filler-schema.json
@@ -0,0 +1,333 @@
+{
+ "definitions": {
+ "BadHexData": {
+ "pattern": "^0x[0-9a-zA-Z]*$",
+ "type": "string"
+ },
+ "Block": {
+ "additionalProperties": false,
+ "properties": {
+ "//comment": {
+ "type": "string"
+ },
+ "blockHeader": {
+ "$ref": "#/definitions/BlockHeader"
+ },
+ "blockHeaderPremine": {
+
+ },
+ "blocknumber": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "chainname": {
+ "type": "string"
+ },
+ "chainnetwork": {
+ "type": "string"
+ },
+ "comment": {
+ "type": "string"
+ },
+ "expectExceptionALL": {
+ "type": "string"
+ },
+ "expectExceptionByzantium": {
+ "type": "string"
+ },
+ "expectExceptionConstantinople": {
+ "type": "string"
+ },
+ "expectExceptionEIP150": {
+ "type": "string"
+ },
+ "expectExceptionEIP158": {
+ "type": "string"
+ },
+ "expectExceptionFrontier": {
+ "type": "string"
+ },
+ "expectExceptionHomestead": {
+ "type": "string"
+ },
+ "rlp": {
+ "$ref": "#/definitions/BadHexData"
+ },
+ "transactions": {
+ "items": {
+ "$ref": "#/definitions/Transaction"
+ },
+ "type": "array"
+ },
+ "uncleHeaders": {
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "BlockHeader": {
+ "properties": {
+ "bloom": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "coinbase": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "difficulty": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "extraData": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "gasLimit": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "gasUsed": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "hash": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "mixHash": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "number": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "parentHash": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "receiptTrie": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "stateRoot": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "timestamp": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "transactionsTrie": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "uncleHash": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ }
+ }
+ },
+ "BlockHeaderPremine": {
+ "properties": {
+ "difficulty": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "gasLimit": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "timestamp": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "updatePow": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ }
+ }
+ },
+ "NullSenderTransaction": {
+ "additionalProperties": true,
+ "not": {
+ "required": [
+ "secretKey"
+ ]
+ },
+ "properties": {
+ "data": {
+ "items": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "type": "array"
+ },
+ "gasLimit": {
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "type": "array"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "r": {
+ "$ref": "#/definitions/TxSigR"
+ },
+ "s": {
+ "$ref": "#/definitions/TxSigS"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "v": {
+ "$ref": "#/definitions/TxSigV"
+ },
+ "value": {
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "data",
+ "gasLimit",
+ "gasPrice",
+ "nonce",
+ "r",
+ "s",
+ "v",
+ "to",
+ "value"
+ ],
+ "type": "object"
+ },
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "code": {
+ "$ref": "#/definitions/LLLCode"
+ },
+ "nonce": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "balance",
+ "code",
+ "nonce"
+ ],
+ "type": "object"
+ },
+ "Transaction": {
+ "additionalProperties": true,
+ "not": {
+ "required": [
+ "r, s, v"
+ ]
+ },
+ "properties": {
+ "data": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "gasLimit": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "secretKey": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "value": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ }
+ },
+ "required": [
+ "data",
+ "gasLimit",
+ "gasPrice",
+ "nonce",
+ "to",
+ "value"
+ ],
+ "type": "object"
+ },
+ "TxSigR": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
+ ]
+ },
+ "TxSigS": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
+ ]
+ },
+ "TxSigV": {
+ "description": "a value of 0 is an invalid chainId, but used in a test case",
+ "oneOf": [
+ {
+ "enum": [
+ "0x00",
+ "0x01"
+ ]
+ }
+ ]
+ }
+ },
+ "patternProperties": {
+ "^.*$": {
+ "properties": {
+ "blocks": {
+ "items": {
+ "$ref": "#/definitions/Block"
+ },
+ "type": "array"
+ },
+ "genesisBlockHeader": {
+ "$ref": "#/definitions/BlockHeader"
+ },
+ "genesisRLP": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "expect": {
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "poststate account address with 0x prefix"
+ }
+ }
+ },
+ "pre": {
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "prestate account address with 0x prefix"
+ }
+ }
+ }
+ },
+ "required": [
+ "pre",
+ "blocks",
+ "genesisBlockHeader"
+ ],
+ "type": "object"
+ }
+ }
+}
diff --git a/JSONSchema/bc-schema.json b/JSONSchema/bc-schema.json
index 26ef855e1..729638d1a 100644
--- a/JSONSchema/bc-schema.json
+++ b/JSONSchema/bc-schema.json
@@ -1,491 +1,317 @@
{
- "definitions": {
- "Block": {
- "type": "object",
- "properties": {
- "blockHeader": {
- "$ref": "#/definitions/BlockHeader"
+ "definitions": {
+ "BadHexData": {
+ "pattern": "^0x[0-9a-zA-Z]*$",
+ "type": "string"
},
- "rlp": {
- "$ref": "#/definitions/HexData"
- },
- "transactions": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/Transaction"
- }
- },
- "uncleHeaders": {
- "type": "array"
- },
- "expectExceptionHomestead": {
- "type": "string"
- },
- "expectExceptionFrontier": {
- "type": "string"
- },
- "expectExceptionEIP158": {
- "type": "string"
- },
- "expectExceptionEIP150": {
- "type": "string"
- },
- "expectExceptionALL": {
- "type": "string"
- },
- "expectExceptionByzantium": {
- "type": "string"
- },
- "expectExceptionConstantinople": {
- "type": "string"
- },
- "blocknumber": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "chainname": {
- "type": "string"
- },
- "chainnetwork": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- },
- "additionalProperties": false
- },
- "BlockHeader": {
- "properties": {
- "bloom": {
- "$ref": "#/definitions/HexData"
- },
- "coinbase": {
- "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
- },
- "difficulty": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "extraData": {
- "$ref": "#/definitions/HexMaybePrefixOrEmpty"
- },
- "gasLimit": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "gasUsed": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "hash": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "mixHash": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "nonce": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "number": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "parentHash": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "receiptTrie": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "stateRoot": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "timestamp": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "transactionsTrie": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "uncleHash": {
- "$ref": "#/definitions/ConfusedHexType"
- }
- }
- },
- "EmptyString": {
- "type": "string",
- "pattern": "^$"
- },
- "HexData": {
- "description": "Hex data. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "^0x([0-9a-fA-F][0-9a-fA-F])*$",
- "type": "string"
- },
- "HexQuantity": {
- "description": "Hex quantity. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "(^0x0$)|(^0x[1-9a-fA-F][0-9a-fA-F]*$)",
- "type": "string"
- },
- "ConfusedHexType": {
- "anyOf": [
- {
- "$ref": "#/definitions/HexData"
- },
- {
- "$ref": "#/definitions/HexQuantity"
- }
- ]
- },
- "HexDataOrEmpty": {
- "oneOf": [
- {
- "$ref": "#/definitions/HexData"
- },
- {
- "$ref": "#/definitions/EmptyString"
- }
- ]
- },
- "HexNoPrefix": {
- "pattern": "^([0-9a-fA-F][0-9a-fA-F])+$",
- "type": "string"
- },
- "HexMaybePrefix": {
- "oneOf": [
- {
- "$ref": "#/definitions/HexNoPrefix"
- },
- {
- "$ref": "#/definitions/HexData"
- }
- ]
- },
- "HexMaybePrefixOrEmpty": {
- "oneOf": [
- {
- "$ref": "#/definitions/HexMaybePrefix"
- },
- {
- "$ref": "#/definitions/EmptyString"
- }
- ]
- },
- "IntegerString": {
- "pattern": "^[0-9]+$",
- "type": "string"
- },
- "IntegerOrEmpty": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerString"
- },
- {
- "$ref": "#/definitions/EmptyString"
- }
- ]
- },
- "IntegerOrNumber": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerString"
- },
- {
- "type": "number"
- }
- ]
- },
- "IntegerOrNumberOrConfusedHex": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerOrNumber"
- },
- {
- "$ref": "#/definitions/ConfusedHexType"
- }
- ]
- },
- "IntegerOrEmptyOrHexQuantity": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerOrEmpty"
- },
- {
- "$ref": "#/definitions/HexQuantity"
- }
- ]
- },
- "IntegerOrHexQuantity": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerString"
- },
- {
- "$ref": "#/definitions/HexQuantity"
- }
- ]
- },
- "IntegerOrConfusedHex": {
- "anyOf": [
- {
- "$ref": "#/definitions/IntegerString"
- },
- {
- "$ref": "#/definitions/ConfusedHexType"
- }
- ]
- },
- "IntegerOrEmptyOrConfusedHex": {
- "oneOf": [
- {
- "$ref": "#/definitions/IntegerOrEmpty"
- },
- {
- "$ref": "#/definitions/ConfusedHexType"
- }
- ]
- },
- "PreStateAccount": {
- "type": "object",
- "additionalproperties": true,
- "properties": {
- "balance": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "code": {
- "$ref": "#/definitions/HexMaybePrefixOrEmpty"
- },
- "nonce": {
- "$ref": "#/definitions/ConfusedHexType"
+ "Block": {
+ "additionalProperties": false,
+ "properties": {
+ "blockHeader": {
+ "$ref": "#/definitions/BlockHeader"
+ },
+ "blocknumber": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "chainname": {
+ "type": "string"
+ },
+ "chainnetwork": {
+ "type": "string"
+ },
+ "comment": {
+ "type": "string"
+ },
+ "expectExceptionALL": {
+ "type": "string"
+ },
+ "expectExceptionByzantium": {
+ "type": "string"
+ },
+ "expectExceptionConstantinople": {
+ "type": "string"
+ },
+ "expectExceptionEIP150": {
+ "type": "string"
+ },
+ "expectExceptionEIP158": {
+ "type": "string"
+ },
+ "expectExceptionFrontier": {
+ "type": "string"
+ },
+ "expectExceptionHomestead": {
+ "type": "string"
+ },
+ "rlp": {
+ "$ref": "#/definitions/BadHexData"
+ },
+ "transactions": {
+ "items": {
+ "$ref": "#/definitions/Transaction"
+ },
+ "type": "array"
+ },
+ "uncleHeaders": {
+ "type": "array"
+ }
+ },
+ "type": "object"
},
- "storage": {
- "type": "object",
- "additionalProperties": false,
- "patternProperties": {
- "^0x[0-9a-f]+": {
- "description": "storage key with 0x. data is HexData",
- "$ref": "#/definitions/HexData"
+ "BlockHeader": {
+ "properties": {
+ "bloom": {
+ "$ref": "#/definitions/HexData"
+ },
+ "coinbase": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "difficulty": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "extraData": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "gasLimit": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "gasUsed": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "hash": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "mixHash": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "nonce": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "number": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "parentHash": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "receiptTrie": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "stateRoot": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "timestamp": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "transactionsTrie": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "uncleHash": {
+ "$ref": "#/definitions/ConfusedHexType"
+ }
}
- }
- }
- },
- "required": [
- "balance",
- "code",
- "nonce"
- ]
- },
- "TxSigR": {
- "oneOf": [
- {
- "enum": [
- "0x00"
- ]
- }
- ]
- },
- "TxSigS": {
- "oneOf": [
- {
- "enum": [
- "0x00"
- ]
- }
- ]
- },
- "TxSigV": {
- "description": "a value of 0 is an invalid chainId, but used in a test case",
- "oneOf": [
- {
- "enum": [
- "0x00",
- "0x01"
- ]
- }
- ]
- },
- "HexLen40": {
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "HexNoPrefixLen40": {
- "pattern": "^[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "AddressMaybePrefixOrEmpty": {
- "oneOf": [
- {
- "$ref": "#/definitions/HexLen40"
- },
- {
- "$ref": "#/definitions/HexNoPrefixLen40"
- },
- {
- "$ref": "#/definitions/EmptyString"
- }
- ]
- },
- "Transaction": {
- "type": "object",
- "additionalProperties": true,
- "not": {
- "required": [
- "r, s, v"
- ]
- },
- "properties": {
- "data": {
- "$ref": "#/definitions/HexDataOrEmpty"
- },
- "gasLimit": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "gasPrice": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "nonce": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "secretKey": {
- "$ref": "#/definitions/HexMaybePrefix"
- },
- "to": {
- "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
},
- "value": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- }
- },
- "required": [
- "data",
- "gasLimit",
- "gasPrice",
- "nonce",
- "to",
- "value"
- ]
- },
- "NullSenderTransaction": {
- "type": "object",
- "additionalProperties": true,
- "not": {
- "required": [
- "secretKey"
- ]
- },
- "properties": {
- "data": {
- "items": {
- "$ref": "#/definitions/HexMaybePrefixOrEmpty"
- },
- "type": "array"
- },
- "gasLimit": {
- "items": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "type": "array"
- },
- "gasPrice": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "nonce": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "r": {
- "$ref": "#/definitions/TxSigR"
- },
- "s": {
- "$ref": "#/definitions/TxSigS"
+ "NullSenderTransaction": {
+ "additionalProperties": true,
+ "not": {
+ "required": [
+ "secretKey"
+ ]
+ },
+ "properties": {
+ "data": {
+ "items": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "type": "array"
+ },
+ "gasLimit": {
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "type": "array"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "r": {
+ "$ref": "#/definitions/TxSigR"
+ },
+ "s": {
+ "$ref": "#/definitions/TxSigS"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "v": {
+ "$ref": "#/definitions/TxSigV"
+ },
+ "value": {
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "data",
+ "gasLimit",
+ "gasPrice",
+ "nonce",
+ "r",
+ "s",
+ "v",
+ "to",
+ "value"
+ ],
+ "type": "object"
},
- "to": {
- "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "code": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "nonce": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "balance",
+ "code",
+ "nonce"
+ ],
+ "type": "object"
},
- "v": {
- "$ref": "#/definitions/TxSigV"
+ "Transaction": {
+ "additionalProperties": true,
+ "not": {
+ "required": [
+ "r, s, v"
+ ]
+ },
+ "properties": {
+ "data": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "gasLimit": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "secretKey": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "value": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ }
+ },
+ "required": [
+ "data",
+ "gasLimit",
+ "gasPrice",
+ "nonce",
+ "to",
+ "value"
+ ],
+ "type": "object"
},
- "value": {
- "items": {
- "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
- },
- "type": "array"
+ "TxSigR": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
+ ]
+ },
+ "TxSigS": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
+ ]
+ },
+ "TxSigV": {
+ "description": "a value of 0 is an invalid chainId, but used in a test case",
+ "oneOf": [
+ {
+ "enum": [
+ "0x00",
+ "0x01"
+ ]
+ }
+ ]
}
- },
- "required": [
- "data",
- "gasLimit",
- "gasPrice",
- "nonce",
- "r",
- "s",
- "v",
- "to",
- "value"
- ]
},
- "TransactionResults": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "hash": {
- "$ref": "#/definitions/HexData"
- },
- "logs": {},
- "indexes": {
- "additionalProperties": false,
+ "patternProperties": {
+ "^.*$": {
"properties": {
- "data": {
- "type": "integer"
- },
- "gas": {
- "type": "integer"
- },
- "value": {
- "type": "integer"
- }
+ "_info": {
+ "$ref": "#/definitions/Info"
+ },
+ "blocks": {
+ "items": {
+ "$ref": "#/definitions/Block"
+ },
+ "type": "array"
+ },
+ "genesisBlockHeader": {
+ "$ref": "#/definitions/BlockHeader"
+ },
+ "genesisRLP": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "postState": {
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "poststate account address with 0x prefix"
+ }
+ }
+ },
+ "pre": {
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "prestate account address with 0x prefix"
+ }
+ }
+ }
},
"required": [
- "data",
- "gas",
- "value"
+ "postState",
+ "pre",
+ "network",
+ "lastblockhash",
+ "blocks",
+ "genesisBlockHeader"
],
"type": "object"
- }
- },
- "required": [
- "hash",
- "indexes"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "patternProperties": {
- "^.*$": {
- "type": "object",
- "properties": {
- "genesisBlockHeader": {
- "$ref": "#/definitions/BlockHeader"
- },
- "genesisRLP": {
- "$ref": "#/definitions/ConfusedHexType"
- },
- "blocks": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/Block"
- }
}
- },
- "postState": {
- "$ref": "#/definitions/TransactionResults"
- },
- "pre": {
- "$ref": "#/definitions/TransactionResults"
- }
- },
- "required": [
- "postState",
- "pre",
- "network",
- "lastblockhash",
- "blocks",
- "genesisRLP",
- "genesisBlockHeader"
- ]
- }
+ }
}
diff --git a/JSONSchema/definitions.json b/JSONSchema/definitions.json
new file mode 100644
index 000000000..45088f2bb
--- /dev/null
+++ b/JSONSchema/definitions.json
@@ -0,0 +1,320 @@
+{
+ "definitions": {
+ "AddressMaybePrefixOrEmpty": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/HexLen40"
+ },
+ {
+ "$ref": "#/definitions/HexNoPrefixLen40"
+ },
+ {
+ "$ref": "#/definitions/EmptyString"
+ }
+ ]
+ },
+ "ConfusedHexType": {
+ "anyOf": [
+ {
+ "$ref": "#/definitions/HexData"
+ },
+ {
+ "$ref": "#/definitions/HexQuantity"
+ }
+ ]
+ },
+ "EmptyString": {
+ "pattern": "^$",
+ "type": "string"
+ },
+ "ExpectCondition": {
+ "additionalProperties": false,
+ "properties": {
+ "//comment": {
+ "type": "string"
+ },
+ "indexes": {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "$ref": "#/definitions/Indices"
+ },
+ "gas": {
+ "$ref": "#/definitions/Indices"
+ },
+ "value": {
+ "$ref": "#/definitions/Indices"
+ }
+ },
+ "result": {
+ "$ref": "#/definitions/PostStateAccounts"
+ }
+ },
+ "network": {
+ "$ref": "#/definitions/Networks"
+ },
+ "result": {
+ "$ref": "#/definitions/AccountMap"
+ }
+ },
+ "type": "object"
+ },
+ "HexData": {
+ "description": "Hex data. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
+ "pattern": "^0x([0-9a-fA-F][0-9a-fA-F])*$",
+ "type": "string"
+ },
+ "HexDataOrEmpty": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/HexData"
+ },
+ {
+ "$ref": "#/definitions/EmptyString"
+ }
+ ]
+ },
+ "HexLen40": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+ },
+ "HexMaybePrefix": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/HexNoPrefix"
+ },
+ {
+ "$ref": "#/definitions/HexData"
+ }
+ ]
+ },
+ "HexMaybePrefixOrEmpty": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ {
+ "$ref": "#/definitions/EmptyString"
+ }
+ ]
+ },
+ "HexNoPrefix": {
+ "pattern": "^([0-9a-fA-F][0-9a-fA-F])+$",
+ "type": "string"
+ },
+ "HexNoPrefixLen40": {
+ "pattern": "^[0-9a-fA-F]{40}$",
+ "type": "string"
+ },
+ "HexQuantity": {
+ "description": "Hex quantity. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
+ "pattern": "(^0x0$)|(^0x[1-9a-fA-F][0-9a-fA-F]*$)",
+ "type": "string"
+ },
+ "Info": {
+ "description": "Information block for filled tests.",
+ "properties": {
+ "comment": {
+ "type": "string"
+ },
+ "filledwith": {
+ "type": "string"
+ },
+ "lllcversion": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "sourceHash": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "sourceHash"
+ ]
+ },
+ "Indices": {
+ "anyOf": [
+ {
+ "type": "array"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ "IntegerOrConfusedHex": {
+ "anyOf": [
+ {
+ "$ref": "#/definitions/IntegerString"
+ },
+ {
+ "$ref": "#/definitions/ConfusedHexType"
+ }
+ ]
+ },
+ "IntegerOrEmpty": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerString"
+ },
+ {
+ "$ref": "#/definitions/EmptyString"
+ }
+ ]
+ },
+ "IntegerOrEmptyOrConfusedHex": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerOrEmpty"
+ },
+ {
+ "$ref": "#/definitions/ConfusedHexType"
+ }
+ ]
+ },
+ "IntegerOrEmptyOrHexQuantity": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerOrEmpty"
+ },
+ {
+ "$ref": "#/definitions/HexQuantity"
+ }
+ ]
+ },
+ "IntegerOrHexQuantity": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerString"
+ },
+ {
+ "$ref": "#/definitions/HexQuantity"
+ }
+ ]
+ },
+ "IntegerOrNumber": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerString"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ "IntegerOrNumberOrConfusedHex": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/IntegerOrNumber"
+ },
+ {
+ "$ref": "#/definitions/ConfusedHexType"
+ }
+ ]
+ },
+ "IntegerString": {
+ "pattern": "^[0-9]+$",
+ "type": "string"
+ },
+ "LLLCode": {
+ "pattern": "^.*$",
+ "type": "string"
+ },
+ "Networks": {
+ "type": "array"
+ },
+ "NonExistentPostStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "shouldnotexist": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "shouldnotexist"
+ ],
+ "type": "object"
+ },
+ "PostStateAccounts": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-fA-F]{40}": {
+ "description": "filler prestate addresses with 0x prefix",
+ "oneOf": [
+ {
+ "$ref": "#/definitions/PreStateAccount"
+ },
+ {
+ "$ref": "#/definitions/NonExistentPostStateAccount"
+ }
+ ]
+ },
+ "^[0-9a-fA-F]{40}": {
+ "description": "filler prestate addresses without 0x prefix",
+ "oneOf": [
+ {
+ "$ref": "#/definitions/PreStateAccount"
+ },
+ {
+ "$ref": "#/definitions/NonExistentPostStateAccount"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "PrefixedHexOrInteger": {
+ "anyOf": [
+ {
+ "$ref": "#/definitions/IntegerString"
+ },
+ {
+ "$ref": "#/definitions/HexData"
+ }
+ ]
+ },
+ "TransactionResults": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "hash": {
+ "$ref": "#/definitions/HexData"
+ },
+ "indexes": {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "type": "integer"
+ },
+ "gas": {
+ "type": "integer"
+ },
+ "value": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "data",
+ "gas",
+ "value"
+ ],
+ "type": "object"
+ },
+ "logs": {}
+ },
+ "required": [
+ "hash",
+ "indexes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ }
+}
diff --git a/JSONSchema/st-filler-schema.json b/JSONSchema/st-filler-schema.json
index d110e0493..9c810bee1 100644
--- a/JSONSchema/st-filler-schema.json
+++ b/JSONSchema/st-filler-schema.json
@@ -1,188 +1,55 @@
{
"definitions": {
- "EmptyString": {
- "type": "string",
- "pattern": "^$"
- },
- "HexData": {
- "description": "Hex data. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "^0x([0-9a-fA-F][0-9a-fA-F])*$",
- "type": "string"
- },
- "HexQuantity": {
- "description": "Hex quantity. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "(^0x0$)|(^0x[1-9a-fA-F][0-9a-fA-F]*$)",
- "type": "string"
- },
- "ConfusedHexType": {
- "anyOf": [
- { "$ref": "#/definitions/HexData" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "TxData": {
- "oneOf": [
- { "$ref": "#/definitions/HexData" },
- { "$ref": "#/definitions/EmptyString" },
- { "$ref": "#/definitions/LLLCode" }
- ]
- },
- "LLLCode" : {
- "type" : "string",
- "pattern" : "^{.*}$"
- },
- "HexNoPrefix" : {
- "pattern": "^([0-9a-fA-F][0-9a-fA-F])+$",
- "type": "string"
- },
- "HexMaybePrefix": {
- "oneOf": [
- { "$ref": "#/definitions/HexNoPrefix" },
- { "$ref": "#/definitions/HexData" }
- ]
- },
- "HexMaybePrefixOrEmpty": {
- "oneOf": [
- { "$ref": "#/definitions/HexMaybePrefix" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "IntegerString": {
- "pattern": "^[0-9]+$",
- "type": "string"
- },
- "IntegerOrEmpty": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "IntegerOrNumber": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "type": "number" }
- ]
- },
- "IntegerOrNumberOrConfusedHex": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrNumber" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "IntegerOrEmptyOrHexQuantity": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrEmpty" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "IntegerOrHexQuantity": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "IntegerOrConfusedHex": {
- "anyOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "IntegerOrEmptyOrConfusedHex": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrEmpty" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "PrefixedHexOrInteger": {
- "anyOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/HexData" }
- ]
- },
- "PreStateAccount": {
- "type": "object",
- "additionalproperties": true,
- "properties": {
- "balance": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "code": { "type": "string" },
- "nonce": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "storage": {
- "type": "object",
- "additionalProperties": false,
- "patternProperties": {
- "^0x[0-9a-f]+": {
- "description": "storage key with 0x prefix, just the prefix `0x` is null and thus not permitted, a hex quantity is permitted. for the storage value, only hex data is permitted in filled test. Both decimal and hex allowed for the fillers.",
- "$ref": "#/definitions/PrefixedHexOrInteger"
- }
- }
- }
- }
- },
- "NonExistentPostStateAccount": {
- "type": "object",
- "additionalproperties": true,
- "properties": {
- "shouldnotexist": {
- "type": "boolean"
+ "AccountMap": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-fA-F]{40}": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "filler prestate addresses with 0x prefix"
+ },
+ "^[0-9a-fA-F]{40}": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "filler prestate addresses without 0x prefix"
}
},
- "required": [
- "shouldnotexist"
- ]
-
- },
- "TxSigR": {
- "oneOf": [
- { "enum" : [ "0" ] }
- ]
- },
- "TxSigS": {
- "oneOf": [
- { "enum" : [ "0" ] }
- ]
- },
- "TxSigV": {
- "description": "a value of 0 is an invalid chainId, but used in a test case",
- "oneOf": [
- { "enum" : [ "0", "1" ] }
- ]
- },
- "HexLen40": {
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "HexNoPrefixLen40": {
- "pattern": "^[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "AddressMaybePrefixOrEmpty" : {
- "oneOf": [
- { "$ref": "#/definitions/HexLen40" },
- { "$ref": "#/definitions/HexNoPrefixLen40" },
- { "$ref": "#/definitions/EmptyString" }
- ]
+ "type": "object"
},
- "Transaction": {
- "type": "object",
- "additionalProperties": true,
- "not": {
- "required": ["r, s, v"]
- },
+ "NullSenderTransaction": {
"properties": {
"data": {
- "items": { "$ref": "#/definitions/TxData" },
+ "items": {
+ "$ref": "#/definitions/TxData"
+ },
"type": "array"
},
"gasLimit": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
},
- "gasPrice": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "nonce": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "secretKey": { "$ref": "#/definitions/HexMaybePrefix" },
- "to": { "$ref": "#/definitions/AddressMaybePrefixOrEmpty"},
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "r": {
+ "$ref": "#/definitions/TxSigR"
+ },
+ "s": {
+ "$ref": "#/definitions/TxSigS"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "v": {
+ "$ref": "#/definitions/TxSigV"
+ },
"value": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
}
},
@@ -191,34 +58,78 @@
"gasLimit",
"gasPrice",
"nonce",
- "secretKey",
+ "r",
+ "s",
+ "v",
"to",
"value"
- ]
+ ],
+ "type": "object"
},
- "NullSenderTransaction": {
- "type": "object",
- "additionalProperties": true,
- "not": {
- "required": ["secretKey"]
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "code": {
+ "type": "string"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]+": {
+ "$ref": "#/definitions/PrefixedHexOrInteger",
+ "description": "storage key with 0x prefix, just the prefix `0x` is null and thus not permitted, a hex quantity is permitted. for the storage value, only hex data is permitted in filled test. Both decimal and hex allowed for the fillers."
+ }
+ },
+ "type": "object"
+ }
},
+ "type": "object"
+ },
+ "Transaction": {
"properties": {
"data": {
- "items": { "$ref": "#/definitions/TxData" },
+ "items": {
+ "$ref": "#/definitions/TxData"
+ },
"type": "array"
},
"gasLimit": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
},
- "gasPrice": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "nonce": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "r": { "$ref": "#/definitions/TxSigR" },
- "s": { "$ref": "#/definitions/TxSigS" },
- "to": { "$ref": "#/definitions/AddressMaybePrefixOrEmpty"},
- "v": { "$ref": "#/definitions/TxSigV" },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "r": {
+ "$ref": "#/definitions/TxSigR"
+ },
+ "s": {
+ "$ref": "#/definitions/TxSigS"
+ },
+ "secretKey": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "v": {
+ "$ref": "#/definitions/TxSigV"
+ },
"value": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
}
},
@@ -227,75 +138,52 @@
"gasLimit",
"gasPrice",
"nonce",
- "r",
- "s",
- "v",
+ "secretKey",
"to",
"value"
- ]
+ ],
+ "type": "object"
},
- "PostStateAccounts": {
- "additionalProperties": false,
- "patternProperties": {
- "^[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses without 0x prefix",
- "oneOf": [
- {"$ref": "#/definitions/PreStateAccount"},
- {"$ref": "#/NonExistentPostStateAccount"}
- ]
+ "TxData": {
+ "anyOf": [
+ {
+ "$ref": "#/definitions/HexData"
},
- "^0x[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses with 0x prefix",
- "oneOf": [
- {"$ref": "#/definitions/PreStateAccount"},
- {"$ref": "#/NonExistentPostStateAccount"}
- ]
+ {
+ "$ref": "#/definitions/EmptyString"
+ },
+ {
+ "$ref": "#/definitions/LLLCode"
}
- },
- "type": "object"
- },
- "ExpectCondition": {
- "type": "object",
- "properties": {
- "result": { "$ref": "#/definitions/AccountMap" },
- "network": { "$ref": "#/definitions/Networks" },
- "indexes": {
- "properties": {
- "data": { "$ref": "#/definitions/Indices" },
- "gas": { "$ref": "#/definitions/Indices" },
- "value": { "$ref": "#/definitions/Indices" }
- },
- "result": {
- "$ref": "#/definitions/PostStateAccounts"
- },
- "additionalProperties": false
- },
- "//comment": { "type": "string" }
- },
- "additionalProperties": false
+ ]
},
- "AccountMap": {
- "additionalProperties": false,
- "patternProperties": {
- "^[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses without 0x prefix",
- "$ref": "#/definitions/PreStateAccount"
- },
- "^0x[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses with 0x prefix",
- "$ref": "#/definitions/PreStateAccount"
- }
- },
- "type": "object"
+ "TxSigR": {
+ "oneOf": [
+ {
+ "enum": [
+ "0"
+ ]
+ }
+ ]
},
- "Networks": {
- "type": "array"
+ "TxSigS": {
+ "oneOf": [
+ {
+ "enum": [
+ "0"
+ ]
+ }
+ ]
},
- "Indices": {
- "anyOf": [
- { "type": "array" },
- { "type": "string" },
- { "type": "number" }
+ "TxSigV": {
+ "description": "a value of 0 is an invalid chainId, but used in a test case",
+ "oneOf": [
+ {
+ "enum": [
+ "0",
+ "1"
+ ]
+ }
]
}
},
@@ -305,12 +193,24 @@
"env": {
"additionalproperties": false,
"properties": {
- "currentCoinbase": { "$ref": "#/definitions/HexMaybePrefix" },
- "currentDifficulty": { "$ref": "#/definitions/IntegerOrConfusedHex" },
- "currentGasLimit": { "$ref": "#/definitions/IntegerOrConfusedHex" },
- "currentNumber": { "$ref": "#/definitions/IntegerOrConfusedHex" },
- "currentTimestamp": { "$ref": "#/definitions/IntegerOrNumberOrConfusedHex" },
- "previousHash": { "$ref": "#/definitions/HexMaybePrefix" }
+ "currentCoinbase": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "currentDifficulty": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentGasLimit": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentNumber": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentTimestamp": {
+ "$ref": "#/definitions/IntegerOrNumberOrConfusedHex"
+ },
+ "previousHash": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ }
},
"required": [
"currentCoinbase",
@@ -323,27 +223,33 @@
"type": "object"
},
"expect": {
- "type": "array",
- "items": { "$ref": "#/definitions/ExpectCondition" }
+ "items": {
+ "$ref": "#/definitions/ExpectCondition"
+ },
+ "type": "array"
},
"pre": {
"additionalProperties": false,
"patternProperties": {
- "^[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses without 0x prefix",
- "$ref": "#/definitions/PreStateAccount"
- },
"^0x[0-9a-fA-F]{40}": {
- "description": "filler prestate addresses with 0x prefix",
- "$ref": "#/definitions/PreStateAccount"
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "filler prestate addresses with 0x prefix"
+ },
+ "^[0-9a-fA-F]{40}": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "filler prestate addresses without 0x prefix"
}
},
"type": "object"
},
"transaction": {
"oneOf": [
- { "$ref": "#/definitions/Transaction" },
- { "$ref": "#/definitions/NullSenderTransaction" }
+ {
+ "$ref": "#/definitions/Transaction"
+ },
+ {
+ "$ref": "#/definitions/NullSenderTransaction"
+ }
]
}
},
@@ -351,4 +257,4 @@
}
},
"type": "object"
-}
+} \ No newline at end of file
diff --git a/JSONSchema/st-schema.json b/JSONSchema/st-schema.json
index 7b1536dae..fa4ad181a 100644
--- a/JSONSchema/st-schema.json
+++ b/JSONSchema/st-schema.json
@@ -1,169 +1,47 @@
{
"definitions": {
- "EmptyString": {
- "type": "string",
- "pattern": "^$"
- },
- "HexData": {
- "description": "Hex data. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "^0x([0-9a-fA-F][0-9a-fA-F])*$",
- "type": "string"
- },
- "HexQuantity": {
- "description": "Hex quantity. see https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding",
- "pattern": "(^0x0$)|(^0x[1-9a-fA-F][0-9a-fA-F]*$)",
- "type": "string"
- },
- "ConfusedHexType": {
- "anyOf": [
- { "$ref": "#/definitions/HexData" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "HexDataOrEmpty": {
- "oneOf": [
- { "$ref": "#/definitions/HexData" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "HexNoPrefix" : {
- "pattern": "^([0-9a-fA-F][0-9a-fA-F])+$",
- "type": "string"
- },
- "HexMaybePrefix": {
- "oneOf": [
- { "$ref": "#/definitions/HexNoPrefix" },
- { "$ref": "#/definitions/HexData" }
- ]
- },
- "HexMaybePrefixOrEmpty": {
- "oneOf": [
- { "$ref": "#/definitions/HexMaybePrefix" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "IntegerString": {
- "pattern": "^[0-9]+$",
- "type": "string"
- },
- "IntegerOrEmpty": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "IntegerOrNumber": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "type": "number" }
- ]
- },
- "IntegerOrNumberOrConfusedHex": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrNumber" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "IntegerOrEmptyOrHexQuantity": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrEmpty" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "IntegerOrHexQuantity": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/HexQuantity" }
- ]
- },
- "IntegerOrConfusedHex": {
- "anyOf": [
- { "$ref": "#/definitions/IntegerString" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "IntegerOrEmptyOrConfusedHex": {
- "oneOf": [
- { "$ref": "#/definitions/IntegerOrEmpty" },
- { "$ref": "#/definitions/ConfusedHexType" }
- ]
- },
- "PreStateAccount": {
- "type": "object",
- "additionalproperties": true,
- "properties": {
- "balance": { "$ref": "#/definitions/ConfusedHexType" },
- "code": { "$ref": "#/definitions/HexMaybePrefixOrEmpty" },
- "nonce": { "$ref": "#/definitions/ConfusedHexType" },
- "storage": {
- "type": "object",
- "additionalProperties": false,
- "patternProperties": {
- "^0x[0-9a-f]+": {
- "description": "storage key with 0x. data is HexData",
- "$ref": "#/definitions/HexData"
- }
- }
- }
- },
- "required": [
- "balance",
- "code",
- "nonce"
- ]
- },
- "TxSigR": {
- "oneOf": [
- { "enum" : [ "0x00" ] }
- ]
- },
- "TxSigS": {
- "oneOf": [
- { "enum" : [ "0x00" ] }
- ]
- },
- "TxSigV": {
- "description": "a value of 0 is an invalid chainId, but used in a test case",
- "oneOf": [
- { "enum" : [ "0x00", "0x01" ] }
- ]
- },
- "HexLen40": {
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "HexNoPrefixLen40": {
- "pattern": "^[0-9a-fA-F]{40}$",
- "type": "string"
- },
- "AddressMaybePrefixOrEmpty" : {
- "oneOf": [
- { "$ref": "#/definitions/HexLen40" },
- { "$ref": "#/definitions/HexNoPrefixLen40" },
- { "$ref": "#/definitions/EmptyString" }
- ]
- },
- "Transaction": {
- "type": "object",
+ "NullSenderTransaction": {
"additionalProperties": true,
"not": {
- "required": ["r, s, v"]
+ "required": [
+ "secretKey"
+ ]
},
"properties": {
"data": {
- "items": { "$ref": "#/definitions/HexDataOrEmpty" },
+ "items": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
"type": "array"
},
"gasLimit": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
},
- "gasPrice": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "nonce": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "secretKey": { "$ref": "#/definitions/HexMaybePrefix" },
- "to": { "$ref": "#/definitions/AddressMaybePrefixOrEmpty"},
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "r": {
+ "$ref": "#/definitions/TxSigR"
+ },
+ "s": {
+ "$ref": "#/definitions/TxSigS"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "v": {
+ "$ref": "#/definitions/TxSigV"
+ },
"value": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
}
},
@@ -172,34 +50,80 @@
"gasLimit",
"gasPrice",
"nonce",
- "secretKey",
+ "r",
+ "s",
+ "v",
"to",
"value"
- ]
+ ],
+ "type": "object"
},
- "NullSenderTransaction": {
- "type": "object",
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "code": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "nonce": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]+": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "balance",
+ "code",
+ "nonce"
+ ],
+ "type": "object"
+ },
+ "Transaction": {
"additionalProperties": true,
"not": {
- "required": ["secretKey"]
+ "required": [
+ "r, s, v"
+ ]
},
"properties": {
"data": {
- "items": { "$ref": "#/definitions/HexMaybePrefixOrEmpty" },
+ "items": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
"type": "array"
},
"gasLimit": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
},
- "gasPrice": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "nonce": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
- "r": { "$ref": "#/definitions/TxSigR" },
- "s": { "$ref": "#/definitions/TxSigS" },
- "to": { "$ref": "#/definitions/AddressMaybePrefixOrEmpty"},
- "v": { "$ref": "#/definitions/TxSigV" },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "secretKey": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "to": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
"value": {
- "items": { "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex" },
+ "items": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
"type": "array"
}
},
@@ -208,54 +132,48 @@
"gasLimit",
"gasPrice",
"nonce",
- "r",
- "s",
- "v",
+ "secretKey",
"to",
"value"
+ ],
+ "type": "object"
+ },
+ "TxSigR": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
]
},
- "TransactionResults": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "hash": {
- "$ref": "#/definitions/HexData"
- },
- "logs": {},
- "indexes": {
- "additionalProperties": false,
- "properties": {
- "data": {
- "type": "integer"
- },
- "gas": {
- "type": "integer"
- },
- "value": {
- "type": "integer"
- }
- },
- "required": [
- "data",
- "gas",
- "value"
- ],
- "type": "object"
- }
- },
- "required": [
- "hash",
- "indexes"
- ],
- "type": "object"
- },
- "type": "array"
+ "TxSigS": {
+ "oneOf": [
+ {
+ "enum": [
+ "0x00"
+ ]
+ }
+ ]
+ },
+ "TxSigV": {
+ "description": "a value of 0 is an invalid chainId, but used in a test case",
+ "oneOf": [
+ {
+ "enum": [
+ "0x00",
+ "0x01"
+ ]
+ }
+ ]
}
},
"patternProperties": {
"^.*$": {
"properties": {
+ "_info": {
+ "$ref": "#/definitions/Info"
+ },
"env": {
"additionalproperties": false,
"properties": {
@@ -294,22 +212,22 @@
"post": {
"additionalProperties": false,
"properties": {
- "EIP150": {
+ "Byzantium": {
"$ref": "#/definitions/TransactionResults"
},
- "EIP158": {
+ "Constantinople": {
"$ref": "#/definitions/TransactionResults"
},
- "Frontier": {
+ "EIP150": {
"$ref": "#/definitions/TransactionResults"
},
- "Homestead": {
+ "EIP158": {
"$ref": "#/definitions/TransactionResults"
},
- "Byzantium": {
+ "Frontier": {
"$ref": "#/definitions/TransactionResults"
},
- "Constantinople": {
+ "Homestead": {
"$ref": "#/definitions/TransactionResults"
}
},
@@ -319,16 +237,20 @@
"additionalProperties": false,
"patternProperties": {
"^0x[0-9a-f]*": {
- "description": "prestate account address with 0x prefix",
- "$ref": "#/definitions/PreStateAccount"
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "prestate account address with 0x prefix"
}
},
"type": "object"
},
"transaction": {
"oneOf": [
- { "$ref": "#/definitions/Transaction" },
- { "$ref": "#/definitions/NullSenderTransaction" }
+ {
+ "$ref": "#/definitions/Transaction"
+ },
+ {
+ "$ref": "#/definitions/NullSenderTransaction"
+ }
]
}
},
diff --git a/JSONSchema/validate.js b/JSONSchema/validate.js
deleted file mode 100755
index e4c41140e..000000000
--- a/JSONSchema/validate.js
+++ /dev/null
@@ -1,82 +0,0 @@
-#! /bin/env node
-
-var fs = require('fs');
-var validate = require('jsonschema').validate;
-var readline = require('readline');
-var process = require('process');
-var dup = require('json-dup-key-validator');
-
-var schemaFile = process.argv[2];
-
-var schema = '';
-var testCode = '';
-var success = true;
-var numFiles = 0;
-var numFailed = 0;
-var numSucceeded = 0;
-var fileNames = [];
-
-var rl = readline.createInterface({
- input: process.stdin,
- output: process.stdout,
- terminal: false
-});
-
-rl.on('line', function(fileName) {
- if (fileName == 'BlockchainTests/bcForgedTest/bcInvalidRLPTest.json') {
- return
- }
- fileNames.push(fileName);
-});
-
-rl.on('close', function() {
- var jsonString = fs.readFileSync(schemaFile, "utf8");
- schema = dup.parse(jsonString);
-
- //sort file names alphabetically so that log output ordering is consistent
- fileNames.sort(function(a,b) {
- if(a<b) {
- return -1;
- } else {
- return 1;
- }
-
- return 0;
- });
-
- for (var i = 0; i < fileNames.length; i++) {
- try {
- var jsonString = fs.readFileSync(fileNames[i], "utf8");
- testCode = dup.parse(jsonString);
- } catch(e) {
- console.log('error on file:', fileNames[i])
- console.log(e);
- numFailed++;
- continue;
- }
-
- try {
- var x = validate(testCode, schema);
-
- if (x.errors.length > 0) {
- numFailed++;
- console.log(fileNames[i]+ ':\n');
- for (var j = 0; j < x.errors.length; j++) {
- console.log(' ' + x.errors[j] + '\n')
- }
- } else {
- numSucceeded++;
- }
- } catch (e) {
- console.log(e);
- numFailed++;
- }
- }
-
- console.log("Valid: "+numSucceeded+"\n");
- console.log("Failed: "+numFailed+"\n");
-
- if(numFailed > 0) {
- process.exit(-1);
- }
-});
diff --git a/JSONSchema/vm-filler-schema.json b/JSONSchema/vm-filler-schema.json
new file mode 100644
index 000000000..fe61ae86a
--- /dev/null
+++ b/JSONSchema/vm-filler-schema.json
@@ -0,0 +1,162 @@
+{
+ "definitions": {
+ "ExpectStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "code": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(0x)?[0-9a-f]+": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "code": {
+ "$ref": "#/definitions/LLLCode"
+ },
+ "nonce": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(0x)?[0-9a-f]+": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "balance",
+ "code",
+ "nonce"
+ ],
+ "type": "object"
+ }
+ },
+ "patternProperties": {
+ "^.*$": {
+ "properties": {
+ "env": {
+ "additionalproperties": false,
+ "properties": {
+ "currentCoinbase": {
+ "$ref": "#/definitions/HexMaybePrefix"
+ },
+ "currentDifficulty": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentGasLimit": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentNumber": {
+ "$ref": "#/definitions/IntegerOrConfusedHex"
+ },
+ "currentTimestamp": {
+ "$ref": "#/definitions/IntegerOrNumberOrConfusedHex"
+ }
+ },
+ "required": [
+ "currentCoinbase",
+ "currentDifficulty",
+ "currentGasLimit",
+ "currentNumber",
+ "currentTimestamp"
+ ],
+ "type": "object"
+ },
+ "exec": {
+ "additionalproperties": false,
+ "properties": {
+ "address": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "caller": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "code": {
+ "$ref": "#/definitions/LLLCode"
+ },
+ "data": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "gas": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "origin": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "value": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ }
+ },
+ "required": [
+ "address",
+ "caller",
+ "data",
+ "gas",
+ "gasPrice",
+ "origin",
+ "value"
+ ]
+ },
+ "expect": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^[0-9a-f]*": {
+ "$ref": "#/definitions/ExpectStateAccount",
+ "description": "expectstate account address with 0x prefix"
+ }
+ },
+ "type": "object"
+ },
+ "gas": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "logs": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "out": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "pre": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(0x)?[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "prestate account address with 0x prefix"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}
diff --git a/JSONSchema/vm-schema.json b/JSONSchema/vm-schema.json
new file mode 100644
index 000000000..f88b92a2e
--- /dev/null
+++ b/JSONSchema/vm-schema.json
@@ -0,0 +1,141 @@
+{
+ "definitions": {
+ "PreStateAccount": {
+ "additionalproperties": true,
+ "properties": {
+ "balance": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "code": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "nonce": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "storage": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]+": {
+ "$ref": "#/definitions/HexData",
+ "description": "storage key with 0x. data is HexData"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "balance",
+ "code",
+ "nonce"
+ ],
+ "type": "object"
+ }
+ },
+ "patternProperties": {
+ "^.*$": {
+ "properties": {
+ "_info": {
+ "$ref": "#/definitions/Info"
+ },
+ "env": {
+ "additionalproperties": false,
+ "properties": {
+ "currentCoinbase": {
+ "$ref": "#/definitions/HexData"
+ },
+ "currentDifficulty": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "currentGasLimit": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "currentNumber": {
+ "$ref": "#/definitions/ConfusedHexType"
+ },
+ "currentTimestamp": {
+ "$ref": "#/definitions/ConfusedHexType"
+ }
+ },
+ "required": [
+ "currentCoinbase",
+ "currentDifficulty",
+ "currentGasLimit",
+ "currentNumber",
+ "currentTimestamp"
+ ],
+ "type": "object"
+ },
+ "exec": {
+ "additionalproperties": false,
+ "properties": {
+ "address": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "caller": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "code": {
+ "$ref": "#/definitions/HexMaybePrefixOrEmpty"
+ },
+ "data": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "gas": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "gasPrice": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "origin": {
+ "$ref": "#/definitions/AddressMaybePrefixOrEmpty"
+ },
+ "value": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ }
+ },
+ "required": [
+ "address",
+ "caller",
+ "code",
+ "data",
+ "gas",
+ "gasPrice",
+ "origin",
+ "value"
+ ]
+ },
+ "gas": {
+ "$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
+ },
+ "logs": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "out": {
+ "$ref": "#/definitions/HexDataOrEmpty"
+ },
+ "post": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "poststate account address with 0x prefix"
+ }
+ },
+ "type": "object"
+ },
+ "pre": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^0x[0-9a-f]*": {
+ "$ref": "#/definitions/PreStateAccount",
+ "description": "prestate account address with 0x prefix"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}
diff --git a/VMTests/vmArithmeticTest/add0.json b/VMTests/vmArithmeticTest/add0.json
index def37aade..355b33833 100644
--- a/VMTests/vmArithmeticTest/add0.json
+++ b/VMTests/vmArithmeticTest/add0.json
@@ -2,8 +2,8 @@
"add0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/add0Filler.json",
"sourceHash" : "dcc7fc8aebdc2d7334440cfe6c63172941b4164c1ba8c32897318ca0cdfb7a1c"
},
diff --git a/VMTests/vmArithmeticTest/add1.json b/VMTests/vmArithmeticTest/add1.json
index 3aa92e8db..961896a68 100644
--- a/VMTests/vmArithmeticTest/add1.json
+++ b/VMTests/vmArithmeticTest/add1.json
@@ -2,8 +2,8 @@
"add1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/add1Filler.json",
"sourceHash" : "f21647f7464e6af98c7a9817d45d0665345edc8837011bfbdd2190da3ac83d1c"
},
diff --git a/VMTests/vmArithmeticTest/add2.json b/VMTests/vmArithmeticTest/add2.json
index 9823cf71e..e8f15d920 100644
--- a/VMTests/vmArithmeticTest/add2.json
+++ b/VMTests/vmArithmeticTest/add2.json
@@ -2,8 +2,8 @@
"add2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/add2Filler.json",
"sourceHash" : "70cc0c9520ca96d910fafb84c8b9df26b72e98475e32a61d2dc85c8dc9c2b4b8"
},
diff --git a/VMTests/vmArithmeticTest/add3.json b/VMTests/vmArithmeticTest/add3.json
index 2a911d67a..79fc7463a 100644
--- a/VMTests/vmArithmeticTest/add3.json
+++ b/VMTests/vmArithmeticTest/add3.json
@@ -2,8 +2,8 @@
"add3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/add3Filler.json",
"sourceHash" : "105038289d098d6a996d371943b892f3027319743c8769f26e5e617cbe0387e2"
},
diff --git a/VMTests/vmArithmeticTest/add4.json b/VMTests/vmArithmeticTest/add4.json
index 976262764..0fecd0891 100644
--- a/VMTests/vmArithmeticTest/add4.json
+++ b/VMTests/vmArithmeticTest/add4.json
@@ -2,8 +2,8 @@
"add4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/add4Filler.json",
"sourceHash" : "0758cd23f1cf3cd7d81780fc3abfd6dd483584cc974d40e8d1825ffb2238cffe"
},
diff --git a/VMTests/vmArithmeticTest/addmod0.json b/VMTests/vmArithmeticTest/addmod0.json
index e8e570135..8461f2e7a 100644
--- a/VMTests/vmArithmeticTest/addmod0.json
+++ b/VMTests/vmArithmeticTest/addmod0.json
@@ -2,8 +2,8 @@
"addmod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json",
"sourceHash" : "69837588368b0147085975aff924957c968a252ad30938046ca6b578bc3728c3"
},
diff --git a/VMTests/vmArithmeticTest/addmod1.json b/VMTests/vmArithmeticTest/addmod1.json
index 67ab99894..021815313 100644
--- a/VMTests/vmArithmeticTest/addmod1.json
+++ b/VMTests/vmArithmeticTest/addmod1.json
@@ -2,8 +2,8 @@
"addmod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json",
"sourceHash" : "8e0b69e7950cbfe076b88f60ab984eb43451ef2ffd82e057a493d40c63340e96"
},
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow2.json b/VMTests/vmArithmeticTest/addmod1_overflow2.json
index 8e6652d11..fe1103d3f 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow2.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow2.json
@@ -2,8 +2,8 @@
"addmod1_overflow2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json",
"sourceHash" : "ea89bb1d2edf42a3679edc6e79a1547ab2acab88b65fdd898848f069d4668887"
},
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow3.json b/VMTests/vmArithmeticTest/addmod1_overflow3.json
index dcf98e890..bf4d72599 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow3.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow3.json
@@ -2,8 +2,8 @@
"addmod1_overflow3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json",
"sourceHash" : "c6622fc4640ee14bc04fc25d6d8e1b8e9f276900cefab7731296e2d40e4e74de"
},
diff --git a/VMTests/vmArithmeticTest/addmod1_overflow4.json b/VMTests/vmArithmeticTest/addmod1_overflow4.json
index 7dfb2c243..962f34512 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflow4.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflow4.json
@@ -2,8 +2,8 @@
"addmod1_overflow4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json",
"sourceHash" : "60b3af67e1525c925ad468a9c5879f3a1dd9264bd71599d14bb0fe5ee85baa32"
},
diff --git a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
index 87e3a4c8f..641ea8234 100644
--- a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
+++ b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
@@ -2,8 +2,8 @@
"addmod1_overflowDiff" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json",
"sourceHash" : "e481611b65bea729363ab4905b904b25dabf4e37b459275fadf20ec26c03a7e6"
},
diff --git a/VMTests/vmArithmeticTest/addmod2.json b/VMTests/vmArithmeticTest/addmod2.json
index b81b5d28b..b5adee41b 100644
--- a/VMTests/vmArithmeticTest/addmod2.json
+++ b/VMTests/vmArithmeticTest/addmod2.json
@@ -2,8 +2,8 @@
"addmod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json",
"sourceHash" : "9c69727304f62e9a9e68c0f26fdec5c71bca730c09fa3cec098fe6814ea868ed"
},
diff --git a/VMTests/vmArithmeticTest/addmod2_0.json b/VMTests/vmArithmeticTest/addmod2_0.json
index 74082a9b9..1556f05cd 100644
--- a/VMTests/vmArithmeticTest/addmod2_0.json
+++ b/VMTests/vmArithmeticTest/addmod2_0.json
@@ -2,8 +2,8 @@
"addmod2_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json",
"sourceHash" : "e3f2905fabd335c0e86de4d6f33bcd256da698a52a685e3951529da4d1571b4d"
},
diff --git a/VMTests/vmArithmeticTest/addmod2_1.json b/VMTests/vmArithmeticTest/addmod2_1.json
index 67d46473a..15f0c6201 100644
--- a/VMTests/vmArithmeticTest/addmod2_1.json
+++ b/VMTests/vmArithmeticTest/addmod2_1.json
@@ -2,8 +2,8 @@
"addmod2_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json",
"sourceHash" : "7df326e4ca2b1e49badec9487259198cd6190ac5620e9d7197dd4d357155a3ab"
},
diff --git a/VMTests/vmArithmeticTest/addmod3.json b/VMTests/vmArithmeticTest/addmod3.json
index 49ab1aac3..be4a6bb15 100644
--- a/VMTests/vmArithmeticTest/addmod3.json
+++ b/VMTests/vmArithmeticTest/addmod3.json
@@ -2,8 +2,8 @@
"addmod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json",
"sourceHash" : "c24520291ed9c7c7764a3ddf54564cadbf705459bc4930e2bccab74056799631"
},
diff --git a/VMTests/vmArithmeticTest/addmod3_0.json b/VMTests/vmArithmeticTest/addmod3_0.json
index 0e7ba7f6b..93615380e 100644
--- a/VMTests/vmArithmeticTest/addmod3_0.json
+++ b/VMTests/vmArithmeticTest/addmod3_0.json
@@ -2,8 +2,8 @@
"addmod3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json",
"sourceHash" : "fd0fb4ca3416d536afb39bdd1ff061d834d7b2c4089b544f0ba7eace18e2acb7"
},
diff --git a/VMTests/vmArithmeticTest/addmodBigIntCast.json b/VMTests/vmArithmeticTest/addmodBigIntCast.json
index 7eed0e2c7..ca6c5e5f7 100644
--- a/VMTests/vmArithmeticTest/addmodBigIntCast.json
+++ b/VMTests/vmArithmeticTest/addmodBigIntCast.json
@@ -2,8 +2,8 @@
"addmodBigIntCast" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json",
"sourceHash" : "a38c1a69123e72b56d9cc442d5be6aa54f7f4cf9354f0160c461b1c61baede57"
},
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero.json b/VMTests/vmArithmeticTest/addmodDivByZero.json
index 4471c7ea5..53cd74d42 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero.json
@@ -2,8 +2,8 @@
"addmodDivByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json",
"sourceHash" : "1cd414944cb3298349f3672c7e01b0cbf98de4a216b8385914b37eafb908aa89"
},
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero1.json b/VMTests/vmArithmeticTest/addmodDivByZero1.json
index da707cf07..f138b7481 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero1.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero1.json
@@ -2,8 +2,8 @@
"addmodDivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json",
"sourceHash" : "63f039bd579d518124284d302bfdb4b7cf6e669737b54aded9ed25fd9efc64ab"
},
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero2.json b/VMTests/vmArithmeticTest/addmodDivByZero2.json
index 9ead8abdd..d53224b7d 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero2.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero2.json
@@ -2,8 +2,8 @@
"addmodDivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json",
"sourceHash" : "f1ccd94023526e6d5eeaafaeb3bd90ac7c027fde926b25563345c9ab01f24286"
},
diff --git a/VMTests/vmArithmeticTest/addmodDivByZero3.json b/VMTests/vmArithmeticTest/addmodDivByZero3.json
index f7fd99307..e4bfc5451 100644
--- a/VMTests/vmArithmeticTest/addmodDivByZero3.json
+++ b/VMTests/vmArithmeticTest/addmodDivByZero3.json
@@ -2,8 +2,8 @@
"addmodDivByZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json",
"sourceHash" : "c23eb8b07209c00db096f72b7c47b647c2eba38d7876e524b80d4d06a8bacfe7"
},
diff --git a/VMTests/vmArithmeticTest/arith1.json b/VMTests/vmArithmeticTest/arith1.json
index 714d7dd3c..9bf125c2d 100644
--- a/VMTests/vmArithmeticTest/arith1.json
+++ b/VMTests/vmArithmeticTest/arith1.json
@@ -2,8 +2,8 @@
"arith1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/arith1Filler.json",
"sourceHash" : "8f3e7dc473f01ad6eb28485f6d16657a65de82e702d4a3be4cac3968b12b817c"
},
diff --git a/VMTests/vmArithmeticTest/div1.json b/VMTests/vmArithmeticTest/div1.json
index 2f820b8eb..9342785e6 100644
--- a/VMTests/vmArithmeticTest/div1.json
+++ b/VMTests/vmArithmeticTest/div1.json
@@ -2,8 +2,8 @@
"div1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/div1Filler.json",
"sourceHash" : "f99cfceb609ecc9e592633614ecc763e1ca15bf0f3fbfb3e9a52131b81432ad4"
},
diff --git a/VMTests/vmArithmeticTest/divBoostBug.json b/VMTests/vmArithmeticTest/divBoostBug.json
index aebde9e50..b34481bbf 100644
--- a/VMTests/vmArithmeticTest/divBoostBug.json
+++ b/VMTests/vmArithmeticTest/divBoostBug.json
@@ -2,8 +2,8 @@
"divBoostBug" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json",
"sourceHash" : "b3c8814728f78142bae06edbd7083f7823401350927f18d772d4c042463059f8"
},
diff --git a/VMTests/vmArithmeticTest/divByNonZero0.json b/VMTests/vmArithmeticTest/divByNonZero0.json
index bcf7019de..aaffd36c1 100644
--- a/VMTests/vmArithmeticTest/divByNonZero0.json
+++ b/VMTests/vmArithmeticTest/divByNonZero0.json
@@ -2,8 +2,8 @@
"divByNonZero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json",
"sourceHash" : "d181ed91b0939a2527e2a4fd0629de1c66407a57935fc653d03c2eb946c41491"
},
diff --git a/VMTests/vmArithmeticTest/divByNonZero1.json b/VMTests/vmArithmeticTest/divByNonZero1.json
index 22df44708..0b63d5cf7 100644
--- a/VMTests/vmArithmeticTest/divByNonZero1.json
+++ b/VMTests/vmArithmeticTest/divByNonZero1.json
@@ -2,8 +2,8 @@
"divByNonZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json",
"sourceHash" : "64101d7909679fa39a402c3aaf5e363a0129c8cd83e2d754effbe2864b680457"
},
diff --git a/VMTests/vmArithmeticTest/divByNonZero2.json b/VMTests/vmArithmeticTest/divByNonZero2.json
index ff1f33d92..13e089a48 100644
--- a/VMTests/vmArithmeticTest/divByNonZero2.json
+++ b/VMTests/vmArithmeticTest/divByNonZero2.json
@@ -2,8 +2,8 @@
"divByNonZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json",
"sourceHash" : "69cda4579ec75d9e597c76a012dedd2e550ca3a9a562932e403a67c0889b6380"
},
diff --git a/VMTests/vmArithmeticTest/divByNonZero3.json b/VMTests/vmArithmeticTest/divByNonZero3.json
index 67de0588d..97e35110f 100644
--- a/VMTests/vmArithmeticTest/divByNonZero3.json
+++ b/VMTests/vmArithmeticTest/divByNonZero3.json
@@ -2,8 +2,8 @@
"divByNonZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json",
"sourceHash" : "ad37d228f0e5cc0073ed20dcf7395d612e1e12a073c1c3c18a0ceee814395b75"
},
diff --git a/VMTests/vmArithmeticTest/divByZero.json b/VMTests/vmArithmeticTest/divByZero.json
index 932f20498..251623e5e 100644
--- a/VMTests/vmArithmeticTest/divByZero.json
+++ b/VMTests/vmArithmeticTest/divByZero.json
@@ -2,8 +2,8 @@
"divByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json",
"sourceHash" : "0379670d4f721590eeb930531b621d2403d012cd378806e54c282313fd73f0f0"
},
diff --git a/VMTests/vmArithmeticTest/divByZero_2.json b/VMTests/vmArithmeticTest/divByZero_2.json
index 437000960..5420b05a6 100644
--- a/VMTests/vmArithmeticTest/divByZero_2.json
+++ b/VMTests/vmArithmeticTest/divByZero_2.json
@@ -2,8 +2,8 @@
"divByZero_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json",
"sourceHash" : "7931861f0598f5b3911c92dba838659607254e549d5e8451d71bc69d047cebc2"
},
diff --git a/VMTests/vmArithmeticTest/exp0.json b/VMTests/vmArithmeticTest/exp0.json
index e5c5c9abf..795e3d6ac 100644
--- a/VMTests/vmArithmeticTest/exp0.json
+++ b/VMTests/vmArithmeticTest/exp0.json
@@ -2,8 +2,8 @@
"exp0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp0Filler.json",
"sourceHash" : "972ed941f04945ffe82066f3e35ac6187cf6411a6e5361540a67dc5a94d4ea07"
},
diff --git a/VMTests/vmArithmeticTest/exp1.json b/VMTests/vmArithmeticTest/exp1.json
index a1d13625d..468b7bcec 100644
--- a/VMTests/vmArithmeticTest/exp1.json
+++ b/VMTests/vmArithmeticTest/exp1.json
@@ -2,8 +2,8 @@
"exp1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp1Filler.json",
"sourceHash" : "d5ef9a5cada0a6a7fb1fab06d7b1a09efe7f130f15fc1c8ea2f7d0b227acadb2"
},
diff --git a/VMTests/vmArithmeticTest/exp2.json b/VMTests/vmArithmeticTest/exp2.json
index e4631c31a..f3980f079 100644
--- a/VMTests/vmArithmeticTest/exp2.json
+++ b/VMTests/vmArithmeticTest/exp2.json
@@ -2,8 +2,8 @@
"exp2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp2Filler.json",
"sourceHash" : "8305010503c8432e2e59f017e616fdda7fbedbe832b75cf485c5c78eb47e591a"
},
diff --git a/VMTests/vmArithmeticTest/exp3.json b/VMTests/vmArithmeticTest/exp3.json
index effa3091e..402c5a01a 100644
--- a/VMTests/vmArithmeticTest/exp3.json
+++ b/VMTests/vmArithmeticTest/exp3.json
@@ -2,8 +2,8 @@
"exp3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp3Filler.json",
"sourceHash" : "5b5083de3c559be83b4acd451637c1515a1e2f17881207c4c6f1b96ad87fd919"
},
diff --git a/VMTests/vmArithmeticTest/exp4.json b/VMTests/vmArithmeticTest/exp4.json
index 71fb5d535..4923168ad 100644
--- a/VMTests/vmArithmeticTest/exp4.json
+++ b/VMTests/vmArithmeticTest/exp4.json
@@ -2,8 +2,8 @@
"exp4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp4Filler.json",
"sourceHash" : "cd45ef70914f24f4d701e7fb8602cfe8ee91f474cdd6405d04fe96447d8f7053"
},
diff --git a/VMTests/vmArithmeticTest/exp5.json b/VMTests/vmArithmeticTest/exp5.json
index 7f635d433..8df57af25 100644
--- a/VMTests/vmArithmeticTest/exp5.json
+++ b/VMTests/vmArithmeticTest/exp5.json
@@ -2,8 +2,8 @@
"exp5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp5Filler.json",
"sourceHash" : "318ed8bab4309bfe3524b15cbf8d41c00ce6f0caaa795b3c18e63a65b7e36e25"
},
diff --git a/VMTests/vmArithmeticTest/exp6.json b/VMTests/vmArithmeticTest/exp6.json
index c7c81d67c..49399a1dd 100644
--- a/VMTests/vmArithmeticTest/exp6.json
+++ b/VMTests/vmArithmeticTest/exp6.json
@@ -2,8 +2,8 @@
"exp6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp6Filler.json",
"sourceHash" : "5b7c62113f0d591dbb9e75c8d51a0ce3e2288d431080a8265b2573371deb1edc"
},
diff --git a/VMTests/vmArithmeticTest/exp7.json b/VMTests/vmArithmeticTest/exp7.json
index 3cfc59261..45714d662 100644
--- a/VMTests/vmArithmeticTest/exp7.json
+++ b/VMTests/vmArithmeticTest/exp7.json
@@ -2,8 +2,8 @@
"exp7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/exp7Filler.json",
"sourceHash" : "d1e5fa546ea20fce99bb003a4cdbd043c94289ad308e449c072729f43e0a44df"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
index ce0ab4d15..325e35a29 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json",
"sourceHash" : "2c087aea8c4b5c91100e892acf0e8b2bc1bc29d9f936f0d55603759df8783de7"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
index ecced8dc4..e993e6c56 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json",
"sourceHash" : "faec3c0e24c533aecb3e826308adb1e22fb205308a12cd31a271fee63d54a838"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
index 214eebb61..b7021bd23 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json",
"sourceHash" : "168f4ca57a54e23f15c08d7e90f45fb7c99363fecdd085db589c29356ee134a2"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
index a8b40cf5a..f4588b2af 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json",
"sourceHash" : "9d7592fc1201b621168d87312f71b4400e9a4d4a398c82d8d7017de394278a57"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
index ef019c617..7b50e41f6 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json",
"sourceHash" : "e3adac67619734e408082b0ae9173d9abd6d11564b5001297a4ebc00f2ccb4f7"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
index 311f96b08..f0c6b1f90 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json",
"sourceHash" : "c43c7b1e9b3eb12a8de5db33e61f4ef7baac02a5c7850bda31a68f4fde9549bf"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
index db5a215ae..449901e48 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json",
"sourceHash" : "27819e7b9b80ae0beb2297682b079269195974c9455de1eed3dca1034cba0048"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
index c97a25e59..1dd362693 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json",
"sourceHash" : "1a0490aa7bc91a8a40d9acac6288c71ffff4991b118b2f23b5965e94123bd705"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
index 4a0f8b81d..14de371e1 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json",
"sourceHash" : "30f6e889411698eed13e2a040a2f41fe3c1fd4b1833cc785be622659996ad479"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
index ce3b62c97..e2dea95d4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json",
"sourceHash" : "1309371fad3cf12b98eb82958d017baef248f2efbffc7dbf8ab07a8efda75bee"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
index cc9a5a0d7..b94fba0ef 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json",
"sourceHash" : "a9a6c3dd976cca27cae0e2ebbf4bacf63b602384e8272cf61002445ebff136f5"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
index c872a7a89..0bf977027 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json",
"sourceHash" : "d0df2aa79ef6a5d1b803fb005e73447953da7171b4e947fa2936be3f148864f2"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
index a16f91d6c..d72cdbf7d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json",
"sourceHash" : "398865268521f09f1e1d133600bd52ad4130e52f6846fc3c4b8e03b862e86f7e"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
index b79953c15..44d85cc9e 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json",
"sourceHash" : "80743f5e1e6a740339eec0441550741acc89ab879f198d7cc6d3905da24b2f41"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
index f5b5a673d..16ec151b2 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json",
"sourceHash" : "3e2c55bdd8e992c6c9db6910a82b34b8d2fd674a2e5d78d7411a8e35ffa7f093"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
index aa0623370..18543f5f6 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json",
"sourceHash" : "be37c9aac4e5399b3fe75515480c2cd65a9baf138655dd21f5a28ed9d55cb611"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
index c662baf93..b0e48c890 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json",
"sourceHash" : "73a851bb2f2033ee7a403b3ff65a627695c6eae37b1ab2a79b96533fad5fd14e"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
index e0d49bf94..73e7e39cf 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json",
"sourceHash" : "1b1fe064cbd99c44895bb1458e853c5564dfb749b8bfcf287f3df6bd89e8efa1"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
index 894292d0c..609ad4bac 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json",
"sourceHash" : "4ed286c5987852f3587a96e0a62db0c71f42819d4f41170980f68999a3fa39ef"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
index b5b9bc4e4..40fd17237 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json",
"sourceHash" : "49a50ad563e91a351ed87dc845cf038941bb57aa95bce0a3a08019fd89526a6f"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
index 39705cd2c..af84acac3 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json",
"sourceHash" : "d18536cbfbe7764cf7b1db7e73548e6c789500233ac28437d68db8312c6270f8"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
index d016806ab..6802a54b5 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json",
"sourceHash" : "cb101db6bd5052385132e0babaacc212155afbfcb398b52b1b8baa08bd302052"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
index 9b894b7fa..dd00e2141 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json",
"sourceHash" : "f435d4f41de3ee732f642ff222f5a36be969401d4941fbe947aa17f23e5b1eda"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
index 642f99687..9d2f00720 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json",
"sourceHash" : "0dce3aeccb3d6e15913863ede3bb4b2db122be2e79be3c1c9825cd7505152fb7"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
index f2407c80a..fce25dd0d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json",
"sourceHash" : "836e2f93a1ea7393c723482ec74da0f86ed2e0bad26a680e581b944ccbdf3e2f"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
index 4ef67001c..f1b183c68 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json",
"sourceHash" : "c32144b90a00d75eea8d4681897298781d37480233d6e420d531fa569f5649c3"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
index b633f37c5..434bb620e 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json",
"sourceHash" : "e1d465989d81ce4111dcea74490cb1361aa5f5635f0edfad8c0e7e6fad0a1f3a"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
index 6d717a7d4..c6f1c332f 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json",
"sourceHash" : "c623b01168634203c89da2589bb7df04f1dfb9e7677d7d15aabc3e32bdcc4977"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
index 7a0fab8c5..9d16cde55 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json",
"sourceHash" : "dad1914780da70d243e1bfc111188d0b76f2babdc0b5707dfa31ace5b8b9a17a"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
index 4e36aee89..4d6dcca8b 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json",
"sourceHash" : "d521557248ec7042f4ff4cb27e83dad00b7de39f67fd884872c5c70039295c51"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
index 3229bc929..d9e6f1ddd 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json",
"sourceHash" : "6e2d9b87481f2253e37e45e55db466a7a49b761563d83b1fcde77c1c52a37d7a"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
index f88977670..5f9101883 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json",
"sourceHash" : "42d6264b6debf7b7f85dfae49d36a9dac79291e10d6ac36d03784a2bc32ad790"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
index 2aec0029b..c762fd500 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json",
"sourceHash" : "75b38172e5269228b75fb6145d150700d6e124c1218f6099304bd1d17d0fad3b"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
index 7fa8834cc..cef586f77 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
@@ -2,8 +2,8 @@
"expPowerOf256Of256_9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json",
"sourceHash" : "e587592b571fbbe7615488d432734f5c34a9bfde62b7d57bdf7643b9b7c06cbe"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_1.json b/VMTests/vmArithmeticTest/expPowerOf256_1.json
index 1760a9844..e7b9275d7 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_1.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_1.json
@@ -2,8 +2,8 @@
"expPowerOf256_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json",
"sourceHash" : "16fbb934771f5b2053b1f20ae4912c1463295567cc2d56f98315a4847d507d8d"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_10.json b/VMTests/vmArithmeticTest/expPowerOf256_10.json
index 9fe4b3b91..10d09403b 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_10.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_10.json
@@ -2,8 +2,8 @@
"expPowerOf256_10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json",
"sourceHash" : "c63ab981f2085459076e378507c47ee6ae6605fe8d356e22e9f967c88f906729"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_11.json b/VMTests/vmArithmeticTest/expPowerOf256_11.json
index 0da9dc787..94b017899 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_11.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_11.json
@@ -2,8 +2,8 @@
"expPowerOf256_11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json",
"sourceHash" : "488cd4227d456590e5c90d6e733bd187917a08172f5f269601312376eb1da33f"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_12.json b/VMTests/vmArithmeticTest/expPowerOf256_12.json
index 60b0e8314..43a1ffae3 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_12.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_12.json
@@ -2,8 +2,8 @@
"expPowerOf256_12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json",
"sourceHash" : "392226c24466abfe4500da731a41e3693e3155cea8837345bd658aa07d1b4bf0"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_13.json b/VMTests/vmArithmeticTest/expPowerOf256_13.json
index ff7528e38..8f8f5b8cc 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_13.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_13.json
@@ -2,8 +2,8 @@
"expPowerOf256_13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json",
"sourceHash" : "beec37a23ab8455cf107f21d8e32c666cdf69008d21693dadc1aa180a13a8122"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_14.json b/VMTests/vmArithmeticTest/expPowerOf256_14.json
index 2badf1498..132f529e1 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_14.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_14.json
@@ -2,8 +2,8 @@
"expPowerOf256_14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json",
"sourceHash" : "186d50e93b2675aede0d915df14710897296065bc2548b6995173836782699c3"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_15.json b/VMTests/vmArithmeticTest/expPowerOf256_15.json
index 89ead6ddc..2f8eda31a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_15.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_15.json
@@ -2,8 +2,8 @@
"expPowerOf256_15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json",
"sourceHash" : "7f5b408ef1627c7a1a13a6a16e1d1e2d3f28c25eb0f7bd36612b3658e97d3b66"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_16.json b/VMTests/vmArithmeticTest/expPowerOf256_16.json
index 313a4f62a..7fd9b191a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_16.json
@@ -2,8 +2,8 @@
"expPowerOf256_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json",
"sourceHash" : "13123c5b15072c7b2d4258e85ffe16cad4967c2b795995fb82caf0c55bea5777"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_17.json b/VMTests/vmArithmeticTest/expPowerOf256_17.json
index fef94e635..ee9df5d01 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_17.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_17.json
@@ -2,8 +2,8 @@
"expPowerOf256_17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json",
"sourceHash" : "e45eb8d13c33e2f326c300991ee94c7fc355f6d4b403b9997eae4af384f9c718"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_18.json b/VMTests/vmArithmeticTest/expPowerOf256_18.json
index 6cc456c92..be78febcb 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_18.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_18.json
@@ -2,8 +2,8 @@
"expPowerOf256_18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json",
"sourceHash" : "d6cb5476907369ace6f89dedb6cfa48e6206d06323014b63e3d3412a88b7f1ae"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_19.json b/VMTests/vmArithmeticTest/expPowerOf256_19.json
index 7785a5a02..cda0484c4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_19.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_19.json
@@ -2,8 +2,8 @@
"expPowerOf256_19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json",
"sourceHash" : "e4aa661fa827549475ed5e8301714d2e0b43e9291b216b4bf746c344d585e773"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_2.json b/VMTests/vmArithmeticTest/expPowerOf256_2.json
index 8b2ff3c83..70b299c5e 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_2.json
@@ -2,8 +2,8 @@
"expPowerOf256_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json",
"sourceHash" : "07bcef4266f5ee70819d4ea7a9ea2d20b13548c86dfca80360c7aea1797f3f95"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_20.json b/VMTests/vmArithmeticTest/expPowerOf256_20.json
index 7602abb6c..633a988b5 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_20.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_20.json
@@ -2,8 +2,8 @@
"expPowerOf256_20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json",
"sourceHash" : "ef33504fb8f230ffc923208053a633ed892145c0593ef054be30e0f4977a9ec5"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_21.json b/VMTests/vmArithmeticTest/expPowerOf256_21.json
index dc10a075d..6d8b54565 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_21.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_21.json
@@ -2,8 +2,8 @@
"expPowerOf256_21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json",
"sourceHash" : "77271e189f1f301640781da5858de66b9d98f84f479b123be34f26caa64adb67"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_22.json b/VMTests/vmArithmeticTest/expPowerOf256_22.json
index a30e33cd3..908e3e929 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_22.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_22.json
@@ -2,8 +2,8 @@
"expPowerOf256_22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json",
"sourceHash" : "d056976d2b6ecf266c5288e4b5fd652f4cb3171eae3ea68a22acf7bdf6bdaf84"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_23.json b/VMTests/vmArithmeticTest/expPowerOf256_23.json
index 02a2eb3cc..65500e6c8 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_23.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_23.json
@@ -2,8 +2,8 @@
"expPowerOf256_23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json",
"sourceHash" : "542a9061397115d3c2937ee3dc44d6b196395066f3f8c6518f5bd18bef810169"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_24.json b/VMTests/vmArithmeticTest/expPowerOf256_24.json
index 0dcad7d32..b5cd91335 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_24.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_24.json
@@ -2,8 +2,8 @@
"expPowerOf256_24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json",
"sourceHash" : "8e029ce9c0f33ceaf1e0c2986f76854604f5bd12018671227a705ae57bdb57d8"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_25.json b/VMTests/vmArithmeticTest/expPowerOf256_25.json
index 0f1821afb..0752957b9 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_25.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_25.json
@@ -2,8 +2,8 @@
"expPowerOf256_25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json",
"sourceHash" : "b3b3a03b8a78799b64a89907a0b351f914efa445edc2e0f025e4dc509b9941e7"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_26.json b/VMTests/vmArithmeticTest/expPowerOf256_26.json
index 4e2c5f9fc..01137ce79 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_26.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_26.json
@@ -2,8 +2,8 @@
"expPowerOf256_26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json",
"sourceHash" : "3d1bb918bab2151b24714c254572c07f762c398ae4cf21890c16c89037ce8597"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_27.json b/VMTests/vmArithmeticTest/expPowerOf256_27.json
index b99b47703..b277a464d 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_27.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_27.json
@@ -2,8 +2,8 @@
"expPowerOf256_27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json",
"sourceHash" : "15f8c1655a2cf4350b9701ab6324da8472b3b0faf350cd832b89e3a46b544141"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_28.json b/VMTests/vmArithmeticTest/expPowerOf256_28.json
index 67fb3677a..a1fe2a47b 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_28.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_28.json
@@ -2,8 +2,8 @@
"expPowerOf256_28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json",
"sourceHash" : "638ec46c0d46a31e2e58efb22cc0b7c473f7c11c9b0092e63f506daeb42f117b"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_29.json b/VMTests/vmArithmeticTest/expPowerOf256_29.json
index 7b4ee8bd2..ffa1ca8d1 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_29.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_29.json
@@ -2,8 +2,8 @@
"expPowerOf256_29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json",
"sourceHash" : "e4d60adbb00c35e28179c0b6793a53dd44ebb6634391262a91db041e74b87f5c"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_3.json b/VMTests/vmArithmeticTest/expPowerOf256_3.json
index 6b20e6fd8..c9aa7cb4e 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_3.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_3.json
@@ -2,8 +2,8 @@
"expPowerOf256_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json",
"sourceHash" : "d2e71f04de753763b76ffe0a540fd9adaa461138b28e6aa42515c18f48b95f92"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_30.json b/VMTests/vmArithmeticTest/expPowerOf256_30.json
index 25c616c63..fa2275b53 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_30.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_30.json
@@ -2,8 +2,8 @@
"expPowerOf256_30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json",
"sourceHash" : "ce02670f9d0a42f0ac3c6975d19e3e2dfc15668e388b6f7e45c3d9bc80b51764"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_31.json b/VMTests/vmArithmeticTest/expPowerOf256_31.json
index 1faafda73..517069f4a 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_31.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_31.json
@@ -2,8 +2,8 @@
"expPowerOf256_31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json",
"sourceHash" : "c685cc3472bda9ae8656c5473614b288c46282486b62064446996feac51be396"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_32.json b/VMTests/vmArithmeticTest/expPowerOf256_32.json
index 16889c689..6171daee4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_32.json
@@ -2,8 +2,8 @@
"expPowerOf256_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json",
"sourceHash" : "ed1e00709ee87288d5782c4551742366f9e0a4604bf0e2ff5990c56e70dcbc74"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_33.json b/VMTests/vmArithmeticTest/expPowerOf256_33.json
index bb2ddcf92..43cdb1f6c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_33.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_33.json
@@ -2,8 +2,8 @@
"expPowerOf256_33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json",
"sourceHash" : "0c39167ce593ed18cf8bcd9bcc8c9db07079b9c77f3b326386f09d8745564767"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_4.json b/VMTests/vmArithmeticTest/expPowerOf256_4.json
index f897e5dff..f674db8ea 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_4.json
@@ -2,8 +2,8 @@
"expPowerOf256_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json",
"sourceHash" : "44609edd4d65ccd35dec7c2b4996adc009e3d890dcce6e8447cb8545fdd915ab"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_5.json b/VMTests/vmArithmeticTest/expPowerOf256_5.json
index e567bcc32..5301da2b8 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_5.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_5.json
@@ -2,8 +2,8 @@
"expPowerOf256_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json",
"sourceHash" : "c4e1fe9047ec92e28a022218cce8f6bf476463abccc5c38c8820adc0eecee7a8"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_6.json b/VMTests/vmArithmeticTest/expPowerOf256_6.json
index 536ad0a7c..228ea316b 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_6.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_6.json
@@ -2,8 +2,8 @@
"expPowerOf256_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json",
"sourceHash" : "7a1e9d28321fad6512955ef132b0ad2e97ae3f9a0888815f1fa3ff9ae8f8c617"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_7.json b/VMTests/vmArithmeticTest/expPowerOf256_7.json
index a3535e45c..1930f06f4 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_7.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_7.json
@@ -2,8 +2,8 @@
"expPowerOf256_7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json",
"sourceHash" : "aab76c2cdd95f40bd93b061e7a091919a5698cd8c91d573bea426f1300dc3d35"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_8.json b/VMTests/vmArithmeticTest/expPowerOf256_8.json
index 94cba6e39..f52a951c6 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_8.json
@@ -2,8 +2,8 @@
"expPowerOf256_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json",
"sourceHash" : "a318d780fe83ecdba8804c0638ea6bf83757fb82bd136a0a6b3f2fb8d7326ea6"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf256_9.json b/VMTests/vmArithmeticTest/expPowerOf256_9.json
index 7cb9798e1..9180497f5 100644
--- a/VMTests/vmArithmeticTest/expPowerOf256_9.json
+++ b/VMTests/vmArithmeticTest/expPowerOf256_9.json
@@ -2,8 +2,8 @@
"expPowerOf256_9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json",
"sourceHash" : "1ad447853761cecd48d31238ba56b2455cdb67c77deff367b8674250f8ef379b"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_128.json b/VMTests/vmArithmeticTest/expPowerOf2_128.json
index 82889592f..af802e606 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_128.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_128.json
@@ -2,8 +2,8 @@
"expPowerOf2_128" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json",
"sourceHash" : "3ba0fa1e755f39f2f3c0a33d9d70d454071b9ae199c0be6a86819825a1957c9f"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_16.json b/VMTests/vmArithmeticTest/expPowerOf2_16.json
index 2ac2ea513..58a905057 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_16.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_16.json
@@ -2,8 +2,8 @@
"expPowerOf2_16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json",
"sourceHash" : "fdfb5f99a61b0b4a955190a7134fc443ea97b835570ea6f295d6f059b710b00d"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_2.json b/VMTests/vmArithmeticTest/expPowerOf2_2.json
index d9b63fc88..ad967edbe 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_2.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_2.json
@@ -2,8 +2,8 @@
"expPowerOf2_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json",
"sourceHash" : "06c5b279048c557ce587da83ebe49154e4a9807add4c95f204be3eb8f736c437"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_256.json b/VMTests/vmArithmeticTest/expPowerOf2_256.json
index 4f831d26a..c0a7ae620 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_256.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_256.json
@@ -2,8 +2,8 @@
"expPowerOf2_256" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json",
"sourceHash" : "c83759ae4217b107fe9faa4149b0d22de89653b76fbeb55eb53951caca817fef"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_32.json b/VMTests/vmArithmeticTest/expPowerOf2_32.json
index 40f61de6f..277fb2b04 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_32.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_32.json
@@ -2,8 +2,8 @@
"expPowerOf2_32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json",
"sourceHash" : "eb328b22481e99d35dc854a7ee9b903627ea9acbdc844233ecdea53b6f02174a"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_4.json b/VMTests/vmArithmeticTest/expPowerOf2_4.json
index 399a6ce55..3bb5725ef 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_4.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_4.json
@@ -2,8 +2,8 @@
"expPowerOf2_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json",
"sourceHash" : "91dfec0880b67536467cc81c7a4f2a55a5ff53b2a2941a672ecb9ed42bc04561"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_64.json b/VMTests/vmArithmeticTest/expPowerOf2_64.json
index b648adf4c..3bfdead5e 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_64.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_64.json
@@ -2,8 +2,8 @@
"expPowerOf2_64" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json",
"sourceHash" : "70d2fcbc9e3456de712e542f42cde87b9758362ef951449a5f7d41f007b29708"
},
diff --git a/VMTests/vmArithmeticTest/expPowerOf2_8.json b/VMTests/vmArithmeticTest/expPowerOf2_8.json
index 9292e3438..c909d9c1c 100644
--- a/VMTests/vmArithmeticTest/expPowerOf2_8.json
+++ b/VMTests/vmArithmeticTest/expPowerOf2_8.json
@@ -2,8 +2,8 @@
"expPowerOf2_8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json",
"sourceHash" : "db4de73e43dc419435540b961648502905afd5dfc55e7f99610e3fd8979183c4"
},
diff --git a/VMTests/vmArithmeticTest/expXY.json b/VMTests/vmArithmeticTest/expXY.json
index 6088fe9ce..465d8ebc9 100644
--- a/VMTests/vmArithmeticTest/expXY.json
+++ b/VMTests/vmArithmeticTest/expXY.json
@@ -2,8 +2,8 @@
"expXY" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expXYFiller.json",
"sourceHash" : "f7f1a3990ae066728de05044ac8f19daf7424ccb5e2f8ec6fa6face0255c12f9"
},
diff --git a/VMTests/vmArithmeticTest/expXY_success.json b/VMTests/vmArithmeticTest/expXY_success.json
index a5e61b3d8..31e35ed5e 100644
--- a/VMTests/vmArithmeticTest/expXY_success.json
+++ b/VMTests/vmArithmeticTest/expXY_success.json
@@ -2,8 +2,8 @@
"expXY_success" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json",
"sourceHash" : "bc5f7a7dca50ae0a0dd7bb43a0e68a9c679fcde4627892a49fbdc23b0a86b36a"
},
diff --git a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
index 54c046acc..c2aa27924 100644
--- a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
+++ b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
@@ -2,8 +2,8 @@
"fibbonacci_unrolled" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json",
"sourceHash" : "cbc88733153817d7697a91c79578e3939706a9c1a8ac266ec9fa6ba8b59f98ef"
},
diff --git a/VMTests/vmArithmeticTest/mod0.json b/VMTests/vmArithmeticTest/mod0.json
index eb527e870..9f665e1c2 100644
--- a/VMTests/vmArithmeticTest/mod0.json
+++ b/VMTests/vmArithmeticTest/mod0.json
@@ -2,8 +2,8 @@
"mod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mod0Filler.json",
"sourceHash" : "2ee0b9c5d36fbae6850da8779fa82661baf68b125e45a87aa4eacdc638a973c1"
},
diff --git a/VMTests/vmArithmeticTest/mod1.json b/VMTests/vmArithmeticTest/mod1.json
index a3c7514b3..8db9bbae1 100644
--- a/VMTests/vmArithmeticTest/mod1.json
+++ b/VMTests/vmArithmeticTest/mod1.json
@@ -2,8 +2,8 @@
"mod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mod1Filler.json",
"sourceHash" : "3138621aabbedf44390f461a78f53dfa3ab9e6fcd0e04c6a0b31eb75b8261364"
},
diff --git a/VMTests/vmArithmeticTest/mod2.json b/VMTests/vmArithmeticTest/mod2.json
index d2ae5b266..380546d07 100644
--- a/VMTests/vmArithmeticTest/mod2.json
+++ b/VMTests/vmArithmeticTest/mod2.json
@@ -2,8 +2,8 @@
"mod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mod2Filler.json",
"sourceHash" : "17781cb1fcbf60a7680ad7ce993f3d531bcf81a0ef845baf9983d317119739b7"
},
diff --git a/VMTests/vmArithmeticTest/mod3.json b/VMTests/vmArithmeticTest/mod3.json
index 1b75d4c93..9f2bf6120 100644
--- a/VMTests/vmArithmeticTest/mod3.json
+++ b/VMTests/vmArithmeticTest/mod3.json
@@ -2,8 +2,8 @@
"mod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mod3Filler.json",
"sourceHash" : "252164a18d03038559d91387308a8e52b869c02b0a715ba7bd6d4bd816b60eca"
},
diff --git a/VMTests/vmArithmeticTest/mod4.json b/VMTests/vmArithmeticTest/mod4.json
index f22e52663..0ab534f4e 100644
--- a/VMTests/vmArithmeticTest/mod4.json
+++ b/VMTests/vmArithmeticTest/mod4.json
@@ -2,8 +2,8 @@
"mod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mod4Filler.json",
"sourceHash" : "e2c9a9e2ac84e9998d6ab4d4cd3283fa6df50c698d8d379ad3949aaf5ba979e5"
},
diff --git a/VMTests/vmArithmeticTest/modByZero.json b/VMTests/vmArithmeticTest/modByZero.json
index 0e460eb8b..d419797e9 100644
--- a/VMTests/vmArithmeticTest/modByZero.json
+++ b/VMTests/vmArithmeticTest/modByZero.json
@@ -2,8 +2,8 @@
"modByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json",
"sourceHash" : "4b5746b40add45b15482297434254e8f3a3e6a2177c2707d6cc362e234de5be0"
},
diff --git a/VMTests/vmArithmeticTest/mul0.json b/VMTests/vmArithmeticTest/mul0.json
index 4774e57d5..949a286d6 100644
--- a/VMTests/vmArithmeticTest/mul0.json
+++ b/VMTests/vmArithmeticTest/mul0.json
@@ -2,8 +2,8 @@
"mul0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul0Filler.json",
"sourceHash" : "58a9a1865a396b48964d80bbb835a11fdf04b8670f874822871ad3f47ae00e46"
},
diff --git a/VMTests/vmArithmeticTest/mul1.json b/VMTests/vmArithmeticTest/mul1.json
index 1a38364f7..3cad0db64 100644
--- a/VMTests/vmArithmeticTest/mul1.json
+++ b/VMTests/vmArithmeticTest/mul1.json
@@ -2,8 +2,8 @@
"mul1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul1Filler.json",
"sourceHash" : "875d4975af8db905121dd74af67a360fdb7575e4bd1a7395f7dc4b47c543a988"
},
diff --git a/VMTests/vmArithmeticTest/mul2.json b/VMTests/vmArithmeticTest/mul2.json
index ba4aebbaf..1c84053eb 100644
--- a/VMTests/vmArithmeticTest/mul2.json
+++ b/VMTests/vmArithmeticTest/mul2.json
@@ -2,8 +2,8 @@
"mul2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul2Filler.json",
"sourceHash" : "1bc06846ec1e58b28be79a89ba57b6e5ede91b194cd92e83c00f8aea24b850fa"
},
diff --git a/VMTests/vmArithmeticTest/mul3.json b/VMTests/vmArithmeticTest/mul3.json
index f52df6854..1de5e3425 100644
--- a/VMTests/vmArithmeticTest/mul3.json
+++ b/VMTests/vmArithmeticTest/mul3.json
@@ -2,8 +2,8 @@
"mul3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul3Filler.json",
"sourceHash" : "784a4bac2f908a96f896815e46ce348906b2e013ac96a37f2aaff419574b62c2"
},
diff --git a/VMTests/vmArithmeticTest/mul4.json b/VMTests/vmArithmeticTest/mul4.json
index 8539c1b69..21817e2c8 100644
--- a/VMTests/vmArithmeticTest/mul4.json
+++ b/VMTests/vmArithmeticTest/mul4.json
@@ -2,8 +2,8 @@
"mul4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul4Filler.json",
"sourceHash" : "45dd057a18eccb8d25d9d9b21108e8417cc0761f7441acdb70e950ea30d571c3"
},
diff --git a/VMTests/vmArithmeticTest/mul5.json b/VMTests/vmArithmeticTest/mul5.json
index 0ecf24fa0..e39fd1dc3 100644
--- a/VMTests/vmArithmeticTest/mul5.json
+++ b/VMTests/vmArithmeticTest/mul5.json
@@ -2,8 +2,8 @@
"mul5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul5Filler.json",
"sourceHash" : "89549d49e7483833a4e34bab92c0c0420616e9ec8142ff4b2e27f53073856c71"
},
diff --git a/VMTests/vmArithmeticTest/mul6.json b/VMTests/vmArithmeticTest/mul6.json
index f4a947648..80a9dbc9c 100644
--- a/VMTests/vmArithmeticTest/mul6.json
+++ b/VMTests/vmArithmeticTest/mul6.json
@@ -2,8 +2,8 @@
"mul6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul6Filler.json",
"sourceHash" : "bca12e44c9757affee296b2c9b32f146aeba5a8c4f15c889529fb7ee8058d1f0"
},
diff --git a/VMTests/vmArithmeticTest/mul7.json b/VMTests/vmArithmeticTest/mul7.json
index 10b1919b7..6c7f08576 100644
--- a/VMTests/vmArithmeticTest/mul7.json
+++ b/VMTests/vmArithmeticTest/mul7.json
@@ -2,8 +2,8 @@
"mul7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mul7Filler.json",
"sourceHash" : "95a46849ec2ea26374c55eca1469a84aba7113c5d1c3f2b114a21e8afef66a09"
},
diff --git a/VMTests/vmArithmeticTest/mulUnderFlow.json b/VMTests/vmArithmeticTest/mulUnderFlow.json
index e9f6ea2ba..a7c1f9e5a 100644
--- a/VMTests/vmArithmeticTest/mulUnderFlow.json
+++ b/VMTests/vmArithmeticTest/mulUnderFlow.json
@@ -2,8 +2,8 @@
"mulUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json",
"sourceHash" : "c4dc43a2d2480a375b5f4cde0ff0b1059f36577d7c555b2ee92db62aad36aea2"
},
diff --git a/VMTests/vmArithmeticTest/mulmod0.json b/VMTests/vmArithmeticTest/mulmod0.json
index 6ee65db0e..eb02e99e7 100644
--- a/VMTests/vmArithmeticTest/mulmod0.json
+++ b/VMTests/vmArithmeticTest/mulmod0.json
@@ -2,8 +2,8 @@
"mulmod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json",
"sourceHash" : "767b5508cdc961f3ca017e91c51e48ad932aa626883b9e6cb0a7f5d9caa62618"
},
diff --git a/VMTests/vmArithmeticTest/mulmod1.json b/VMTests/vmArithmeticTest/mulmod1.json
index 82399ddf4..7c92524c4 100644
--- a/VMTests/vmArithmeticTest/mulmod1.json
+++ b/VMTests/vmArithmeticTest/mulmod1.json
@@ -2,8 +2,8 @@
"mulmod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json",
"sourceHash" : "6b32e8069707bd5ee71ec2c2c303483bf358379065099649dc1766ec9a8442cd"
},
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow.json b/VMTests/vmArithmeticTest/mulmod1_overflow.json
index 38f38c7b5..7d1ad9245 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow.json
@@ -2,8 +2,8 @@
"mulmod1_overflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json",
"sourceHash" : "bc67e288ab51605bc21b8bca2e08639cad3d4739d76643023a626c107779426d"
},
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow2.json b/VMTests/vmArithmeticTest/mulmod1_overflow2.json
index 110f99732..c00a96c49 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow2.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow2.json
@@ -2,8 +2,8 @@
"mulmod1_overflow2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json",
"sourceHash" : "f763267bd021dd60da1d92fa3beabb939ef2d0d09a4e29ab0e32e8c3bd7b0dc9"
},
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow3.json b/VMTests/vmArithmeticTest/mulmod1_overflow3.json
index d68e0ba5b..7d48d33c1 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow3.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow3.json
@@ -2,8 +2,8 @@
"mulmod1_overflow3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json",
"sourceHash" : "a7b60d2491579fdcaf5e94d93fe908f8b16b823d494ae3d9478c43f2ea7bd834"
},
diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow4.json b/VMTests/vmArithmeticTest/mulmod1_overflow4.json
index db0f7cd4f..4ab9c042a 100644
--- a/VMTests/vmArithmeticTest/mulmod1_overflow4.json
+++ b/VMTests/vmArithmeticTest/mulmod1_overflow4.json
@@ -2,8 +2,8 @@
"mulmod1_overflow4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json",
"sourceHash" : "922a50e498af6f9130867a28130ad6ef98f9a3c19165e317f3f9062011a14026"
},
diff --git a/VMTests/vmArithmeticTest/mulmod2.json b/VMTests/vmArithmeticTest/mulmod2.json
index 787d960a6..d9ec88055 100644
--- a/VMTests/vmArithmeticTest/mulmod2.json
+++ b/VMTests/vmArithmeticTest/mulmod2.json
@@ -2,8 +2,8 @@
"mulmod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json",
"sourceHash" : "721a303cc662f31affb219ba697d1c1e171d1780e3c5b23f413ae6a3f94f81f4"
},
diff --git a/VMTests/vmArithmeticTest/mulmod2_0.json b/VMTests/vmArithmeticTest/mulmod2_0.json
index c3493a598..2bdd439ba 100644
--- a/VMTests/vmArithmeticTest/mulmod2_0.json
+++ b/VMTests/vmArithmeticTest/mulmod2_0.json
@@ -2,8 +2,8 @@
"mulmod2_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json",
"sourceHash" : "57716635892e086cdf101b64850f412daa5737569899026b3b4eeff6639b0987"
},
diff --git a/VMTests/vmArithmeticTest/mulmod2_1.json b/VMTests/vmArithmeticTest/mulmod2_1.json
index 9bd6d4ff5..743ee91b4 100644
--- a/VMTests/vmArithmeticTest/mulmod2_1.json
+++ b/VMTests/vmArithmeticTest/mulmod2_1.json
@@ -2,8 +2,8 @@
"mulmod2_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json",
"sourceHash" : "c44cc47d3c21c1aa51395946e6023e82d076e5c128d370a346b0b1724843affa"
},
diff --git a/VMTests/vmArithmeticTest/mulmod3.json b/VMTests/vmArithmeticTest/mulmod3.json
index 4f45e9d44..6f6ab5e48 100644
--- a/VMTests/vmArithmeticTest/mulmod3.json
+++ b/VMTests/vmArithmeticTest/mulmod3.json
@@ -2,8 +2,8 @@
"mulmod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json",
"sourceHash" : "de5ef219cbf674cfaef91ab0dc8c1c7a3da96ca19789d82de96cdc831dd8e73b"
},
diff --git a/VMTests/vmArithmeticTest/mulmod3_0.json b/VMTests/vmArithmeticTest/mulmod3_0.json
index ec5de13a1..2bcf21793 100644
--- a/VMTests/vmArithmeticTest/mulmod3_0.json
+++ b/VMTests/vmArithmeticTest/mulmod3_0.json
@@ -2,8 +2,8 @@
"mulmod3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json",
"sourceHash" : "9f7b685641648b59465a41a4a45e02ddefa2779c981ff4e24fbde810d4bdef39"
},
diff --git a/VMTests/vmArithmeticTest/mulmod4.json b/VMTests/vmArithmeticTest/mulmod4.json
index 3f4d5ceea..8e1f42155 100644
--- a/VMTests/vmArithmeticTest/mulmod4.json
+++ b/VMTests/vmArithmeticTest/mulmod4.json
@@ -2,8 +2,8 @@
"mulmod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json",
"sourceHash" : "32961c8198308c3d51e61132c8354292803bbd7b4ebb709745836535444d2071"
},
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero.json b/VMTests/vmArithmeticTest/mulmoddivByZero.json
index 55af5949a..b3a8c4bc1 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero.json
@@ -2,8 +2,8 @@
"mulmoddivByZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json",
"sourceHash" : "ec1ad3cf4c568d4d10c865a1c143e20e0bf35c8ab8eb8525c41820d95a88f897"
},
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero1.json b/VMTests/vmArithmeticTest/mulmoddivByZero1.json
index 02dfb48d2..96bda95aa 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero1.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero1.json
@@ -2,8 +2,8 @@
"mulmoddivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json",
"sourceHash" : "b2a3da11358e5cb15711b465a7aa9bfea20c06ac8b0f0bdde036b3eefa6da57f"
},
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero2.json b/VMTests/vmArithmeticTest/mulmoddivByZero2.json
index 5327b992c..23d268bca 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero2.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero2.json
@@ -2,8 +2,8 @@
"mulmoddivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json",
"sourceHash" : "a1ae353f9c34e7b84c7df86663186e618b091f99e14f66fa456dd8c26da748c8"
},
diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero3.json b/VMTests/vmArithmeticTest/mulmoddivByZero3.json
index 503a5a8e2..46fb9089e 100644
--- a/VMTests/vmArithmeticTest/mulmoddivByZero3.json
+++ b/VMTests/vmArithmeticTest/mulmoddivByZero3.json
@@ -2,8 +2,8 @@
"mulmoddivByZero3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json",
"sourceHash" : "207ae005ea9edb1b9286ace7da9e01e18edd1eb1c3b54a3ab75ed40e972d61be"
},
diff --git a/VMTests/vmArithmeticTest/not1.json b/VMTests/vmArithmeticTest/not1.json
index ce253c13d..a49cb1a2d 100644
--- a/VMTests/vmArithmeticTest/not1.json
+++ b/VMTests/vmArithmeticTest/not1.json
@@ -2,8 +2,8 @@
"not1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/not1Filler.json",
"sourceHash" : "759b4c3c3cce13205ae8c709fa287e6b0a0200ba5bceac5a7e380238aa5d0839"
},
diff --git a/VMTests/vmArithmeticTest/sdiv0.json b/VMTests/vmArithmeticTest/sdiv0.json
index 1cc9ba2b1..0b6df6fdb 100644
--- a/VMTests/vmArithmeticTest/sdiv0.json
+++ b/VMTests/vmArithmeticTest/sdiv0.json
@@ -2,8 +2,8 @@
"sdiv0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json",
"sourceHash" : "e4fed1dd5885f1f6088f4679cd777c957b2c4923e262e50eceddebb987a61a6e"
},
diff --git a/VMTests/vmArithmeticTest/sdiv1.json b/VMTests/vmArithmeticTest/sdiv1.json
index 33f523a2b..67b11ce97 100644
--- a/VMTests/vmArithmeticTest/sdiv1.json
+++ b/VMTests/vmArithmeticTest/sdiv1.json
@@ -2,8 +2,8 @@
"sdiv1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json",
"sourceHash" : "abca0305e362717e8a2b262b8c38c47a57150b4e394438f836822d4ae48b0342"
},
diff --git a/VMTests/vmArithmeticTest/sdiv2.json b/VMTests/vmArithmeticTest/sdiv2.json
index 5042df458..8920e0e3c 100644
--- a/VMTests/vmArithmeticTest/sdiv2.json
+++ b/VMTests/vmArithmeticTest/sdiv2.json
@@ -2,8 +2,8 @@
"sdiv2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json",
"sourceHash" : "ae9eb1a676c36b5f43d26e77be0c090c049b0abf00cfadb9847276e30ec90b91"
},
diff --git a/VMTests/vmArithmeticTest/sdiv3.json b/VMTests/vmArithmeticTest/sdiv3.json
index c5f267ff6..b4702c219 100644
--- a/VMTests/vmArithmeticTest/sdiv3.json
+++ b/VMTests/vmArithmeticTest/sdiv3.json
@@ -2,8 +2,8 @@
"sdiv3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json",
"sourceHash" : "cdd045efd78c8fc52fe371516bb320b083c270e2e3888389bafabc0072a33c0c"
},
diff --git a/VMTests/vmArithmeticTest/sdiv4.json b/VMTests/vmArithmeticTest/sdiv4.json
index 9f38ce2c1..f42df06d9 100644
--- a/VMTests/vmArithmeticTest/sdiv4.json
+++ b/VMTests/vmArithmeticTest/sdiv4.json
@@ -2,8 +2,8 @@
"sdiv4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json",
"sourceHash" : "5f3b61a3213e0be0199b3452f82e31f042f601e96b8e2240ef4b18a219f55adf"
},
diff --git a/VMTests/vmArithmeticTest/sdiv5.json b/VMTests/vmArithmeticTest/sdiv5.json
index a61126b62..15f7e9981 100644
--- a/VMTests/vmArithmeticTest/sdiv5.json
+++ b/VMTests/vmArithmeticTest/sdiv5.json
@@ -2,8 +2,8 @@
"sdiv5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json",
"sourceHash" : "68a55929a068949809b9fd06e0650f45d44d5eaa6b5374174340c247ffce0f73"
},
diff --git a/VMTests/vmArithmeticTest/sdiv6.json b/VMTests/vmArithmeticTest/sdiv6.json
index 29b81296f..d4ec79a3f 100644
--- a/VMTests/vmArithmeticTest/sdiv6.json
+++ b/VMTests/vmArithmeticTest/sdiv6.json
@@ -2,8 +2,8 @@
"sdiv6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json",
"sourceHash" : "f86bb63df09d84d1101adaca3ced246f40d1d5208fae50651ed2db3f3aedf066"
},
diff --git a/VMTests/vmArithmeticTest/sdiv7.json b/VMTests/vmArithmeticTest/sdiv7.json
index fb02d9bb0..7bbd8e4e9 100644
--- a/VMTests/vmArithmeticTest/sdiv7.json
+++ b/VMTests/vmArithmeticTest/sdiv7.json
@@ -2,8 +2,8 @@
"sdiv7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json",
"sourceHash" : "64f233a88f621945fa94a7002544d422f21b923d38b755d975edd9b753ae6fca"
},
diff --git a/VMTests/vmArithmeticTest/sdiv8.json b/VMTests/vmArithmeticTest/sdiv8.json
index 9f1ef8f4a..6577bdf97 100644
--- a/VMTests/vmArithmeticTest/sdiv8.json
+++ b/VMTests/vmArithmeticTest/sdiv8.json
@@ -2,8 +2,8 @@
"sdiv8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json",
"sourceHash" : "e7cb1b031ab156524184d4e69a5f0cb5aa42838e7365698c169be854f98a2dae"
},
diff --git a/VMTests/vmArithmeticTest/sdiv9.json b/VMTests/vmArithmeticTest/sdiv9.json
index a3d048c1e..2cf33206f 100644
--- a/VMTests/vmArithmeticTest/sdiv9.json
+++ b/VMTests/vmArithmeticTest/sdiv9.json
@@ -2,8 +2,8 @@
"sdiv9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json",
"sourceHash" : "1488f69cbe8c316493e178df4f6b3c451f1bf3bd6985521dd1d0b95e388a5851"
},
diff --git a/VMTests/vmArithmeticTest/sdivByZero0.json b/VMTests/vmArithmeticTest/sdivByZero0.json
index 59da354fd..5b52d1dc9 100644
--- a/VMTests/vmArithmeticTest/sdivByZero0.json
+++ b/VMTests/vmArithmeticTest/sdivByZero0.json
@@ -2,8 +2,8 @@
"sdivByZero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json",
"sourceHash" : "e28b1b8db741bfcec03b7cc8f52792aa153f3ae1967df90250790f1616e5ac03"
},
diff --git a/VMTests/vmArithmeticTest/sdivByZero1.json b/VMTests/vmArithmeticTest/sdivByZero1.json
index 45354cc28..acb205489 100644
--- a/VMTests/vmArithmeticTest/sdivByZero1.json
+++ b/VMTests/vmArithmeticTest/sdivByZero1.json
@@ -2,8 +2,8 @@
"sdivByZero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json",
"sourceHash" : "24a3965ea6c53bf002f948f9011c6285484ffd0e223f2759fc15208277099d41"
},
diff --git a/VMTests/vmArithmeticTest/sdivByZero2.json b/VMTests/vmArithmeticTest/sdivByZero2.json
index 13e29fe87..e4b6410e2 100644
--- a/VMTests/vmArithmeticTest/sdivByZero2.json
+++ b/VMTests/vmArithmeticTest/sdivByZero2.json
@@ -2,8 +2,8 @@
"sdivByZero2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json",
"sourceHash" : "37ed1808a19210576d4855767d413bdd583bccb07c4546f0bd5a07c112e112cb"
},
diff --git a/VMTests/vmArithmeticTest/sdiv_dejavu.json b/VMTests/vmArithmeticTest/sdiv_dejavu.json
index 19bcefb32..993720984 100644
--- a/VMTests/vmArithmeticTest/sdiv_dejavu.json
+++ b/VMTests/vmArithmeticTest/sdiv_dejavu.json
@@ -2,11 +2,13 @@
"sdiv_dejavu" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json",
- "sourceHash" : "6db2726eb4c77fdbdac68e80a65f336195c2f5ec859e69a43a55d3d8c21daf5b"
+ "sourceHash" : "9aa0a025d0f407c03982ce3cc06415063bc5a2b5672e0416880bf73057ad031c"
},
+ "callcreates" : [
+ ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -17,17 +19,30 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f2947def4cf144679da39c4c32bdc35681",
- "code" : "0x60600560600960600003058060600055",
+ "code" : "0x600560096000030580600055",
"data" : "0x",
"gas" : "0x989680",
"gasPrice" : "0x01",
"origin" : "0xcd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
+ "gas" : "0x984849",
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
+ "out" : "0x",
+ "post" : {
+ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "0x0de0b6b3a7640000",
+ "code" : "0x600560096000030580600055",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
+ }
+ }
+ },
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x0de0b6b3a7640000",
- "code" : "0x60600560600960600003058060600055",
+ "code" : "0x600560096000030580600055",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min.json b/VMTests/vmArithmeticTest/sdiv_i256min.json
index c05623c4d..106755c5d 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min.json
@@ -2,8 +2,8 @@
"sdiv_i256min" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json",
"sourceHash" : "e3608d44883226b06869f6e0166d5d3dbf6e57029344554f9d5358093087759c"
},
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min2.json b/VMTests/vmArithmeticTest/sdiv_i256min2.json
index ffc60712f..a19484e6b 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min2.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min2.json
@@ -2,8 +2,8 @@
"sdiv_i256min2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json",
"sourceHash" : "a5d9086646204003fb76b60436395730ac80703f96c5e72ff7d8d98103c2e893"
},
diff --git a/VMTests/vmArithmeticTest/sdiv_i256min3.json b/VMTests/vmArithmeticTest/sdiv_i256min3.json
index 1babe5d33..f6aefb468 100644
--- a/VMTests/vmArithmeticTest/sdiv_i256min3.json
+++ b/VMTests/vmArithmeticTest/sdiv_i256min3.json
@@ -2,8 +2,8 @@
"sdiv_i256min3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json",
"sourceHash" : "46cc6af8ec52711f15b64bdc3d967103128250f5adaf170c35b0d3ad576767a6"
},
diff --git a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
index 8189e7863..608e89a03 100644
--- a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
+++ b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
@@ -2,8 +2,8 @@
"signextendInvalidByteNumber" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json",
"sourceHash" : "bd7c7a0a6160f2edd405214bc7508e11cb967d1b5c361f31591ce474e537601a"
},
diff --git a/VMTests/vmArithmeticTest/signextend_00.json b/VMTests/vmArithmeticTest/signextend_00.json
index 3fe92b77e..dedee7e35 100644
--- a/VMTests/vmArithmeticTest/signextend_00.json
+++ b/VMTests/vmArithmeticTest/signextend_00.json
@@ -2,8 +2,8 @@
"signextend_00" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json",
"sourceHash" : "e9b56b79cbe54b20c64488e6d90de2337ec046232a0235fdc59687e59ff450fe"
},
diff --git a/VMTests/vmArithmeticTest/signextend_0_BigByte.json b/VMTests/vmArithmeticTest/signextend_0_BigByte.json
index 895fc15ac..abd19e7fc 100644
--- a/VMTests/vmArithmeticTest/signextend_0_BigByte.json
+++ b/VMTests/vmArithmeticTest/signextend_0_BigByte.json
@@ -2,8 +2,8 @@
"signextend_0_BigByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json",
"sourceHash" : "743f6465e37f4cad183d1942bcb6c5571f52563665a601f15c3161219cf077f2"
},
diff --git a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
index 39c0c2598..adb699148 100644
--- a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
+++ b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
@@ -2,8 +2,8 @@
"signextend_AlmostBiggestByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json",
"sourceHash" : "46a327dbde6807687930463996a2f8ec9d13f420fe4bceddaea9e42c815172b1"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
index 61d8b7571..5d2743fd1 100644
--- a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
@@ -2,8 +2,8 @@
"signextend_BigByteBigByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json",
"sourceHash" : "87bbe415e7942bf6f6f15b5afda46e1ddac938be49659c6dbe26c53b8553c55e"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
index 3be69c482..81a596d99 100644
--- a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
+++ b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
@@ -2,8 +2,8 @@
"signextend_BigBytePlus1_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json",
"sourceHash" : "3225e9faac70f37c4991cf62a12d7a9f042919be88279f738294f8acf33bb1bc"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BigByte_0.json b/VMTests/vmArithmeticTest/signextend_BigByte_0.json
index 6ca4911f0..47ccb00da 100644
--- a/VMTests/vmArithmeticTest/signextend_BigByte_0.json
+++ b/VMTests/vmArithmeticTest/signextend_BigByte_0.json
@@ -2,8 +2,8 @@
"signextend_BigByte_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json",
"sourceHash" : "120aa893e304d547c61a4d40f6c43849b007283168be66354d37671b5bfa0bc6"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
index 3e512d2b3..d0ce9ee50 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
@@ -2,8 +2,8 @@
"signextend_BitIsNotSet" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json",
"sourceHash" : "50d4836fd54ee2c47563c0570fb21fdd86ec9b33519d9629d4bbc27114500b26"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
index 0254cbc29..0c75ade5a 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
@@ -2,8 +2,8 @@
"signextend_BitIsNotSetInHigherByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json",
"sourceHash" : "66d23c7d6f4f5de80eef78e659f42293670b9daebf6e27a943ff59d5f6a0ff68"
},
diff --git a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
index 7e2029c50..5675a1f24 100644
--- a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
+++ b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
@@ -2,8 +2,8 @@
"signextend_BitIsSetInHigherByte" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json",
"sourceHash" : "40c134de5e67c5c80fd84b0a51752f7c6caf67f69cd3ef53ef0227c9855b97ea"
},
diff --git a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
index 22b7a576f..f02098b2a 100644
--- a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
+++ b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
@@ -2,8 +2,8 @@
"signextend_Overflow_dj42" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json",
"sourceHash" : "678af7c480fd91e0bb6817d429e54f7d8ecb7472a00426044274d198cf1d3a5c"
},
diff --git a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
index 1aa2e7600..99eac88f3 100644
--- a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
+++ b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
@@ -2,8 +2,8 @@
"signextend_bigBytePlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json",
"sourceHash" : "f50eb1e7742d093c60de5e2542801bf3d2517b5e94fbf9dd5b4b98df3426b342"
},
diff --git a/VMTests/vmArithmeticTest/signextend_bitIsSet.json b/VMTests/vmArithmeticTest/signextend_bitIsSet.json
index f56d97edd..3e39a370a 100644
--- a/VMTests/vmArithmeticTest/signextend_bitIsSet.json
+++ b/VMTests/vmArithmeticTest/signextend_bitIsSet.json
@@ -2,8 +2,8 @@
"signextend_bitIsSet" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json",
"sourceHash" : "620712127f9d256bd412543fbb924e37f9dca791c5e48167c7e600e0808937bf"
},
diff --git a/VMTests/vmArithmeticTest/smod0.json b/VMTests/vmArithmeticTest/smod0.json
index 6a8f9168e..a69422f1d 100644
--- a/VMTests/vmArithmeticTest/smod0.json
+++ b/VMTests/vmArithmeticTest/smod0.json
@@ -2,8 +2,8 @@
"smod0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod0Filler.json",
"sourceHash" : "87a490316c59ef60600ee60523adbd69313f43f7d048df47cc7871e8b148726f"
},
diff --git a/VMTests/vmArithmeticTest/smod1.json b/VMTests/vmArithmeticTest/smod1.json
index 093c30646..e1eabaa49 100644
--- a/VMTests/vmArithmeticTest/smod1.json
+++ b/VMTests/vmArithmeticTest/smod1.json
@@ -2,8 +2,8 @@
"smod1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod1Filler.json",
"sourceHash" : "d0356031c6d7986562c221f58cfdb07b49e2383a8eb4ccbc428d7c6384555f2f"
},
diff --git a/VMTests/vmArithmeticTest/smod2.json b/VMTests/vmArithmeticTest/smod2.json
index 2ac23ad6d..91c19bdf7 100644
--- a/VMTests/vmArithmeticTest/smod2.json
+++ b/VMTests/vmArithmeticTest/smod2.json
@@ -2,8 +2,8 @@
"smod2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod2Filler.json",
"sourceHash" : "fecb36534ed3a9250654d0ba009e0b9abe4959b082b82baaada2528d857fffb4"
},
diff --git a/VMTests/vmArithmeticTest/smod3.json b/VMTests/vmArithmeticTest/smod3.json
index f22014b64..445da900a 100644
--- a/VMTests/vmArithmeticTest/smod3.json
+++ b/VMTests/vmArithmeticTest/smod3.json
@@ -2,8 +2,8 @@
"smod3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod3Filler.json",
"sourceHash" : "c4073e4d710ed200ec80a74b2dd7908ed4e3482df095e0c4c5e602cac463cbe2"
},
diff --git a/VMTests/vmArithmeticTest/smod4.json b/VMTests/vmArithmeticTest/smod4.json
index 71a2752f9..70a461de9 100644
--- a/VMTests/vmArithmeticTest/smod4.json
+++ b/VMTests/vmArithmeticTest/smod4.json
@@ -2,8 +2,8 @@
"smod4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod4Filler.json",
"sourceHash" : "8324aaabda50a007f1b13851c31420f97400a15e5e301ebcb37531fdbb4bf3d6"
},
diff --git a/VMTests/vmArithmeticTest/smod5.json b/VMTests/vmArithmeticTest/smod5.json
index 00baf0371..eaa403bf6 100644
--- a/VMTests/vmArithmeticTest/smod5.json
+++ b/VMTests/vmArithmeticTest/smod5.json
@@ -2,8 +2,8 @@
"smod5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod5Filler.json",
"sourceHash" : "69328e21e14cf5a7cae1fe18ecef509f91d32723b5e24db951936a91b86b14ff"
},
diff --git a/VMTests/vmArithmeticTest/smod6.json b/VMTests/vmArithmeticTest/smod6.json
index a516e0b88..db98f18a4 100644
--- a/VMTests/vmArithmeticTest/smod6.json
+++ b/VMTests/vmArithmeticTest/smod6.json
@@ -2,8 +2,8 @@
"smod6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod6Filler.json",
"sourceHash" : "88bbf771632a648036ae497845bcd49c82368b8c08e9507fa93a7e3a7bd6f849"
},
diff --git a/VMTests/vmArithmeticTest/smod7.json b/VMTests/vmArithmeticTest/smod7.json
index c2e1f9652..d1c84fd3a 100644
--- a/VMTests/vmArithmeticTest/smod7.json
+++ b/VMTests/vmArithmeticTest/smod7.json
@@ -2,8 +2,8 @@
"smod7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod7Filler.json",
"sourceHash" : "1efaba22ecff9e26ba73d28a02d1e7f4b94f94f93a72b2b61aa7bed270782d1f"
},
diff --git a/VMTests/vmArithmeticTest/smod8_byZero.json b/VMTests/vmArithmeticTest/smod8_byZero.json
index 259eeaefd..0cd41fa20 100644
--- a/VMTests/vmArithmeticTest/smod8_byZero.json
+++ b/VMTests/vmArithmeticTest/smod8_byZero.json
@@ -2,8 +2,8 @@
"smod8_byZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json",
"sourceHash" : "9ec6722c583c01ca9390edddeb8c4c70f88feaa99f80d53ee3eddaa01a52b26e"
},
diff --git a/VMTests/vmArithmeticTest/smod_i256min1.json b/VMTests/vmArithmeticTest/smod_i256min1.json
index 431ea22cc..29cb7a1ec 100644
--- a/VMTests/vmArithmeticTest/smod_i256min1.json
+++ b/VMTests/vmArithmeticTest/smod_i256min1.json
@@ -2,10 +2,10 @@
"smod_i256min1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json",
- "sourceHash" : "e294eb7f6d71d14218c07049e0045cf35b5284f69bbcfaba6d8d81ecab913f42"
+ "sourceHash" : "30a7b7e551dfcca22098bfc8ad01f19c5e88af9b264c63f6aa73c4e396d167bc"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/smod_i256min2.json b/VMTests/vmArithmeticTest/smod_i256min2.json
index e679a9aed..168f1b145 100644
--- a/VMTests/vmArithmeticTest/smod_i256min2.json
+++ b/VMTests/vmArithmeticTest/smod_i256min2.json
@@ -2,10 +2,10 @@
"smod_i256min2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json",
- "sourceHash" : "ef0529c0a9e8b2e5aa656a955d27fc8b40fe6703da2b5e16043f867bea10e031"
+ "sourceHash" : "c2b3f8a237a292011cb91fa389785a62bc6995fcb32852420864fd97545933e6"
},
"callcreates" : [
],
diff --git a/VMTests/vmArithmeticTest/stop.json b/VMTests/vmArithmeticTest/stop.json
index aff9cf155..6041d301c 100644
--- a/VMTests/vmArithmeticTest/stop.json
+++ b/VMTests/vmArithmeticTest/stop.json
@@ -2,8 +2,8 @@
"stop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/stopFiller.json",
"sourceHash" : "f9c02b25d8205a035f4043b30cd5def28c3f1151b3d1f7fea04206c514e21742"
},
diff --git a/VMTests/vmArithmeticTest/sub0.json b/VMTests/vmArithmeticTest/sub0.json
index 10cbb5206..d4884eda6 100644
--- a/VMTests/vmArithmeticTest/sub0.json
+++ b/VMTests/vmArithmeticTest/sub0.json
@@ -2,8 +2,8 @@
"sub0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sub0Filler.json",
"sourceHash" : "4bb8ac5e46af011508a8fc613f66b01f68a79c359c431b8e6ea67f45aa5cb2b6"
},
diff --git a/VMTests/vmArithmeticTest/sub1.json b/VMTests/vmArithmeticTest/sub1.json
index 213a10203..9c506128c 100644
--- a/VMTests/vmArithmeticTest/sub1.json
+++ b/VMTests/vmArithmeticTest/sub1.json
@@ -2,8 +2,8 @@
"sub1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sub1Filler.json",
"sourceHash" : "3857cc93756d1ac10073b627f878d1d8002d52b66615efc3da199dafb2e30883"
},
diff --git a/VMTests/vmArithmeticTest/sub2.json b/VMTests/vmArithmeticTest/sub2.json
index de65b471d..bc02e4a56 100644
--- a/VMTests/vmArithmeticTest/sub2.json
+++ b/VMTests/vmArithmeticTest/sub2.json
@@ -2,8 +2,8 @@
"sub2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sub2Filler.json",
"sourceHash" : "f6dc398e416318b4ee4d593de828814df2a797875004f923fefaba5b331e0791"
},
diff --git a/VMTests/vmArithmeticTest/sub3.json b/VMTests/vmArithmeticTest/sub3.json
index c33ac524f..c4c47f68a 100644
--- a/VMTests/vmArithmeticTest/sub3.json
+++ b/VMTests/vmArithmeticTest/sub3.json
@@ -2,8 +2,8 @@
"sub3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sub3Filler.json",
"sourceHash" : "5e07fd6711ac4525704e5efcb859ddb65c1a6c28bbc0655235b1fd9fb1bf1669"
},
diff --git a/VMTests/vmArithmeticTest/sub4.json b/VMTests/vmArithmeticTest/sub4.json
index 3c88314ab..d769770df 100644
--- a/VMTests/vmArithmeticTest/sub4.json
+++ b/VMTests/vmArithmeticTest/sub4.json
@@ -2,8 +2,8 @@
"sub4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmArithmeticTest/sub4Filler.json",
"sourceHash" : "35cc66e9fd0f77a437566e84a0bc19e148d3f1004b3f9ba91a4aeeb0e8f051c2"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and0.json b/VMTests/vmBitwiseLogicOperation/and0.json
index f355efec4..e4cb8d6d0 100644
--- a/VMTests/vmBitwiseLogicOperation/and0.json
+++ b/VMTests/vmBitwiseLogicOperation/and0.json
@@ -2,8 +2,8 @@
"and0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json",
"sourceHash" : "751e5c75a0cb1826f0a0d355bdf3f27982c52bd4b7b28cfbac953528fe2c6b8a"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and1.json b/VMTests/vmBitwiseLogicOperation/and1.json
index 06d463a18..558280f11 100644
--- a/VMTests/vmBitwiseLogicOperation/and1.json
+++ b/VMTests/vmBitwiseLogicOperation/and1.json
@@ -2,8 +2,8 @@
"and1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json",
"sourceHash" : "cc1f598dde43f243ed3b79d6876def08bd96e0f532b29dceb744f696867d9148"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and2.json b/VMTests/vmBitwiseLogicOperation/and2.json
index 958b198be..5fce94914 100644
--- a/VMTests/vmBitwiseLogicOperation/and2.json
+++ b/VMTests/vmBitwiseLogicOperation/and2.json
@@ -2,8 +2,8 @@
"and2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json",
"sourceHash" : "c406f9725926f6cc70844468f19b89588e6762067a031cc07b99348ac267e742"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and3.json b/VMTests/vmBitwiseLogicOperation/and3.json
index a0636cba8..a4cd0e59f 100644
--- a/VMTests/vmBitwiseLogicOperation/and3.json
+++ b/VMTests/vmBitwiseLogicOperation/and3.json
@@ -2,8 +2,8 @@
"and3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json",
"sourceHash" : "2e7027e2c4da993dee53d9c1549115c977112ba350b4371946ab2d06ad450e63"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and4.json b/VMTests/vmBitwiseLogicOperation/and4.json
index fe79510c5..36c05b671 100644
--- a/VMTests/vmBitwiseLogicOperation/and4.json
+++ b/VMTests/vmBitwiseLogicOperation/and4.json
@@ -2,8 +2,8 @@
"and4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json",
"sourceHash" : "aae5ac146ebfbba6d13ad1b8194d91eb8dea6d4769c45a38576a443ad94ab2cd"
},
diff --git a/VMTests/vmBitwiseLogicOperation/and5.json b/VMTests/vmBitwiseLogicOperation/and5.json
index d3f1a79e4..a8e58a7b6 100644
--- a/VMTests/vmBitwiseLogicOperation/and5.json
+++ b/VMTests/vmBitwiseLogicOperation/and5.json
@@ -2,8 +2,8 @@
"and5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json",
"sourceHash" : "76a55675eeeb3cbe72d56adb48b158ceb4ce445420788df61486a7c63e09cd6b"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte0.json b/VMTests/vmBitwiseLogicOperation/byte0.json
index a15e74bc4..0a4ad934c 100644
--- a/VMTests/vmBitwiseLogicOperation/byte0.json
+++ b/VMTests/vmBitwiseLogicOperation/byte0.json
@@ -2,8 +2,8 @@
"byte0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json",
"sourceHash" : "6764ebba17fa4d9be8f1abfb1d2fd0fe50528a43081a79a1f4fdeb8168fdb465"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte1.json b/VMTests/vmBitwiseLogicOperation/byte1.json
index f5aa17a3b..5625dcdac 100644
--- a/VMTests/vmBitwiseLogicOperation/byte1.json
+++ b/VMTests/vmBitwiseLogicOperation/byte1.json
@@ -2,8 +2,8 @@
"byte1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json",
"sourceHash" : "622c7aedaefd48e66eff987415f47ab610b595b1f85c5dfafb09616e0bbdfd75"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte10.json b/VMTests/vmBitwiseLogicOperation/byte10.json
index 22cbb9452..dd814a00e 100644
--- a/VMTests/vmBitwiseLogicOperation/byte10.json
+++ b/VMTests/vmBitwiseLogicOperation/byte10.json
@@ -2,8 +2,8 @@
"byte10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json",
"sourceHash" : "1c00cff0fd72755c87f59585d40a1edf5d63b1386f3ddbc23fd95b03e8f9c9f7"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte11.json b/VMTests/vmBitwiseLogicOperation/byte11.json
index 61f813424..a9bbf5591 100644
--- a/VMTests/vmBitwiseLogicOperation/byte11.json
+++ b/VMTests/vmBitwiseLogicOperation/byte11.json
@@ -2,8 +2,8 @@
"byte11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json",
"sourceHash" : "e649fc5b9e0fbbc092ea449680e3055126543b929ba7147b9c967ee35e695a2e"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte2.json b/VMTests/vmBitwiseLogicOperation/byte2.json
index e7e50804f..7993af3ab 100644
--- a/VMTests/vmBitwiseLogicOperation/byte2.json
+++ b/VMTests/vmBitwiseLogicOperation/byte2.json
@@ -2,8 +2,8 @@
"byte2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json",
"sourceHash" : "0367f73e6a3a5257c7c35f7ebdddb42888be0f0d7534b2687e20c286df02c90e"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte3.json b/VMTests/vmBitwiseLogicOperation/byte3.json
index 587640df2..b42ac02e1 100644
--- a/VMTests/vmBitwiseLogicOperation/byte3.json
+++ b/VMTests/vmBitwiseLogicOperation/byte3.json
@@ -2,8 +2,8 @@
"byte3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json",
"sourceHash" : "5b001879a3cdd7c7e4a1cc6ef0e0101db4931274676fa2083c52b7bbb95403de"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte4.json b/VMTests/vmBitwiseLogicOperation/byte4.json
index d52c8485f..e80b71ac0 100644
--- a/VMTests/vmBitwiseLogicOperation/byte4.json
+++ b/VMTests/vmBitwiseLogicOperation/byte4.json
@@ -2,8 +2,8 @@
"byte4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json",
"sourceHash" : "d79870f477b475d6f878076b20631d89ce8831da937252cf6657d935f0ad3482"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte5.json b/VMTests/vmBitwiseLogicOperation/byte5.json
index f738d6ff5..25db0f269 100644
--- a/VMTests/vmBitwiseLogicOperation/byte5.json
+++ b/VMTests/vmBitwiseLogicOperation/byte5.json
@@ -2,8 +2,8 @@
"byte5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json",
"sourceHash" : "9242b77cc4a07275c886c83d252350713ac84a914cc7b5069f7fdd21e887b6c0"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte6.json b/VMTests/vmBitwiseLogicOperation/byte6.json
index 719bcc94b..f073b3c24 100644
--- a/VMTests/vmBitwiseLogicOperation/byte6.json
+++ b/VMTests/vmBitwiseLogicOperation/byte6.json
@@ -2,8 +2,8 @@
"byte6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json",
"sourceHash" : "702f95bfde16820fa666d510e6c48af4b06c824d6464d5ba344fe76696b8e526"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte7.json b/VMTests/vmBitwiseLogicOperation/byte7.json
index 58a92e2de..ab60d7873 100644
--- a/VMTests/vmBitwiseLogicOperation/byte7.json
+++ b/VMTests/vmBitwiseLogicOperation/byte7.json
@@ -2,8 +2,8 @@
"byte7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json",
"sourceHash" : "5f8261cfc1a852245ad1606af64a6e1cca7ad5d0082eef8d32c68ae6d92eb2ba"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte8.json b/VMTests/vmBitwiseLogicOperation/byte8.json
index bb9961200..28ef1dee0 100644
--- a/VMTests/vmBitwiseLogicOperation/byte8.json
+++ b/VMTests/vmBitwiseLogicOperation/byte8.json
@@ -2,8 +2,8 @@
"byte8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json",
"sourceHash" : "505fcf8b5851e3c9689ab5e1ef238abf45379045f0c21ac44ee6e1a8e51c9f9a"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byte9.json b/VMTests/vmBitwiseLogicOperation/byte9.json
index f4942f487..8699dfffd 100644
--- a/VMTests/vmBitwiseLogicOperation/byte9.json
+++ b/VMTests/vmBitwiseLogicOperation/byte9.json
@@ -2,8 +2,8 @@
"byte9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json",
"sourceHash" : "b4c4eb8a9dd91e27de3645370f434e4f617deb1f5c425286374537552e3ab7f3"
},
diff --git a/VMTests/vmBitwiseLogicOperation/byteBN.json b/VMTests/vmBitwiseLogicOperation/byteBN.json
index 4939c0269..b7a1b5eb9 100644
--- a/VMTests/vmBitwiseLogicOperation/byteBN.json
+++ b/VMTests/vmBitwiseLogicOperation/byteBN.json
@@ -2,8 +2,8 @@
"byteBN" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6ae986d2.Linux.g++",
- "lllcversion" : "Version: 0.4.19+commit.c4cbbb05.Linux.clang",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json",
"sourceHash" : "5d2c4a67b3c2ccb6c5639356c952756ce48f5ced3bffc96b239ef9e103a0db07"
},
diff --git a/VMTests/vmBitwiseLogicOperation/eq0.json b/VMTests/vmBitwiseLogicOperation/eq0.json
index b8990859a..9bf469a8e 100644
--- a/VMTests/vmBitwiseLogicOperation/eq0.json
+++ b/VMTests/vmBitwiseLogicOperation/eq0.json
@@ -2,8 +2,8 @@
"eq0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json",
"sourceHash" : "19b881bd7fb221954f30f51297eb529bb212bc9c8cf0d69c7f98f9f51985817e"
},
diff --git a/VMTests/vmBitwiseLogicOperation/eq1.json b/VMTests/vmBitwiseLogicOperation/eq1.json
index 7606a5d17..a491fbddb 100644
--- a/VMTests/vmBitwiseLogicOperation/eq1.json
+++ b/VMTests/vmBitwiseLogicOperation/eq1.json
@@ -2,8 +2,8 @@
"eq1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json",
"sourceHash" : "fc840a1a4938e2e95f1554bf8457ce0b0309bab97b81a41b4c8a8c6c92e22814"
},
diff --git a/VMTests/vmBitwiseLogicOperation/eq2.json b/VMTests/vmBitwiseLogicOperation/eq2.json
index 9207a3616..1e0299264 100644
--- a/VMTests/vmBitwiseLogicOperation/eq2.json
+++ b/VMTests/vmBitwiseLogicOperation/eq2.json
@@ -2,8 +2,8 @@
"eq2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json",
"sourceHash" : "8240a3a93dc6c7720f3eb4b9d4657c8f13275f68c13ed4150d9725dada431480"
},
diff --git a/VMTests/vmBitwiseLogicOperation/gt0.json b/VMTests/vmBitwiseLogicOperation/gt0.json
index 7c1d95c70..f1f095f90 100644
--- a/VMTests/vmBitwiseLogicOperation/gt0.json
+++ b/VMTests/vmBitwiseLogicOperation/gt0.json
@@ -2,8 +2,8 @@
"gt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json",
"sourceHash" : "dd0a3d85d6ff2212eeb3200d247a57bfb1cc778850904069b4473d005f044a80"
},
diff --git a/VMTests/vmBitwiseLogicOperation/gt1.json b/VMTests/vmBitwiseLogicOperation/gt1.json
index a909a2e88..4f8d6d953 100644
--- a/VMTests/vmBitwiseLogicOperation/gt1.json
+++ b/VMTests/vmBitwiseLogicOperation/gt1.json
@@ -2,8 +2,8 @@
"gt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json",
"sourceHash" : "2d0cc48b6bacc0f8676ad35ef31ccec94c6d9e6485715c894bcc09f145c513cc"
},
diff --git a/VMTests/vmBitwiseLogicOperation/gt2.json b/VMTests/vmBitwiseLogicOperation/gt2.json
index e79751c87..08ff448f3 100644
--- a/VMTests/vmBitwiseLogicOperation/gt2.json
+++ b/VMTests/vmBitwiseLogicOperation/gt2.json
@@ -2,8 +2,8 @@
"gt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json",
"sourceHash" : "5353ce8dad79cfc681d5df6bc90931ea174bf2c0692aa6bd4ac3dfc4b15105cf"
},
diff --git a/VMTests/vmBitwiseLogicOperation/gt3.json b/VMTests/vmBitwiseLogicOperation/gt3.json
index c5802f1ad..73bb701df 100644
--- a/VMTests/vmBitwiseLogicOperation/gt3.json
+++ b/VMTests/vmBitwiseLogicOperation/gt3.json
@@ -2,8 +2,8 @@
"gt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json",
"sourceHash" : "a2135f3cc275562615d53ef7e0b42284789cf52871f599c9ba581fcf90157914"
},
diff --git a/VMTests/vmBitwiseLogicOperation/iszeo2.json b/VMTests/vmBitwiseLogicOperation/iszeo2.json
index e00c3316b..eaf35caf5 100644
--- a/VMTests/vmBitwiseLogicOperation/iszeo2.json
+++ b/VMTests/vmBitwiseLogicOperation/iszeo2.json
@@ -2,8 +2,8 @@
"iszeo2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json",
"sourceHash" : "abf5b709846b428ec72f7011c84753cef326b6a91ff947a5b803bf2908c335e8"
},
diff --git a/VMTests/vmBitwiseLogicOperation/iszero0.json b/VMTests/vmBitwiseLogicOperation/iszero0.json
index bbca94037..4b14b5412 100644
--- a/VMTests/vmBitwiseLogicOperation/iszero0.json
+++ b/VMTests/vmBitwiseLogicOperation/iszero0.json
@@ -2,8 +2,8 @@
"iszero0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json",
"sourceHash" : "0535ce2a70ccc8c78f99dd11be51043663ad7bf946daa2e24bd5c76ee1df769e"
},
diff --git a/VMTests/vmBitwiseLogicOperation/iszero1.json b/VMTests/vmBitwiseLogicOperation/iszero1.json
index f0b745fab..d82b3fdbf 100644
--- a/VMTests/vmBitwiseLogicOperation/iszero1.json
+++ b/VMTests/vmBitwiseLogicOperation/iszero1.json
@@ -2,8 +2,8 @@
"iszero1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json",
"sourceHash" : "3c42208e8bba63c702a33e754f3401999219454a52e165d33e56ccb406b0b2dc"
},
diff --git a/VMTests/vmBitwiseLogicOperation/lt0.json b/VMTests/vmBitwiseLogicOperation/lt0.json
index c480c6ecf..72fe07093 100644
--- a/VMTests/vmBitwiseLogicOperation/lt0.json
+++ b/VMTests/vmBitwiseLogicOperation/lt0.json
@@ -2,8 +2,8 @@
"lt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json",
"sourceHash" : "8c4640067abed7206324348cb90d1d499c1e6f8f7ec5b3bdd6ea8c62ce7fc8b2"
},
diff --git a/VMTests/vmBitwiseLogicOperation/lt1.json b/VMTests/vmBitwiseLogicOperation/lt1.json
index e6b32e908..dcada1649 100644
--- a/VMTests/vmBitwiseLogicOperation/lt1.json
+++ b/VMTests/vmBitwiseLogicOperation/lt1.json
@@ -2,8 +2,8 @@
"lt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json",
"sourceHash" : "3ddb48b8cc6dc67dc7c7f4f804db8ad2739565020f06fbd3c9636a454049ae86"
},
diff --git a/VMTests/vmBitwiseLogicOperation/lt2.json b/VMTests/vmBitwiseLogicOperation/lt2.json
index aaa5ff467..1af9f1b77 100644
--- a/VMTests/vmBitwiseLogicOperation/lt2.json
+++ b/VMTests/vmBitwiseLogicOperation/lt2.json
@@ -2,8 +2,8 @@
"lt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json",
"sourceHash" : "1fe431426fd45116ab7fd624909b52c1dd905887d087b5cdcdbef664c1d1bfa2"
},
diff --git a/VMTests/vmBitwiseLogicOperation/lt3.json b/VMTests/vmBitwiseLogicOperation/lt3.json
index 44db9d428..709f219fb 100644
--- a/VMTests/vmBitwiseLogicOperation/lt3.json
+++ b/VMTests/vmBitwiseLogicOperation/lt3.json
@@ -2,8 +2,8 @@
"lt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json",
"sourceHash" : "79ab580a8f6e442539c2aeaa1fdfca3d0d12d3e85d8bc124db331f19de4bd9fa"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not0.json b/VMTests/vmBitwiseLogicOperation/not0.json
index 493876bb4..ecd16eea7 100644
--- a/VMTests/vmBitwiseLogicOperation/not0.json
+++ b/VMTests/vmBitwiseLogicOperation/not0.json
@@ -2,8 +2,8 @@
"not0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json",
"sourceHash" : "80140479a2b011050f7ed80dfba95f9c00440635a371693d6f8a7b1e3e21ef44"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not1.json b/VMTests/vmBitwiseLogicOperation/not1.json
index 3e0b798f2..c5f3f179d 100644
--- a/VMTests/vmBitwiseLogicOperation/not1.json
+++ b/VMTests/vmBitwiseLogicOperation/not1.json
@@ -2,8 +2,8 @@
"not1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json",
"sourceHash" : "61f2abd58fadf0341f0d0743279d10fb152cf42b78ed8ce2a6c8a749c9274332"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not2.json b/VMTests/vmBitwiseLogicOperation/not2.json
index e142f837c..2747c24ae 100644
--- a/VMTests/vmBitwiseLogicOperation/not2.json
+++ b/VMTests/vmBitwiseLogicOperation/not2.json
@@ -2,8 +2,8 @@
"not2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json",
"sourceHash" : "ef8e55a7bab388cf9472c4d331aeb4ca059675b73fa647dac1ca0b2524cf91b1"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not3.json b/VMTests/vmBitwiseLogicOperation/not3.json
index 00aa3f99a..8170617cb 100644
--- a/VMTests/vmBitwiseLogicOperation/not3.json
+++ b/VMTests/vmBitwiseLogicOperation/not3.json
@@ -2,8 +2,8 @@
"not3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json",
"sourceHash" : "bd3ee9eaf6195c4cdcd8f9620da701fd0cfff77824ef02e6f65743d7a0433d21"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not4.json b/VMTests/vmBitwiseLogicOperation/not4.json
index f326eb98f..3a35217c9 100644
--- a/VMTests/vmBitwiseLogicOperation/not4.json
+++ b/VMTests/vmBitwiseLogicOperation/not4.json
@@ -2,8 +2,8 @@
"not4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json",
"sourceHash" : "f4a5202e1416c1b53b6b4150f295f9a008c8904171c04d0eacb419364cb64de6"
},
diff --git a/VMTests/vmBitwiseLogicOperation/not5.json b/VMTests/vmBitwiseLogicOperation/not5.json
index cb0f86be6..aaadff12f 100644
--- a/VMTests/vmBitwiseLogicOperation/not5.json
+++ b/VMTests/vmBitwiseLogicOperation/not5.json
@@ -2,8 +2,8 @@
"not5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json",
"sourceHash" : "e8c79e98f719d804dc6c480f771278ade666e1a97af54043a6f7b9260d0a17d9"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or0.json b/VMTests/vmBitwiseLogicOperation/or0.json
index 512a6fd21..6601abe28 100644
--- a/VMTests/vmBitwiseLogicOperation/or0.json
+++ b/VMTests/vmBitwiseLogicOperation/or0.json
@@ -2,8 +2,8 @@
"or0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json",
"sourceHash" : "60d30a058afaca0a4b0433cb750a882fcb964babe2675d590bf875003bbcd663"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or1.json b/VMTests/vmBitwiseLogicOperation/or1.json
index ae2ae6b37..330f06992 100644
--- a/VMTests/vmBitwiseLogicOperation/or1.json
+++ b/VMTests/vmBitwiseLogicOperation/or1.json
@@ -2,8 +2,8 @@
"or1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json",
"sourceHash" : "2b15c764efc21f1210ab5ff1ebbc41c279eb184ea5970f83fa814aec8b1b0292"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or2.json b/VMTests/vmBitwiseLogicOperation/or2.json
index 589f1f454..8b560751d 100644
--- a/VMTests/vmBitwiseLogicOperation/or2.json
+++ b/VMTests/vmBitwiseLogicOperation/or2.json
@@ -2,8 +2,8 @@
"or2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json",
"sourceHash" : "ab771b280d2f0bfc691b93a7767de24ec2f71a43b8247979b22dfa49a521af15"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or3.json b/VMTests/vmBitwiseLogicOperation/or3.json
index 207cfaecb..2ab360be0 100644
--- a/VMTests/vmBitwiseLogicOperation/or3.json
+++ b/VMTests/vmBitwiseLogicOperation/or3.json
@@ -2,8 +2,8 @@
"or3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json",
"sourceHash" : "4f201fc156a840f69212d6f16e5c3648386df255dd52461555458d04b6413ce1"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or4.json b/VMTests/vmBitwiseLogicOperation/or4.json
index 621cc6c4d..5c2eef013 100644
--- a/VMTests/vmBitwiseLogicOperation/or4.json
+++ b/VMTests/vmBitwiseLogicOperation/or4.json
@@ -2,8 +2,8 @@
"or4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json",
"sourceHash" : "0e0592c288d6510637595f966ec63289bf101dd48839b10f6fdce743cf3012ad"
},
diff --git a/VMTests/vmBitwiseLogicOperation/or5.json b/VMTests/vmBitwiseLogicOperation/or5.json
index 583c917b6..901a7a2c9 100644
--- a/VMTests/vmBitwiseLogicOperation/or5.json
+++ b/VMTests/vmBitwiseLogicOperation/or5.json
@@ -2,8 +2,8 @@
"or5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json",
"sourceHash" : "0f852bc89f9f883b43f277652d411439032eb3e1c38c316e2ef0a0c20bf6f7ad"
},
diff --git a/VMTests/vmBitwiseLogicOperation/sgt0.json b/VMTests/vmBitwiseLogicOperation/sgt0.json
index 3497d203e..b2d368a3a 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt0.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt0.json
@@ -2,8 +2,8 @@
"sgt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json",
"sourceHash" : "74429fc4319b59fa4f7df388ca07a947def51d79695c7bac6c38d2c4bbbcbdfa"
},
diff --git a/VMTests/vmBitwiseLogicOperation/sgt1.json b/VMTests/vmBitwiseLogicOperation/sgt1.json
index 913f70078..ac9d1370d 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt1.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt1.json
@@ -2,8 +2,8 @@
"sgt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json",
"sourceHash" : "3e4a2036e947ad6771ac9194d6f1f58872d1b2865e23b926d63b1294d031e8bd"
},
diff --git a/VMTests/vmBitwiseLogicOperation/sgt2.json b/VMTests/vmBitwiseLogicOperation/sgt2.json
index a53edb4e0..c2b470f6a 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt2.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt2.json
@@ -2,8 +2,8 @@
"sgt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json",
"sourceHash" : "fc4192183cf3a5794822bdab685ac3bc20ac5d9b49cd03b9f98be2260e8e18bb"
},
diff --git a/VMTests/vmBitwiseLogicOperation/sgt3.json b/VMTests/vmBitwiseLogicOperation/sgt3.json
index d6cc5e937..9eece128c 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt3.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt3.json
@@ -2,8 +2,8 @@
"sgt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json",
"sourceHash" : "e918a6569299b5e0917ec90d3c2bb2828ff490400e2ffbc29e03147743c2e17f"
},
diff --git a/VMTests/vmBitwiseLogicOperation/sgt4.json b/VMTests/vmBitwiseLogicOperation/sgt4.json
index 567293ec9..f88b3fb1c 100644
--- a/VMTests/vmBitwiseLogicOperation/sgt4.json
+++ b/VMTests/vmBitwiseLogicOperation/sgt4.json
@@ -2,8 +2,8 @@
"sgt4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json",
"sourceHash" : "623b92335dbc7baa5925ad95d7ff90160ab49dee7c7a76de9e1795c651987514"
},
diff --git a/VMTests/vmBitwiseLogicOperation/slt0.json b/VMTests/vmBitwiseLogicOperation/slt0.json
index a012e22ea..7298f4297 100644
--- a/VMTests/vmBitwiseLogicOperation/slt0.json
+++ b/VMTests/vmBitwiseLogicOperation/slt0.json
@@ -2,8 +2,8 @@
"slt0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json",
"sourceHash" : "f510a0b92d9f98666b853cb682b86d4016408a4305ec11ee83627a432b9b75cf"
},
diff --git a/VMTests/vmBitwiseLogicOperation/slt1.json b/VMTests/vmBitwiseLogicOperation/slt1.json
index 1248ca612..95fd99c87 100644
--- a/VMTests/vmBitwiseLogicOperation/slt1.json
+++ b/VMTests/vmBitwiseLogicOperation/slt1.json
@@ -2,8 +2,8 @@
"slt1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json",
"sourceHash" : "f428e4e49d4c5f0820c9952b8583209cd93677f6328bd8bff26d55f0f6a1c792"
},
diff --git a/VMTests/vmBitwiseLogicOperation/slt2.json b/VMTests/vmBitwiseLogicOperation/slt2.json
index cecc18f93..38d2545d8 100644
--- a/VMTests/vmBitwiseLogicOperation/slt2.json
+++ b/VMTests/vmBitwiseLogicOperation/slt2.json
@@ -2,8 +2,8 @@
"slt2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json",
"sourceHash" : "094c13e4222baaa5a888b8246ca586ad40d2bfe12abb3566b92d82f018722a8f"
},
diff --git a/VMTests/vmBitwiseLogicOperation/slt3.json b/VMTests/vmBitwiseLogicOperation/slt3.json
index 2cb5ab44b..2ce5a4bae 100644
--- a/VMTests/vmBitwiseLogicOperation/slt3.json
+++ b/VMTests/vmBitwiseLogicOperation/slt3.json
@@ -2,8 +2,8 @@
"slt3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json",
"sourceHash" : "70c376b7f2b96131b36bc2b6cae47b71ed9da0586ff154db88eecccc08528d2e"
},
diff --git a/VMTests/vmBitwiseLogicOperation/slt4.json b/VMTests/vmBitwiseLogicOperation/slt4.json
index a88377953..4c3d464a9 100644
--- a/VMTests/vmBitwiseLogicOperation/slt4.json
+++ b/VMTests/vmBitwiseLogicOperation/slt4.json
@@ -2,8 +2,8 @@
"slt4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json",
"sourceHash" : "d3a476ad08a0873b4910f4aee5dd8857b4aa4e708e1a13e66836d6483a109702"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor0.json b/VMTests/vmBitwiseLogicOperation/xor0.json
index 57b955840..b337a97f2 100644
--- a/VMTests/vmBitwiseLogicOperation/xor0.json
+++ b/VMTests/vmBitwiseLogicOperation/xor0.json
@@ -2,8 +2,8 @@
"xor0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json",
"sourceHash" : "50cd2de5dcf00384df0dbaaeec9be0f9029b9134bf7ea41ccc7acc94afef3974"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor1.json b/VMTests/vmBitwiseLogicOperation/xor1.json
index 063d9ccb0..b3b5bd30b 100644
--- a/VMTests/vmBitwiseLogicOperation/xor1.json
+++ b/VMTests/vmBitwiseLogicOperation/xor1.json
@@ -2,8 +2,8 @@
"xor1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json",
"sourceHash" : "f046ebf7e2d78d47eb651513e53bfc77b24044f1c5f6d985a0001123901b2243"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor2.json b/VMTests/vmBitwiseLogicOperation/xor2.json
index b4f0997ba..7f574174a 100644
--- a/VMTests/vmBitwiseLogicOperation/xor2.json
+++ b/VMTests/vmBitwiseLogicOperation/xor2.json
@@ -2,8 +2,8 @@
"xor2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json",
"sourceHash" : "736386ced72b004a11c09de088a600a13ded13af4403b3142f7b62587f0ff99d"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor3.json b/VMTests/vmBitwiseLogicOperation/xor3.json
index 005318166..1fe983dfb 100644
--- a/VMTests/vmBitwiseLogicOperation/xor3.json
+++ b/VMTests/vmBitwiseLogicOperation/xor3.json
@@ -2,8 +2,8 @@
"xor3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json",
"sourceHash" : "ee07af05a441f80e1c4256a31057ba009a4dcc5640f4c920c7ca527554c918de"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor4.json b/VMTests/vmBitwiseLogicOperation/xor4.json
index 84add4fc4..4ebe1bc4a 100644
--- a/VMTests/vmBitwiseLogicOperation/xor4.json
+++ b/VMTests/vmBitwiseLogicOperation/xor4.json
@@ -2,8 +2,8 @@
"xor4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json",
"sourceHash" : "a1b253998968b3a29e9deb1019e0b1acd7e164c1a1dd9d930f300ecdd4c032a1"
},
diff --git a/VMTests/vmBitwiseLogicOperation/xor5.json b/VMTests/vmBitwiseLogicOperation/xor5.json
index 1a9d88731..0f503788a 100644
--- a/VMTests/vmBitwiseLogicOperation/xor5.json
+++ b/VMTests/vmBitwiseLogicOperation/xor5.json
@@ -2,8 +2,8 @@
"xor5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json",
"sourceHash" : "6305730bcb3953b7c28476aeca3e1e6a95c93e56b0094e4145ea6816b9edea1a"
},
diff --git a/VMTests/vmBlockInfoTest/coinbase.json b/VMTests/vmBlockInfoTest/coinbase.json
index 71626eee8..a03df6ffd 100644
--- a/VMTests/vmBlockInfoTest/coinbase.json
+++ b/VMTests/vmBlockInfoTest/coinbase.json
@@ -2,8 +2,8 @@
"coinbase" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json",
"sourceHash" : "236ddc3408580584cd61043f173b10beb84225193abc329de83ce704930aa468"
},
diff --git a/VMTests/vmBlockInfoTest/difficulty.json b/VMTests/vmBlockInfoTest/difficulty.json
index 1bb3b818f..5063f4afe 100644
--- a/VMTests/vmBlockInfoTest/difficulty.json
+++ b/VMTests/vmBlockInfoTest/difficulty.json
@@ -2,8 +2,8 @@
"difficulty" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json",
"sourceHash" : "55677b1ac99f8be3cb650f2c802347247d07c9db18ee4ed67e6211c3d2d846e2"
},
diff --git a/VMTests/vmBlockInfoTest/gaslimit.json b/VMTests/vmBlockInfoTest/gaslimit.json
index a04db1cb6..ec2578943 100644
--- a/VMTests/vmBlockInfoTest/gaslimit.json
+++ b/VMTests/vmBlockInfoTest/gaslimit.json
@@ -2,8 +2,8 @@
"gaslimit" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json",
"sourceHash" : "bdca68927ed37221e923d1faf7188de5eacf7bab9bcd4f7ae29e92e5d700040b"
},
diff --git a/VMTests/vmBlockInfoTest/number.json b/VMTests/vmBlockInfoTest/number.json
index fe2a72e09..44001a7ae 100644
--- a/VMTests/vmBlockInfoTest/number.json
+++ b/VMTests/vmBlockInfoTest/number.json
@@ -2,8 +2,8 @@
"number" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBlockInfoTest/numberFiller.json",
"sourceHash" : "f5b4fed700cb69ccbb22799263bb2db7f25ec73bfe7906c7fab5f28df4f930d1"
},
diff --git a/VMTests/vmBlockInfoTest/timestamp.json b/VMTests/vmBlockInfoTest/timestamp.json
index 91e39b4f6..64d321f53 100644
--- a/VMTests/vmBlockInfoTest/timestamp.json
+++ b/VMTests/vmBlockInfoTest/timestamp.json
@@ -2,8 +2,8 @@
"timestamp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json",
"sourceHash" : "1aca3c10c52c6529998c6b1926651727a1c529a2e0810544f2fc3092278e19f9"
},
diff --git a/VMTests/vmEnvironmentalInfo/address0.json b/VMTests/vmEnvironmentalInfo/address0.json
index 1c1e60d96..a76836c50 100644
--- a/VMTests/vmEnvironmentalInfo/address0.json
+++ b/VMTests/vmEnvironmentalInfo/address0.json
@@ -2,8 +2,8 @@
"address0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json",
"sourceHash" : "7e760aebc321eb6ae078bb147ab4f77bd0c89eab817c3e44fb0151abcf7de085"
},
diff --git a/VMTests/vmEnvironmentalInfo/address1.json b/VMTests/vmEnvironmentalInfo/address1.json
index 1842c6f76..7f90095b5 100644
--- a/VMTests/vmEnvironmentalInfo/address1.json
+++ b/VMTests/vmEnvironmentalInfo/address1.json
@@ -2,8 +2,8 @@
"address1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json",
"sourceHash" : "7a2c3b4397b402e9451aae923f0725b4868d4ec6630a63db2c21aaf6c76ab583"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0.json b/VMTests/vmEnvironmentalInfo/calldatacopy0.json
index e871440ef..4952b88f8 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy0.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy0.json
@@ -2,8 +2,8 @@
"calldatacopy0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json",
"sourceHash" : "d2027b035e3b1af2a0f53938d1ad0f6f19e0114aab3af039e0e439fc355d0feb"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
index 66436d7c7..30d5ba4ca 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json
@@ -2,8 +2,8 @@
"calldatacopy0_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json",
"sourceHash" : "e52bd87779801c86d5a49d42b4bc6dbb0d4953c99e81b903692500657a1c5c19"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1.json b/VMTests/vmEnvironmentalInfo/calldatacopy1.json
index b0857a147..2ab882db4 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy1.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy1.json
@@ -2,8 +2,8 @@
"calldatacopy1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json",
"sourceHash" : "68585bd57546aa913b0e20ac8197a345d2bd94ef591da13278e0562a48d6a77f"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
index 0e996cc8e..35d20b51c 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json
@@ -2,8 +2,8 @@
"calldatacopy1_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json",
"sourceHash" : "8535b89e5eee3f8c23bbcbf90a252cd3123182c4c99fd45223cea1b5e14f84a6"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2.json b/VMTests/vmEnvironmentalInfo/calldatacopy2.json
index 7f45fc0e4..e5194b4e4 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy2.json
@@ -2,8 +2,8 @@
"calldatacopy2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json",
"sourceHash" : "39dc2105d1953eda1422c0d776011a010c7310fde9633c9e2e85c471ab863656"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
index 4a1612b31..ec21bb530 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json
@@ -2,8 +2,8 @@
"calldatacopy2_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json",
"sourceHash" : "77b5e05a559c11b57ce11cd9a2850267ec5a194b01eb44d585ffee54d1bdecf4"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
index 6dc428319..5f6403876 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json
@@ -2,8 +2,8 @@
"calldatacopyUnderFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json",
"sourceHash" : "1913a693b283544382f9bd8f68cbc13b218be33888dee7aec184b917e75a8156"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
index 1f959b7b6..2b7e473ed 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json
@@ -2,8 +2,8 @@
"calldatacopyZeroMemExpansion" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json",
"sourceHash" : "a0f555b7a16eb3674856b9859a767c7d3762ef2d12978fd87723bd53308223fa"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
index f274378db..4fee75f29 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json
@@ -2,8 +2,8 @@
"calldatacopyZeroMemExpansion_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json",
"sourceHash" : "3c6a8c6fc04d873dc5922cc41b42a72b980f0e881bfe59343f3a029bbaf630c5"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
index a7f9bdf07..a47101da9 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json
@@ -2,8 +2,8 @@
"calldatacopy_DataIndexTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json",
"sourceHash" : "4329c3c0e308b01128a9b39201b682fb73bb4c28833976a96fa8169365d6ae31"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
index cd4286e1d..01330fa8b 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json
@@ -2,8 +2,8 @@
"calldatacopy_DataIndexTooHigh2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json",
"sourceHash" : "c3fc8b37520b4446850b806ce571c38be07057319c82281d849d5c6e0b18f8b5"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
index 67b5123f5..808b2d635 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json
@@ -2,8 +2,8 @@
"calldatacopy_DataIndexTooHigh2_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json",
"sourceHash" : "622412b078bb0744fcffb412b4a11807108ec849aa86b7321e5bdb5b286fa07c"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
index 389cb7039..1cf2bb98d 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json
@@ -2,8 +2,8 @@
"calldatacopy_DataIndexTooHigh_return" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json",
"sourceHash" : "03db1b7635dccddffc7a51dd4ddb898c0212648e44751872abb295dee0f84b47"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
index 9a11e9cba..d313122c2 100644
--- a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
+++ b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json
@@ -2,8 +2,8 @@
"calldatacopy_sec" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json",
"sourceHash" : "313de76235dfddfe81204eecface7908ecb739d0f862bd0f62adaf12e5725f4b"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataload0.json b/VMTests/vmEnvironmentalInfo/calldataload0.json
index ca0f4b25e..add7d9ced 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload0.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload0.json
@@ -2,8 +2,8 @@
"calldataload0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json",
"sourceHash" : "33742c5054eae19afa644a3193b3deaa75e13da70b439203c96449932015aff2"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataload1.json b/VMTests/vmEnvironmentalInfo/calldataload1.json
index ef17dfe0e..360177a00 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload1.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload1.json
@@ -2,8 +2,8 @@
"calldataload1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json",
"sourceHash" : "fdd1088e2907e77af857de9489124b3f11305a373eb67e2c5d7b4eac90480ba4"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataload2.json b/VMTests/vmEnvironmentalInfo/calldataload2.json
index be6875ec8..32afa34f1 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload2.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload2.json
@@ -2,8 +2,8 @@
"calldataload2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json",
"sourceHash" : "38e6231d43c74cef3fb703e54d77e2512b00e13eefa644f40abb38a50a811277"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
index 340a38ff0..e75639e5a 100644
--- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json
@@ -2,8 +2,8 @@
"calldataloadSizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json",
"sourceHash" : "f9fe6f79a4a39e7f40e3c2d20e639a2ef0ad691e40ff63085d000d4c62a6b4c0"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
index 0b20d7099..8e0a93fc9 100644
--- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
+++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json
@@ -2,8 +2,8 @@
"calldataloadSizeTooHighPartial" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json",
"sourceHash" : "fbb9255340187b0c0954dcd4ee9f33c6e9ca702a83a617ed82c41932fd95b763"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
index 5004e9d47..699d6d4c8 100644
--- a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
+++ b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json
@@ -2,8 +2,8 @@
"calldataload_BigOffset" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json",
"sourceHash" : "10e837adf8ed49597e8b8e875a0ca5676887e3a6c5f52b0dc84b2c1671266b36"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize0.json b/VMTests/vmEnvironmentalInfo/calldatasize0.json
index 53a1a49e3..f63333830 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize0.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize0.json
@@ -2,8 +2,8 @@
"calldatasize0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json",
"sourceHash" : "8be520cbe08736f25c0ad0d04356f3f681145322f2360926976e26473a415daa"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize1.json b/VMTests/vmEnvironmentalInfo/calldatasize1.json
index 00bd923db..110aa4a46 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize1.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize1.json
@@ -2,8 +2,8 @@
"calldatasize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json",
"sourceHash" : "e243ec0b81ee1a20ed3e79d88238d485701c5d32d12187575a5fd637e71ecbd7"
},
diff --git a/VMTests/vmEnvironmentalInfo/calldatasize2.json b/VMTests/vmEnvironmentalInfo/calldatasize2.json
index b476b184e..181920a0b 100644
--- a/VMTests/vmEnvironmentalInfo/calldatasize2.json
+++ b/VMTests/vmEnvironmentalInfo/calldatasize2.json
@@ -2,8 +2,8 @@
"calldatasize2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json",
"sourceHash" : "71b35bdea74dd943e013cfa4c8a96a2be4e568c62a8a89fc52147ecb558f94e1"
},
diff --git a/VMTests/vmEnvironmentalInfo/caller.json b/VMTests/vmEnvironmentalInfo/caller.json
index f5ea7cc2b..36241922d 100644
--- a/VMTests/vmEnvironmentalInfo/caller.json
+++ b/VMTests/vmEnvironmentalInfo/caller.json
@@ -2,8 +2,8 @@
"caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json",
"sourceHash" : "f4414b0cc7155cd5f15f3d00f23dc8971ff24e86fd2cf0c588b08688fcdaf7d4"
},
diff --git a/VMTests/vmEnvironmentalInfo/callvalue.json b/VMTests/vmEnvironmentalInfo/callvalue.json
index ee7379891..089c047f8 100644
--- a/VMTests/vmEnvironmentalInfo/callvalue.json
+++ b/VMTests/vmEnvironmentalInfo/callvalue.json
@@ -2,8 +2,8 @@
"callvalue" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json",
"sourceHash" : "0dbb19e32add2a940d89052e68f250acd0aa8c60cb4a8f3654e6a6de9d8a3993"
},
diff --git a/VMTests/vmEnvironmentalInfo/codecopy0.json b/VMTests/vmEnvironmentalInfo/codecopy0.json
index 5cefcf93c..dfce2f2e1 100644
--- a/VMTests/vmEnvironmentalInfo/codecopy0.json
+++ b/VMTests/vmEnvironmentalInfo/codecopy0.json
@@ -2,8 +2,8 @@
"codecopy0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json",
"sourceHash" : "a53c94342e58dd9c89195329d34514f66d53390537e996d3318d8afde198fd7e"
},
diff --git a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
index a97f2d071..c442506fb 100644
--- a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
+++ b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json
@@ -2,8 +2,8 @@
"codecopyZeroMemExpansion" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json",
"sourceHash" : "51df3975fa02eb056df51eadc3b75280e8fec4c8c1c3729a255b3d0e6aa8a21c"
},
diff --git a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
index 532edfd5b..8ff53b5f3 100644
--- a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
+++ b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json
@@ -2,8 +2,8 @@
"codecopy_DataIndexTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json",
"sourceHash" : "1b6fae1e08dbf456cbe645fe3a455e04147244602d3cc5768517c9e44ae7ce95"
},
diff --git a/VMTests/vmEnvironmentalInfo/codesize.json b/VMTests/vmEnvironmentalInfo/codesize.json
index 9ac331a7f..3ed6fa7bd 100644
--- a/VMTests/vmEnvironmentalInfo/codesize.json
+++ b/VMTests/vmEnvironmentalInfo/codesize.json
@@ -2,8 +2,8 @@
"codesize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json",
"sourceHash" : "10a8b9173185d709c5d3e64e4f30e527a53de34e307c087fe27273974bb53de8"
},
diff --git a/VMTests/vmEnvironmentalInfo/gasprice.json b/VMTests/vmEnvironmentalInfo/gasprice.json
index 6619a0193..a8277228a 100644
--- a/VMTests/vmEnvironmentalInfo/gasprice.json
+++ b/VMTests/vmEnvironmentalInfo/gasprice.json
@@ -2,8 +2,8 @@
"gasprice" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json",
"sourceHash" : "03976b1a0bc51979fedd6d4eaeb9c94d1c24c5a9e951b27d5a57318d926e8cdc"
},
diff --git a/VMTests/vmEnvironmentalInfo/origin.json b/VMTests/vmEnvironmentalInfo/origin.json
index b7c7ae77e..32aa00a43 100644
--- a/VMTests/vmEnvironmentalInfo/origin.json
+++ b/VMTests/vmEnvironmentalInfo/origin.json
@@ -2,8 +2,8 @@
"origin" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json",
"sourceHash" : "7382aad94531b80ce34c595b78a23655e0088ebd37c85e604a460ac99488332d"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
index 3d6020d7a..46fe32320 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json",
"sourceHash" : "ab0e798c2bb5a59c8430a9b0df08ee050b7bb3b7fb0dcbb200b5722b9934ed8a"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
index d53f0c31b..503e361e3 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json",
"sourceHash" : "e7ce27192c376c731facad43a385858affb8d4cbbd875150146e373371653f57"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
index bd4845667..e64df41a1 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json",
"sourceHash" : "c95a789275c1fc0fee461330e8423359de8a56d54aac8cfa6a9e0764173f0399"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
index 83c2c3846..981c5806a 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json",
"sourceHash" : "dc915fbd5908e757ff340726ea7bdc91a333732d8fa9d62546c6b6f0bd3c35b8"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
index fefc195ab..1cdd0e103 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json",
"sourceHash" : "bcec3c40dfb0ab6e644e58906efe3030a464f2ae4c314df3f342f893ee33895c"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
index bb8f2bbc2..5d2148cfb 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json",
"sourceHash" : "2c0668271b3176211c4b30148de87bc30c2cd2a559fc6ae9ec5eb7001be302e5"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
index 1a5146f37..895571c4f 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json",
"sourceHash" : "87fb7bf52844f5fb33d6f85362412923b15c39f67b706b387678d21b32f7dc29"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
index aa94a44c5..d1fab3f42 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json",
"sourceHash" : "bb0fac8dc7b0622ec1085df27b44bbbcae3174c567fdaec89fa86bd6891e9a10"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
index dc037b238..4a8bc7683 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "e4b0c329ea9146c56bca7cc8ab8e8b8943bc0adefc1353d41b2a6d11d5c4192c"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
index 3e6fcb827..1617a4c91 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json",
"sourceHash" : "0a7662fdf5acd8da295070dd542796b9e571f3dbbeb327e24c71776c8ab83e3c"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
index 8be284393..642617e90 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json",
"sourceHash" : "286ebea033865c09cd0b113b7a502e85491709beef4347237db8e15529e97691"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
index 80f1de2e4..ab869b0a4 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json",
"sourceHash" : "c552561a611e836e0137ebc096e027a73a6d84a753b30b965875243b9ee7d4e6"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
index 270e4718d..6b77a9c40 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json",
"sourceHash" : "8c10eb12f675d717ec6e8a4565bf1641a11a516ab87be3906b561cfcc359894c"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
index 61732c6bf..9dfcb7541 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json",
"sourceHash" : "7bbcb11c2ed539ce080ef80be14c8260502729f08d087fba0f568217822b328a"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
index acefd2d42..be22e5fd7 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json",
"sourceHash" : "0df4721e0cd48067e8a9999f14cdc604461f0a607c88686ffe676ded38107c7a"
},
diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
index a00de3364..20fa86d0a 100644
--- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"BlockNumberDynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "03483ccacf8816abaeacba02026a5b34e0dfd5ed7de35ec3ab5fc735673df644"
},
diff --git a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
index b3761ffae..389865411 100644
--- a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
+++ b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json
@@ -2,8 +2,8 @@
"DyanmicJump0_outOfBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json",
"sourceHash" : "7ce0d94e28f954e14dc9dbd02f66d2034d78035f7a5332fbd65cf7b6a747a621"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
index a58fb5b8d..6a6c19d40 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json
@@ -2,8 +2,8 @@
"DynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json",
"sourceHash" : "8afb9ab386fb9d8e39e9b4e03515e8a16c09cd33185bbc83be9d6894f82a142d"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
index f8a4e020f..3e0fd0bb3 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,8 @@
"DynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json",
"sourceHash" : "13047f11cd915829c3db0c19c87ac9677069f03ba2eb4621e81c82a81e398ca2"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
index 93dc49242..0df5775bb 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,8 @@
"DynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json",
"sourceHash" : "24802565bba69763c921c6949e9a91850171f3ec6d062833a0441b43c0871f61"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
index b44a68c68..3382395a8 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json
@@ -2,8 +2,8 @@
"DynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json",
"sourceHash" : "cbe3fa0f3b9184072a3ff57f1a4cab9668f3117b60a50af0c056181355db2d1f"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
index 04619bba8..a7620d245 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json
@@ -2,8 +2,8 @@
"DynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json",
"sourceHash" : "a4aa77b037acf561270b23894655ba937d7884bd4f857b0dad51470c637da380"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
index 71f4d9f0c..2e2141996 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json
@@ -2,8 +2,8 @@
"DynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json",
"sourceHash" : "4e2c3c7ac116e50b5f520674206a05e58aca0333e2e1a91c3e3b0c9e919b99f8"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump1.json b/VMTests/vmIOandFlowOperations/DynamicJump1.json
index 9a058a733..a870c102c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump1.json
@@ -2,8 +2,8 @@
"DynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json",
"sourceHash" : "c57880989df9272da3f50516d7cae102a4f8a2ced31cfdd167e55a8c285817c7"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
index e8540cb6b..d130941c9 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json
@@ -2,8 +2,8 @@
"DynamicJumpAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json",
"sourceHash" : "b87b6520d9856551be82aa25fcc9440e4846ce5d16182fea41c19e275f95eaa0"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
index e8445a5dd..0410a5760 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"DynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json",
"sourceHash" : "30d3b6922ea66206268c855ec5708b0c2f11ba965661a33cf59b9a2a6fd49dc9"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
index f248a89e7..0623d5874 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"DynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "f7273b8afa786e528f21875113629ce839e73c237c53039e2a8b90aae22af387"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
index d0695f654..cf2a59464 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json
@@ -2,10 +2,10 @@
"DynamicJumpJD_DependsOnJumps0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json",
- "sourceHash" : "9e07849ff24c67f1ab38ca83bc3a6a1b81efea33f733c888c9e74cbea1f72009"
+ "sourceHash" : "3c562148f872d2a6ce60ae434d7ee12b3551b14fb3ed2ab4d83c9a6830778cab"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
index d5370c10a..55079756c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json
@@ -2,8 +2,8 @@
"DynamicJumpJD_DependsOnJumps1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json",
"sourceHash" : "299a4d81ff1e9082cef5ccafe025f6514293e9d5b1a11f44629d73e85a4242c6"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
index fea5ec770..34dda2997 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json
@@ -2,8 +2,8 @@
"DynamicJumpPathologicalTest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json",
"sourceHash" : "6e983f9ce266e7a5ceb114b937c78131246ccb577e17dcd06a94e93b486de739"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
index 157798efc..0b28eef0a 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json
@@ -2,8 +2,8 @@
"DynamicJumpPathologicalTest1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json",
"sourceHash" : "032db02146eeb6004102fa8d5e4cb620d4df49088f5da74af18309b42b8e95b4"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
index c3d693378..87694231b 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json
@@ -2,8 +2,8 @@
"DynamicJumpPathologicalTest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json",
"sourceHash" : "aea90b09c06c54e44e0b300dc53342dacee9b8babcf8c9c6605e020c098681de"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
index 8a6a9b7de..17ff07458 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json
@@ -2,8 +2,8 @@
"DynamicJumpPathologicalTest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json",
"sourceHash" : "acedda2b0dbe177488d3163c46f6e36b2f35c25a2109bfe8d8cff59d01c193d2"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
index c546405c8..3282d3b6c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json
@@ -2,8 +2,8 @@
"DynamicJumpStartWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json",
"sourceHash" : "c5b7749d9265656a13d743fd232f74d01694d7de1c39566d570ca1a176de51aa"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
index f4c4493e3..82c423402 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json
@@ -2,10 +2,10 @@
"DynamicJump_value1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json",
- "sourceHash" : "0cc7270eaade53e21417243a2fffedac90e91c4ff29ea0f39230eded6d5052d7"
+ "sourceHash" : "34783bea9687580ce815a77c9539e473ed5a349d54b75ca40797c11b1bfb3c17"
},
"callcreates" : [
],
@@ -19,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x08"
},
- "gas" : "0x0186a0",
+ "gas" : "0x01867a",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
- "out" : "0x",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000001",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
@@ -41,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
index 40bd6c4ce..26c6bc86b 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json
@@ -2,10 +2,10 @@
"DynamicJump_value2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json",
- "sourceHash" : "b33fdcc007e30687202c0922dd47116daacd068f6de8b049ee52ddf74b7f42c9"
+ "sourceHash" : "ec965fb60cabd6c51628423cf6d2a82ca880d84313ba95d2595e1e219f7c922d"
},
"callcreates" : [
],
@@ -19,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x12"
},
- "gas" : "0x0186a0",
+ "gas" : "0x01867c",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
- "out" : "0x",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000002",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
@@ -41,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
index 41f4d2aaf..3e294cd4c 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json
@@ -2,10 +2,10 @@
"DynamicJump_value3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json",
- "sourceHash" : "ec08738652733d66d9d2ee65d59b981fe41ae2543eac7cc4c03f67ddfd030a43"
+ "sourceHash" : "17142a063cc17db8bc5d4cb6e70df9052fb77c3494101e79abcbbc0a7ab5c123"
},
"callcreates" : [
],
@@ -19,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x1b"
},
- "gas" : "0x0186a0",
+ "gas" : "0x01867e",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
- "out" : "0x",
+ "out" : "0x0000000000000000000000000000000000000000000000000000000000000003",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
@@ -41,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
index 48939f26c..bf20e4403 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json
@@ -2,13 +2,11 @@
"DynamicJump_valueUnderflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json",
- "sourceHash" : "de608d790893ce8ddf71ae8ecf2690d61174ecabe3498dd6c5a5808872515733"
+ "sourceHash" : "42033c503b580567ac0757bf1e1228b01c0fb9bdb4392ec9d9329c350f8bb9a3"
},
- "callcreates" : [
- ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -19,29 +17,17 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b505050600052596000f3",
"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" : "0x",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b505050600052596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
index d4fc7766d..6ef08b41e 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json
@@ -2,8 +2,8 @@
"DynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json",
"sourceHash" : "167a8bc1966b9ceb285b7ee26bab9b634722947a0493ff39b62df3dbbbf5b8eb"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
index 777b46358..ceb1578bf 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json
@@ -2,8 +2,8 @@
"DynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json",
"sourceHash" : "4f1af628d8e58cfb41949ed3208c72c1334cba9769b94734c0906fa1b6f8b9f3"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
index ecb582b31..0aa9a7c64 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json
@@ -2,8 +2,8 @@
"DynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json",
"sourceHash" : "e9d7f029d6243c74e34d91172b23bbad2d2e3505d2a8c7126e1d860405b4c2c4"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
index bc59856c4..64fc29898 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json
@@ -2,8 +2,8 @@
"DynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json",
"sourceHash" : "7311712e1b5ecea562af4d9ec6d90002ce0ea83e4e04a8c11370c91e03343e99"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
index e724ee9dc..7e0f87a54 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json
@@ -2,8 +2,8 @@
"DynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json",
"sourceHash" : "c17293986bbcd1e1262f73a96884cc53f7f1e766526891bae7abc14d537b4b38"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
index 160214082..d869d1000 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"DynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json",
"sourceHash" : "bc4dcc0abe0ab928373775174beef03fd017d41f5db251f6cda0ea96a8f31a12"
},
diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
index 4e78eb014..ea196c118 100644
--- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"DynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "6d69c560c41da568e675795ae388ede46b1310c05bd978add94f84344ff3d475"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
index 17d785b12..4f0bfd170 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json",
"sourceHash" : "f8e9bf607604cc3fe304f07ac251f1c39c3445b5a0de521115d2da0569e76521"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
index 2eb551a95..7bce82144 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json",
"sourceHash" : "bc00bd6d3ad43b7649d36bcd5496676fab763616de742e830f99156dd44e5bb4"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
index 4b8dcb88b..57f49baf7 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json",
"sourceHash" : "8688f711bbe5ac4fed64ffd10079b4894cafac35889c32d6d5dbae21074023b7"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
index f6d3322e5..707b7c66e 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json",
"sourceHash" : "4e86e5cc90e8bdac77ed0ff0d2bc89eef1adf47b5239f68c8d398da41b3d32bc"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
index 994965b15..ffa21987b 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json",
"sourceHash" : "19cacac47ecaf04dbf6e8c3f5dd7e078f466a834b7b0ddc8109447fd5138f309"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
index eb5975d3d..dda8fa1a6 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json",
"sourceHash" : "d0308888f35f5966b736e3eaf8c4c2e81da641801d1f9b15a5d71f67b2f87b4e"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
index 2caa3cadc..afade62fb 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json",
"sourceHash" : "c681fb4e1151cc0c60baf6a1279d88080022ab97c5c5fa5e832419e8a8726a75"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
index 87b009877..bad02fcc7 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json",
"sourceHash" : "887fc83653a790b8bb01ce30cffd1791052a24d1ed7f4616ebff58eb39bbb724"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
index 72e42f438..2546f7a0a 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "c72599691322d8082a8bb1c67bfbbcf390ebf158972391711cbfc59cc0204edf"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
index 4bc650764..b535be203 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json",
"sourceHash" : "2d5a6bf99246c35b1eb6c4b79d0c9f4cdbda77ca87252b9f7f4e5b148c0a257c"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
index 336e5bef6..578d3ddc6 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json",
"sourceHash" : "996ffd900990caf58e2bea621540400445dff51f5b43fa9a5251116c94a7d104"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
index cd221e073..7333c2bef 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json",
"sourceHash" : "453b265ed9d7c59546fd5f74f67e42e33a985915caf75156581211b2466b165b"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
index bb8f296fa..baf6b273c 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json",
"sourceHash" : "50487e4df79bf039c655ab5511aa2c1e5ccf3d8d1ff5471aa562857b9bcfca90"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
index 083809608..6de4279cc 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json",
"sourceHash" : "cfd99d751103be567f45535499acf00ce2ed9c19808c2b8f84f8918ba18074a4"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
index 3c5969ba7..b756ee468 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json",
"sourceHash" : "4961b95f26f949401d332032ba13ece664989690aac8d9df7aa2e98e0ec88af2"
},
diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
index e3f0ee208..ed53e0792 100644
--- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"JDfromStorageDynamicJumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "4fa6d8be127257c062764569586026785493d277af3b9d82d3a0ec824ed750d4"
},
diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
index cde7be94f..b86ca51b2 100644
--- a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
+++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json
@@ -2,8 +2,8 @@
"bad_indirect_jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json",
"sourceHash" : "03dc625f7f7e3bb8bd02b492faa5f00cb6da3f4ac9b133dd94ea3f4b641631e9"
},
diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
index d193396ff..773205ed0 100644
--- a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
+++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json
@@ -2,8 +2,8 @@
"bad_indirect_jump2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json",
"sourceHash" : "bce33e4a3e5bafadf38d26ecf7b0f53ef40edd98a6b20f44aa8567c4067b0609"
},
diff --git a/VMTests/vmIOandFlowOperations/byte1.json b/VMTests/vmIOandFlowOperations/byte1.json
index 828425787..33affa210 100644
--- a/VMTests/vmIOandFlowOperations/byte1.json
+++ b/VMTests/vmIOandFlowOperations/byte1.json
@@ -2,8 +2,8 @@
"byte1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json",
"sourceHash" : "af15b060bf103e83d795ad549e35762fc4f0070407b68e84ab0ad42298edea93"
},
diff --git a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
index ddb61bf33..61ce7fa7b 100644
--- a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
+++ b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json
@@ -2,8 +2,8 @@
"calldatacopyMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json",
"sourceHash" : "e8ff328d093670cbe7af1f63900cca505b53c4549cf3146f5fd2b4570d75caa2"
},
diff --git a/VMTests/vmIOandFlowOperations/codecopyMemExp.json b/VMTests/vmIOandFlowOperations/codecopyMemExp.json
index c75ea670f..c92f5a893 100644
--- a/VMTests/vmIOandFlowOperations/codecopyMemExp.json
+++ b/VMTests/vmIOandFlowOperations/codecopyMemExp.json
@@ -2,8 +2,8 @@
"codecopyMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json",
"sourceHash" : "450d131fc0e6511b6cd365e747cc14ca5d9acc544dfd1c4a8f339de82f38ce6e"
},
diff --git a/VMTests/vmIOandFlowOperations/deadCode_1.json b/VMTests/vmIOandFlowOperations/deadCode_1.json
index 169db0a73..e0e2913d7 100644
--- a/VMTests/vmIOandFlowOperations/deadCode_1.json
+++ b/VMTests/vmIOandFlowOperations/deadCode_1.json
@@ -2,8 +2,8 @@
"deadCode_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json",
"sourceHash" : "370c625c3648ba73ccf27aef4b813f988c6220971e5efd709cb940cf1444adfe"
},
diff --git a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
index 25d0f8312..dbcdd4d54 100644
--- a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
+++ b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json
@@ -2,8 +2,8 @@
"dupAt51becameMload" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json",
"sourceHash" : "2781b3f79053c8c999ab26c7dc1eb59cb7f90770491e10627c13a0c6849371f5"
},
diff --git a/VMTests/vmIOandFlowOperations/for_loop1.json b/VMTests/vmIOandFlowOperations/for_loop1.json
index fa2caf8a8..201a6a9ba 100644
--- a/VMTests/vmIOandFlowOperations/for_loop1.json
+++ b/VMTests/vmIOandFlowOperations/for_loop1.json
@@ -2,8 +2,8 @@
"for_loop1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json",
"sourceHash" : "076b824432d748120b1dd752a0310ee873ea0f296fae3192b89289832604f896"
},
diff --git a/VMTests/vmIOandFlowOperations/for_loop2.json b/VMTests/vmIOandFlowOperations/for_loop2.json
index cefad2538..9c3489d97 100644
--- a/VMTests/vmIOandFlowOperations/for_loop2.json
+++ b/VMTests/vmIOandFlowOperations/for_loop2.json
@@ -2,8 +2,8 @@
"for_loop2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json",
"sourceHash" : "5970e2035f676582fc307a9aeabb28e826de035757db0f266746b19b0c26857d"
},
diff --git a/VMTests/vmIOandFlowOperations/gas0.json b/VMTests/vmIOandFlowOperations/gas0.json
index ce497fc01..612f9d33a 100644
--- a/VMTests/vmIOandFlowOperations/gas0.json
+++ b/VMTests/vmIOandFlowOperations/gas0.json
@@ -2,8 +2,8 @@
"gas0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json",
"sourceHash" : "c9f2bb9b65668f62ee5bd37d3f7a1fc442ef925a82ed90eb1d32f51d966f5120"
},
diff --git a/VMTests/vmIOandFlowOperations/gas1.json b/VMTests/vmIOandFlowOperations/gas1.json
index 7154854b9..b0bfe8819 100644
--- a/VMTests/vmIOandFlowOperations/gas1.json
+++ b/VMTests/vmIOandFlowOperations/gas1.json
@@ -2,8 +2,8 @@
"gas1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json",
"sourceHash" : "beb3c3379a185b43c386333b4a65bb62931312f7ea7a01cc84ca4c53ac7c14e2"
},
diff --git a/VMTests/vmIOandFlowOperations/gasOverFlow.json b/VMTests/vmIOandFlowOperations/gasOverFlow.json
index cd72935e1..45c8c072f 100644
--- a/VMTests/vmIOandFlowOperations/gasOverFlow.json
+++ b/VMTests/vmIOandFlowOperations/gasOverFlow.json
@@ -2,10 +2,10 @@
"gasOverFlow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json",
- "sourceHash" : "d864c9bd6ccf9632d0b6af965e48b50cf26e1c883ae3769101394d70ddfc1dc5"
+ "sourceHash" : "ff8e9e8467ba5ccadfb3113e0c6cd0100bca79e2cd3571d25dd90c9801b58c12"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -17,7 +17,7 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x6060035b606001900380606002576868010000000000000016565b6363badf000d6060115500",
+ "code" : "0x60035b600190038060025768010000000000000016565b63badf000d60115500",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
@@ -27,7 +27,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x6060035b606001900380606002576868010000000000000016565b6363badf000d6060115500",
+ "code" : "0x60035b600190038060025768010000000000000016565b63badf000d60115500",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump1.json b/VMTests/vmIOandFlowOperations/indirect_jump1.json
index 93744e006..142346ff3 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump1.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump1.json
@@ -2,8 +2,8 @@
"indirect_jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json",
"sourceHash" : "d2c24c3221a7ddd86860045b04f5b9308220093b9d15b5ade9bf041a883804ef"
},
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump2.json b/VMTests/vmIOandFlowOperations/indirect_jump2.json
index b60d26717..55d4169f3 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump2.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump2.json
@@ -2,8 +2,8 @@
"indirect_jump2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json",
"sourceHash" : "06a4ba14cd7f0ed0b994f0952ac06b4b9ad784d126e9bfbc67227a33892cf484"
},
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump3.json b/VMTests/vmIOandFlowOperations/indirect_jump3.json
index 98748d21c..ed4dbeb27 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump3.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump3.json
@@ -2,8 +2,8 @@
"indirect_jump3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json",
"sourceHash" : "09f43e283a3f1fbe5006f691677a4b0c46af39314c9aa3b921dc8165ac3ea7f9"
},
diff --git a/VMTests/vmIOandFlowOperations/indirect_jump4.json b/VMTests/vmIOandFlowOperations/indirect_jump4.json
index b47ec1f74..fd2ca4358 100644
--- a/VMTests/vmIOandFlowOperations/indirect_jump4.json
+++ b/VMTests/vmIOandFlowOperations/indirect_jump4.json
@@ -2,8 +2,8 @@
"indirect_jump4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json",
"sourceHash" : "17dc44d8de8f18935a5f2df3f9ad9bead69750854909a247700c5c834cc1bde2"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
index 55e5ba272..53b10d6b6 100644
--- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json
@@ -2,8 +2,8 @@
"jump0_AfterJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json",
"sourceHash" : "1acb63f22b884002b0a8b154d42508f7258b648ba09f2230ff99ea31844e0548"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
index c0c6b489e..1f386a124 100644
--- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
+++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json
@@ -2,8 +2,8 @@
"jump0_AfterJumpdest3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json",
"sourceHash" : "b9af7a5c65ae67ae17fa4727f821368dc0530a586feac67532731eac15eeb4d9"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
index d7d75c0af..079856e57 100644
--- a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
+++ b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json
@@ -2,8 +2,8 @@
"jump0_foreverOutOfGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json",
"sourceHash" : "fdaccdc6f011fa7d495114cded513b74fdb71bd05a89044f45108134e1d82442"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
index 342bbb4d6..fd3f398d7 100644
--- a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
+++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json
@@ -2,8 +2,8 @@
"jump0_jumpdest0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json",
"sourceHash" : "10074d51c2e645260b082ed83a15384800f86bdc79ad7e8c8195077139fd7b70"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
index 55bdfd92b..91296a51b 100644
--- a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
+++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json
@@ -2,8 +2,8 @@
"jump0_jumpdest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json",
"sourceHash" : "8985b2d8ce5961df29253fde764df8a662d67ee771a7d288a8b785138cde9063"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
index d83b28f4f..1f73d2d5a 100644
--- a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
+++ b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json
@@ -2,8 +2,8 @@
"jump0_outOfBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json",
"sourceHash" : "d4d1a86619b6de16fafe45a8f74b9125282e8eae7e40548239ebc0eed183d81b"
},
diff --git a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
index 4c448342f..56e530cd0 100644
--- a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json
@@ -2,8 +2,8 @@
"jump0_withoutJumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json",
"sourceHash" : "ffb611aebad375b8ef202334ff7ca743154c7f02805bcaa9ec64498a2c23010e"
},
diff --git a/VMTests/vmIOandFlowOperations/jump1.json b/VMTests/vmIOandFlowOperations/jump1.json
index 72d2cd788..4d6fa401a 100644
--- a/VMTests/vmIOandFlowOperations/jump1.json
+++ b/VMTests/vmIOandFlowOperations/jump1.json
@@ -2,8 +2,8 @@
"jump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json",
"sourceHash" : "63e286ec1f17c07019a82da9fae055904acfae7acb906a73977c97580c2731da"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpAfterStop.json b/VMTests/vmIOandFlowOperations/jumpAfterStop.json
index 0ceed41c0..64b4b6a73 100644
--- a/VMTests/vmIOandFlowOperations/jumpAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/jumpAfterStop.json
@@ -2,8 +2,8 @@
"jumpAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json",
"sourceHash" : "f1bc184a0b9f9114093a76fdf5713da18e8f2525d1a72ae9b62b0c18e8acae15"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
index ce97ba3c4..561cc2fe7 100644
--- a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json
@@ -2,8 +2,8 @@
"jumpDynamicJumpSameDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json",
"sourceHash" : "2547ddd5d3219fa19de55d2b5734100e0247bb63fda109b1c8880954f14d8bda"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpHigh.json b/VMTests/vmIOandFlowOperations/jumpHigh.json
index ef59b9c87..0e845a05a 100644
--- a/VMTests/vmIOandFlowOperations/jumpHigh.json
+++ b/VMTests/vmIOandFlowOperations/jumpHigh.json
@@ -2,10 +2,10 @@
"jumpHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json",
- "sourceHash" : "1bdab6f363f24577f6a274e42cc776af3f6426054012798314cb1c099a15f099"
+ "sourceHash" : "72821a17d2dd55a8636dc65dca886a78ca509b15751e51117f4f6242daa5c788"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
index 1ade06c48..b3895d9d4 100644
--- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"jumpInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json",
"sourceHash" : "1e935211f84dd27ef3736f70d302235494e73cbbc6c4c2c880077fb5626f2bee"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
index bff3ac215..d014d7f65 100644
--- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"jumpInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "85b6c540ecebb835b976f24efce80c2bdfaf2c0ef85543dd0e9cb4994f54e458"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpOntoJump.json b/VMTests/vmIOandFlowOperations/jumpOntoJump.json
index 953f103aa..032985120 100644
--- a/VMTests/vmIOandFlowOperations/jumpOntoJump.json
+++ b/VMTests/vmIOandFlowOperations/jumpOntoJump.json
@@ -2,8 +2,8 @@
"jumpOntoJump" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json",
"sourceHash" : "dc2c9502dcd6948fbf3f8f4c20ff4d3d32b72e56f91ed85dd058e6bccf322df7"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
index 99a895ae4..e104b01f3 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json
@@ -2,8 +2,8 @@
"jumpTo1InstructionafterJump" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json",
"sourceHash" : "5d11f3a45f6922cf410900324a58a0c487d828fd9b67836cc7af2489f53d32c1"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
index 5a6719f28..628711ec8 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json
@@ -2,8 +2,8 @@
"jumpTo1InstructionafterJump_jumpdestFirstInstruction" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json",
"sourceHash" : "2015f45950bed4f833ed37caf863849e3def53aee38059ce6f0038476700e351"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
index 46354d577..af7416529 100644
--- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json
@@ -2,8 +2,8 @@
"jumpTo1InstructionafterJump_noJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json",
"sourceHash" : "6fdd371badca1e4e5d976d5ad0052c119770e030c99634d06d2ba39beff041ba"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
index 8d9d134df..6d9b2a8ec 100644
--- a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json
@@ -2,8 +2,8 @@
"jumpToUint64maxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json",
"sourceHash" : "8c91c8620eb60554142a3d0f2cc3d71f1bc8ed976ea4ed08979e526584e68415"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
index 40142588a..26a063278 100644
--- a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json
@@ -2,8 +2,8 @@
"jumpToUintmaxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json",
"sourceHash" : "453c3a7b59333c75388b1abaf7144c5c4aafdc09ad7dc68546f24f423c22a653"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpdestBigList.json b/VMTests/vmIOandFlowOperations/jumpdestBigList.json
index e55d0332f..9373f3e0c 100644
--- a/VMTests/vmIOandFlowOperations/jumpdestBigList.json
+++ b/VMTests/vmIOandFlowOperations/jumpdestBigList.json
@@ -2,8 +2,8 @@
"jumpdestBigList" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json",
"sourceHash" : "d17095dfc588d157cfff0807d51cbcf00b53e87c6cbb7c25d1f9d14ebc54d2e4"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpi0.json b/VMTests/vmIOandFlowOperations/jumpi0.json
index c76cb7878..1690c2fcb 100644
--- a/VMTests/vmIOandFlowOperations/jumpi0.json
+++ b/VMTests/vmIOandFlowOperations/jumpi0.json
@@ -2,8 +2,8 @@
"jumpi0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json",
"sourceHash" : "3d244a4ccd747e2fad11585767c5798c39e8bae8549a3b136ea7e350511ad1ed"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpi1.json b/VMTests/vmIOandFlowOperations/jumpi1.json
index f8b61d23f..9e918754f 100644
--- a/VMTests/vmIOandFlowOperations/jumpi1.json
+++ b/VMTests/vmIOandFlowOperations/jumpi1.json
@@ -2,8 +2,8 @@
"jumpi1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json",
"sourceHash" : "683edaba064cd341a3bfb1827bc737c278d3c2dc41dbf2a1f7801b3460a8c70d"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
index 4c894ad33..4790c85d2 100644
--- a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
+++ b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json
@@ -2,8 +2,8 @@
"jumpi1_jumpdest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json",
"sourceHash" : "0d15db4a0c488d076ac80f69bd6a806afab5fe9cd404700ce08f7913474c93c9"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
index 68c2e34a5..dea9295af 100644
--- a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
+++ b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json
@@ -2,8 +2,8 @@
"jumpiAfterStop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json",
"sourceHash" : "53101686549a17edd3ee7d821ee45b368a68a4918f3ecf528a59b7d443820efe"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
index c4a4b2749..e3457baa3 100644
--- a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
+++ b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json
@@ -2,8 +2,8 @@
"jumpiOutsideBoundary" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json",
"sourceHash" : "b2e2b2ee0c5d72368e4ec7f6b2f939b52adda7fa4e05c0f05c25ba8cc1ff4bb4"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
index 62eae849b..e326b0d53 100644
--- a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json
@@ -2,8 +2,8 @@
"jumpiToUint64maxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json",
"sourceHash" : "8c5c881f88a80b9c8fb5fefab654940235271b5d0f5683c35565354414ee4fd3"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
index f0d5b6e06..ccca72fd9 100644
--- a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
+++ b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json
@@ -2,8 +2,8 @@
"jumpiToUintmaxPlus1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json",
"sourceHash" : "a7c8710b99f2c8dde5485783bd0d07fe81f51cb06afab6cbf360ffc25074017c"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
index a03576a93..97552349e 100644
--- a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
+++ b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json
@@ -2,8 +2,8 @@
"jumpi_at_the_end" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json",
"sourceHash" : "245922e08600950de9687f66ce1291dd9a47c878589b41daa9878585d339e822"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
index 0b1973902..d233a1b43 100644
--- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json
@@ -2,8 +2,8 @@
"jumpifInsidePushWithJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json",
"sourceHash" : "c2fd7b19a86e14e73cbdce73023348b4c573f4207b27c46dfb3901790de35733"
},
diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
index 534e5691f..a3b449a94 100644
--- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
+++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json
@@ -2,8 +2,8 @@
"jumpifInsidePushWithoutJumpDest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json",
"sourceHash" : "01bc42d93e42a41a725d23643bd12cf05fdc244cb3d4a420e23d4f7c93314c8b"
},
diff --git a/VMTests/vmIOandFlowOperations/kv1.json b/VMTests/vmIOandFlowOperations/kv1.json
index 9833c1f92..977483030 100644
--- a/VMTests/vmIOandFlowOperations/kv1.json
+++ b/VMTests/vmIOandFlowOperations/kv1.json
@@ -2,8 +2,8 @@
"kv1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json",
"sourceHash" : "a972ced59c7ea0f275a4b15db9015e4bb54b0e6d7309ed9ac18e8e1c40671f87"
},
diff --git a/VMTests/vmIOandFlowOperations/log1MemExp.json b/VMTests/vmIOandFlowOperations/log1MemExp.json
index 8eb59d0a5..bd78da344 100644
--- a/VMTests/vmIOandFlowOperations/log1MemExp.json
+++ b/VMTests/vmIOandFlowOperations/log1MemExp.json
@@ -2,8 +2,8 @@
"log1MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json",
"sourceHash" : "feaeefdaa9e24041979d07b77681b1fb2690cb5a171f6b18124f9df9de66311a"
},
diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
index 9f9b3c198..1dd3574db 100644
--- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
+++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json
@@ -2,8 +2,8 @@
"loop_stacklimit_1020" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json",
"sourceHash" : "7d77f686add5af793831385da42e565d580e512d7321089f9ffee37d1703361e"
},
diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
index 03c183886..79549db8d 100644
--- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
+++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json
@@ -2,8 +2,8 @@
"loop_stacklimit_1021" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json",
"sourceHash" : "ee088db1cd1f7551b2bf8dc7debea0496f025468d54978abd9193612c28b258e"
},
diff --git a/VMTests/vmIOandFlowOperations/memory1.json b/VMTests/vmIOandFlowOperations/memory1.json
index 9b7360d38..b58a9ba91 100644
--- a/VMTests/vmIOandFlowOperations/memory1.json
+++ b/VMTests/vmIOandFlowOperations/memory1.json
@@ -2,8 +2,8 @@
"memory1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json",
"sourceHash" : "fbdece5c75c4de62e1e041743c49c0843149bcd4ba650fbf680f180d0ab8ceb0"
},
diff --git a/VMTests/vmIOandFlowOperations/mloadError0.json b/VMTests/vmIOandFlowOperations/mloadError0.json
index 1d1bc64e0..8c8971466 100644
--- a/VMTests/vmIOandFlowOperations/mloadError0.json
+++ b/VMTests/vmIOandFlowOperations/mloadError0.json
@@ -2,8 +2,8 @@
"mloadError0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json",
"sourceHash" : "a09df3f4696116e0141cc765d415bade6109ad51b37bf0c56c1d4864db289763"
},
diff --git a/VMTests/vmIOandFlowOperations/mloadError1.json b/VMTests/vmIOandFlowOperations/mloadError1.json
index b736dc7cb..2142d2425 100644
--- a/VMTests/vmIOandFlowOperations/mloadError1.json
+++ b/VMTests/vmIOandFlowOperations/mloadError1.json
@@ -2,8 +2,8 @@
"mloadError1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json",
"sourceHash" : "84a57bcac08f17d4659841be7d77644ec1a3522ab57dfc1d6d219a1e18d12290"
},
diff --git a/VMTests/vmIOandFlowOperations/mloadMemExp.json b/VMTests/vmIOandFlowOperations/mloadMemExp.json
index d1272ebc7..bf1ce1c2d 100644
--- a/VMTests/vmIOandFlowOperations/mloadMemExp.json
+++ b/VMTests/vmIOandFlowOperations/mloadMemExp.json
@@ -2,8 +2,8 @@
"mloadMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json",
"sourceHash" : "e87be8ad004e6479baa2982aa159bd4e6a454b089bb7e7f88f4df3f231d75d62"
},
diff --git a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
index 59f9438ea..1b1ab8aa4 100644
--- a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
+++ b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json
@@ -2,8 +2,8 @@
"mloadOutOfGasError2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json",
"sourceHash" : "66149e297a9764b82acdbff655525bb061181842efa5c7896659ed8c4dbd94ef"
},
diff --git a/VMTests/vmIOandFlowOperations/msize0.json b/VMTests/vmIOandFlowOperations/msize0.json
index 484e8d20f..74025fe0e 100644
--- a/VMTests/vmIOandFlowOperations/msize0.json
+++ b/VMTests/vmIOandFlowOperations/msize0.json
@@ -2,8 +2,8 @@
"msize0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json",
"sourceHash" : "5246307dee87f8628255062a3fbdafccff73c6d4a8ba9ed414bfa73f3dda75d8"
},
diff --git a/VMTests/vmIOandFlowOperations/msize1.json b/VMTests/vmIOandFlowOperations/msize1.json
index befb9e6d7..066ab0e23 100644
--- a/VMTests/vmIOandFlowOperations/msize1.json
+++ b/VMTests/vmIOandFlowOperations/msize1.json
@@ -2,8 +2,8 @@
"msize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json",
"sourceHash" : "c05b6682215374c094f377904324535fbf187e46f8f87b6266924985525920cd"
},
diff --git a/VMTests/vmIOandFlowOperations/msize2.json b/VMTests/vmIOandFlowOperations/msize2.json
index 274944a1f..930b08ac9 100644
--- a/VMTests/vmIOandFlowOperations/msize2.json
+++ b/VMTests/vmIOandFlowOperations/msize2.json
@@ -2,8 +2,8 @@
"msize2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json",
"sourceHash" : "c35303fa36e3ccc67a101077f50ea23b3435cf855d488be64a7539fa73e56b17"
},
diff --git a/VMTests/vmIOandFlowOperations/msize3.json b/VMTests/vmIOandFlowOperations/msize3.json
index 69cd17f32..4ed751f4e 100644
--- a/VMTests/vmIOandFlowOperations/msize3.json
+++ b/VMTests/vmIOandFlowOperations/msize3.json
@@ -2,8 +2,8 @@
"msize3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json",
"sourceHash" : "2cb140ab799864ce64b602e462a5fb3697a6bf7fe9621286ca5d4be0961afb0f"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore0.json b/VMTests/vmIOandFlowOperations/mstore0.json
index 13971608f..a5c8ecb5b 100644
--- a/VMTests/vmIOandFlowOperations/mstore0.json
+++ b/VMTests/vmIOandFlowOperations/mstore0.json
@@ -2,8 +2,8 @@
"mstore0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json",
"sourceHash" : "3b641446154f3ccf59d40592a119b8f3526ff4220800a35f28d1eeda7d7f01ad"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore1.json b/VMTests/vmIOandFlowOperations/mstore1.json
index fcf497470..286e41029 100644
--- a/VMTests/vmIOandFlowOperations/mstore1.json
+++ b/VMTests/vmIOandFlowOperations/mstore1.json
@@ -2,8 +2,8 @@
"mstore1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json",
"sourceHash" : "28766d6a75aaf16f55d51716b24a47a000d2ef9266ccd2126f745801b5b8e356"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore8MemExp.json b/VMTests/vmIOandFlowOperations/mstore8MemExp.json
index 2fb9f6bcb..cec92899b 100644
--- a/VMTests/vmIOandFlowOperations/mstore8MemExp.json
+++ b/VMTests/vmIOandFlowOperations/mstore8MemExp.json
@@ -2,8 +2,8 @@
"mstore8MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json",
"sourceHash" : "794876662f03c8b7b211061293e045898d347e624f2d5030d9f6724f4d838792"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
index 51cd2d223..ea43017c7 100644
--- a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
+++ b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json
@@ -2,8 +2,8 @@
"mstore8WordToBigError" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json",
"sourceHash" : "81921779550607de4b111ba7a36aefeabbab0453f1c71c52a92280e5e4f37854"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore8_0.json b/VMTests/vmIOandFlowOperations/mstore8_0.json
index c2e620d07..f02e6cc66 100644
--- a/VMTests/vmIOandFlowOperations/mstore8_0.json
+++ b/VMTests/vmIOandFlowOperations/mstore8_0.json
@@ -2,8 +2,8 @@
"mstore8_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json",
"sourceHash" : "a17124580c3ab3f73d1e59b6791b03f4c491f0ca2e9595538c9e807d6bcc4908"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore8_1.json b/VMTests/vmIOandFlowOperations/mstore8_1.json
index 67130a59e..a5e71c916 100644
--- a/VMTests/vmIOandFlowOperations/mstore8_1.json
+++ b/VMTests/vmIOandFlowOperations/mstore8_1.json
@@ -2,8 +2,8 @@
"mstore8_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json",
"sourceHash" : "4b6afbb90e2aad6c7d2834e511f6a72881a74aafd2387d7f8a780a97c92bfa23"
},
diff --git a/VMTests/vmIOandFlowOperations/mstoreMemExp.json b/VMTests/vmIOandFlowOperations/mstoreMemExp.json
index 462888de2..21e2fd58b 100644
--- a/VMTests/vmIOandFlowOperations/mstoreMemExp.json
+++ b/VMTests/vmIOandFlowOperations/mstoreMemExp.json
@@ -2,8 +2,8 @@
"mstoreMemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json",
"sourceHash" : "2d3bca692de504313800dd757e9bc51a52fd1f216fb8cfe232ad10f72f30e183"
},
diff --git a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
index 1083336d6..470452324 100644
--- a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
+++ b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json
@@ -2,8 +2,8 @@
"mstoreWordToBigError" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json",
"sourceHash" : "46919c99307c822c29fe5b7db2d682352d7e2e56749f33f6f1f08abe3b381cde"
},
diff --git a/VMTests/vmIOandFlowOperations/mstore_mload0.json b/VMTests/vmIOandFlowOperations/mstore_mload0.json
index d222c1a15..d56e4505e 100644
--- a/VMTests/vmIOandFlowOperations/mstore_mload0.json
+++ b/VMTests/vmIOandFlowOperations/mstore_mload0.json
@@ -2,8 +2,8 @@
"mstore_mload0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json",
"sourceHash" : "32b0acbc536458485dd91e892b931f997aac5cec5041fe2007624b9e6f6209dc"
},
diff --git a/VMTests/vmIOandFlowOperations/pc0.json b/VMTests/vmIOandFlowOperations/pc0.json
index 29d3ef951..08cad9bbc 100644
--- a/VMTests/vmIOandFlowOperations/pc0.json
+++ b/VMTests/vmIOandFlowOperations/pc0.json
@@ -2,8 +2,8 @@
"pc0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json",
"sourceHash" : "1321577c997342e0b3844fa0185d2f90bdde6688360de4e241c28a94fa2eb213"
},
diff --git a/VMTests/vmIOandFlowOperations/pc1.json b/VMTests/vmIOandFlowOperations/pc1.json
index 200e51905..a8aebe6d2 100644
--- a/VMTests/vmIOandFlowOperations/pc1.json
+++ b/VMTests/vmIOandFlowOperations/pc1.json
@@ -2,8 +2,8 @@
"pc1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json",
"sourceHash" : "86cad9fad54ca1a476dc77ce0f03fd4647338d56cbc51e0eaa638960ff69ab28"
},
diff --git a/VMTests/vmIOandFlowOperations/pop0.json b/VMTests/vmIOandFlowOperations/pop0.json
index 0c74c5a3d..f36350520 100644
--- a/VMTests/vmIOandFlowOperations/pop0.json
+++ b/VMTests/vmIOandFlowOperations/pop0.json
@@ -2,8 +2,8 @@
"pop0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json",
"sourceHash" : "dd85f6ea24984533ff920ac2cefbe8e41918ef28697a9e86e3b7b08c71fdae7c"
},
diff --git a/VMTests/vmIOandFlowOperations/pop1.json b/VMTests/vmIOandFlowOperations/pop1.json
index f192b6418..76226200b 100644
--- a/VMTests/vmIOandFlowOperations/pop1.json
+++ b/VMTests/vmIOandFlowOperations/pop1.json
@@ -2,8 +2,8 @@
"pop1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json",
"sourceHash" : "36925e5db3a21fd54c6d6962488f59aa67c79401f01837c1991ecfce78d8cd87"
},
diff --git a/VMTests/vmIOandFlowOperations/return1.json b/VMTests/vmIOandFlowOperations/return1.json
index eed5c86a0..04ea37ce4 100644
--- a/VMTests/vmIOandFlowOperations/return1.json
+++ b/VMTests/vmIOandFlowOperations/return1.json
@@ -2,8 +2,8 @@
"return1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json",
"sourceHash" : "c229d96941b96573f57312786c9d92146a27b97fa96c53683e3c4e64ff386f04"
},
diff --git a/VMTests/vmIOandFlowOperations/return2.json b/VMTests/vmIOandFlowOperations/return2.json
index 7db436827..e49885158 100644
--- a/VMTests/vmIOandFlowOperations/return2.json
+++ b/VMTests/vmIOandFlowOperations/return2.json
@@ -2,8 +2,8 @@
"return2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json",
"sourceHash" : "becb73650c19e358a9c31648319a15255851daf1db04b97ab79d2fea0f20d1ff"
},
diff --git a/VMTests/vmIOandFlowOperations/sha3MemExp.json b/VMTests/vmIOandFlowOperations/sha3MemExp.json
index c7353c2b6..2ac2e10e2 100644
--- a/VMTests/vmIOandFlowOperations/sha3MemExp.json
+++ b/VMTests/vmIOandFlowOperations/sha3MemExp.json
@@ -2,8 +2,8 @@
"sha3MemExp" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json",
"sourceHash" : "c49e0436cf0722acf90f1edc55304f0aba8acb6b78c2ef92053aa8bf887ce2e7"
},
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_0.json b/VMTests/vmIOandFlowOperations/sstore_load_0.json
index 96ac416c1..be2222313 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_0.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_0.json
@@ -2,8 +2,8 @@
"sstore_load_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json",
"sourceHash" : "53397d53a7688db3eb96045c1e40ab3c7b67a553444768d4ca81465db461d54f"
},
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_1.json b/VMTests/vmIOandFlowOperations/sstore_load_1.json
index b87b06e52..4c0a9983a 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_1.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_1.json
@@ -2,8 +2,8 @@
"sstore_load_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json",
"sourceHash" : "5ca96528eb40d70ad710b47b8df9f57ff0732c23f6e241f382745464054d350c"
},
diff --git a/VMTests/vmIOandFlowOperations/sstore_load_2.json b/VMTests/vmIOandFlowOperations/sstore_load_2.json
index 903ebdee2..37cdefa33 100644
--- a/VMTests/vmIOandFlowOperations/sstore_load_2.json
+++ b/VMTests/vmIOandFlowOperations/sstore_load_2.json
@@ -2,8 +2,8 @@
"sstore_load_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json",
"sourceHash" : "dcab74eb9897c8ab7dbf6860d5e2f41b4c3dda429e3f3d1a26103478a5efe424"
},
diff --git a/VMTests/vmIOandFlowOperations/sstore_underflow.json b/VMTests/vmIOandFlowOperations/sstore_underflow.json
index a7a36f03c..28e4a5f5f 100644
--- a/VMTests/vmIOandFlowOperations/sstore_underflow.json
+++ b/VMTests/vmIOandFlowOperations/sstore_underflow.json
@@ -2,8 +2,8 @@
"sstore_underflow" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json",
"sourceHash" : "1b214b54936f798e3c4d2a78002a4045d0f047de55e39fbba81a7458f5cf297f"
},
diff --git a/VMTests/vmIOandFlowOperations/stack_loop.json b/VMTests/vmIOandFlowOperations/stack_loop.json
index 6ff431a51..916d70b2b 100644
--- a/VMTests/vmIOandFlowOperations/stack_loop.json
+++ b/VMTests/vmIOandFlowOperations/stack_loop.json
@@ -2,13 +2,11 @@
"stack_loop" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json",
- "sourceHash" : "5f26b16cc490449093ca2d9b96bc9a6cf99b457040e2b90706e349f3556c30a8"
+ "sourceHash" : "ee81795c570f9ce949d8e6dd5fdaee167899193ea7ce65f6fb487de66d4a742b"
},
- "callcreates" : [
- ],
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x0100",
@@ -19,29 +17,17 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x60015b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
"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" : "0x",
+ "code" : "0x60015b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmIOandFlowOperations/stackjump1.json b/VMTests/vmIOandFlowOperations/stackjump1.json
index 1f54a9d5d..a82ac3910 100644
--- a/VMTests/vmIOandFlowOperations/stackjump1.json
+++ b/VMTests/vmIOandFlowOperations/stackjump1.json
@@ -2,8 +2,8 @@
"stackjump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json",
"sourceHash" : "63eb130604556032b233d60a37bafd83841ea5abb42782ff758eb6c00b39dba8"
},
diff --git a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
index e1c1996be..d066408f7 100644
--- a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
+++ b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json
@@ -2,8 +2,8 @@
"swapAt52becameMstore" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json",
"sourceHash" : "4c603542386eee8c4536855cfab5f9a268f6e9b31acccf6d9c0a93250e60de47"
},
diff --git a/VMTests/vmIOandFlowOperations/when.json b/VMTests/vmIOandFlowOperations/when.json
index 837d7db88..8e026061b 100644
--- a/VMTests/vmIOandFlowOperations/when.json
+++ b/VMTests/vmIOandFlowOperations/when.json
@@ -2,8 +2,8 @@
"when" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json",
"sourceHash" : "b85c02fb6909c24d3d3fcf03a0a03ac38224c787432f61c8ace21c4a4748091d"
},
diff --git a/VMTests/vmLogTest/log0_emptyMem.json b/VMTests/vmLogTest/log0_emptyMem.json
index 784c375cd..b0265a133 100644
--- a/VMTests/vmLogTest/log0_emptyMem.json
+++ b/VMTests/vmLogTest/log0_emptyMem.json
@@ -2,8 +2,8 @@
"log0_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json",
"sourceHash" : "45064e106180b9bbefda069715f9b58c829d33e6a9f0c2a57653cf389b44275f"
},
diff --git a/VMTests/vmLogTest/log0_logMemStartTooHigh.json b/VMTests/vmLogTest/log0_logMemStartTooHigh.json
index c03db0ed1..18a1f78f5 100644
--- a/VMTests/vmLogTest/log0_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log0_logMemStartTooHigh.json
@@ -2,8 +2,8 @@
"log0_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json",
"sourceHash" : "63103cc147c561a7611321901145a1601b30ff7578a3fb7ad56e5df37ea7a14f"
},
diff --git a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
index dc85ac603..625fb5a07 100644
--- a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json
@@ -2,8 +2,8 @@
"log0_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json",
"sourceHash" : "82027effde837c4152cda9778220e625b43936e95b0f4017461cc76190a5ae96"
},
diff --git a/VMTests/vmLogTest/log0_logMemsizeZero.json b/VMTests/vmLogTest/log0_logMemsizeZero.json
index b6c44abf2..8ce6fb8c7 100644
--- a/VMTests/vmLogTest/log0_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log0_logMemsizeZero.json
@@ -2,8 +2,8 @@
"log0_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json",
"sourceHash" : "1e535d801ef966b9105db25aaa1864d5ccde5fbb42a901b1acb0070f06280fb7"
},
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem.json b/VMTests/vmLogTest/log0_nonEmptyMem.json
index da99ecc74..97988b28c 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem.json
@@ -2,8 +2,8 @@
"log0_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json",
"sourceHash" : "d1d948aa5e456ef61c21c63e7cef20d6c93317cb83b0e1689bf54fc1ad803bab"
},
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
index 0e2941960..bc6b9fd53 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,8 @@
"log0_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json",
"sourceHash" : "e52f49688bfdcb97bddb2991769674797fb0e88afb9537ac6e2819f02d8445f8"
},
diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
index 1f0580100..53820122e 100644
--- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,8 @@
"log0_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
"sourceHash" : "080b68c335944a1661fd0a3bcd52bb4c01d47de4f0dde7415834021470ff16fe"
},
diff --git a/VMTests/vmLogTest/log1_Caller.json b/VMTests/vmLogTest/log1_Caller.json
index 80d41afa2..04f085ee3 100644
--- a/VMTests/vmLogTest/log1_Caller.json
+++ b/VMTests/vmLogTest/log1_Caller.json
@@ -2,8 +2,8 @@
"log1_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_CallerFiller.json",
"sourceHash" : "a649731050d37eabedd886be747bcbac5f2f87304aa6d4b82c35eb40d2dc8172"
},
diff --git a/VMTests/vmLogTest/log1_MaxTopic.json b/VMTests/vmLogTest/log1_MaxTopic.json
index 4477a4975..a01a812ac 100644
--- a/VMTests/vmLogTest/log1_MaxTopic.json
+++ b/VMTests/vmLogTest/log1_MaxTopic.json
@@ -2,8 +2,8 @@
"log1_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json",
"sourceHash" : "646e18ffe8b737e06d5e922566b13964b49e26d21ebdaaa28a543237ba96fc05"
},
diff --git a/VMTests/vmLogTest/log1_emptyMem.json b/VMTests/vmLogTest/log1_emptyMem.json
index 3c5219ad1..a71302014 100644
--- a/VMTests/vmLogTest/log1_emptyMem.json
+++ b/VMTests/vmLogTest/log1_emptyMem.json
@@ -2,8 +2,8 @@
"log1_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json",
"sourceHash" : "ea37304323991889cc171c50d4d586c91fb68ce3f014269b2da7cacf4d267a4e"
},
diff --git a/VMTests/vmLogTest/log1_logMemStartTooHigh.json b/VMTests/vmLogTest/log1_logMemStartTooHigh.json
index c96b0c708..645bd839c 100644
--- a/VMTests/vmLogTest/log1_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log1_logMemStartTooHigh.json
@@ -2,8 +2,8 @@
"log1_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json",
"sourceHash" : "605cec6e060864de6ac71121f5332d71da69c9f9cac3799f4b356c6b2a997517"
},
diff --git a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
index e0d78f65a..7541b470d 100644
--- a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json
@@ -2,8 +2,8 @@
"log1_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json",
"sourceHash" : "34ef919362b7e4ff7c8182b166749c94263b59c1565917d55b988a98c43f6b13"
},
diff --git a/VMTests/vmLogTest/log1_logMemsizeZero.json b/VMTests/vmLogTest/log1_logMemsizeZero.json
index c9f2296d8..db54d5d78 100644
--- a/VMTests/vmLogTest/log1_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log1_logMemsizeZero.json
@@ -2,8 +2,8 @@
"log1_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json",
"sourceHash" : "0445a2b676d511d0337ad4e71a84c569338970511cf1def6216f1d46f761768e"
},
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem.json b/VMTests/vmLogTest/log1_nonEmptyMem.json
index 6beca7b31..a34af4c70 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem.json
@@ -2,8 +2,8 @@
"log1_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json",
"sourceHash" : "3824edf474cdbf202c97a84016db0719dab7b7cdb17f787ccdc5b3c0bb310c3f"
},
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
index 2736a0b63..e4af97652 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,8 @@
"log1_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json",
"sourceHash" : "55b23c1f21296d95a6d8c959b909fbc50516cdb48db47f98485f37d859727f72"
},
diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
index 7baf30a97..41cad0329 100644
--- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,8 @@
"log1_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
"sourceHash" : "a68a0c858ad1b4860389813f33dab778a68b4da4bdc09e427f42ac878e367b72"
},
diff --git a/VMTests/vmLogTest/log2_Caller.json b/VMTests/vmLogTest/log2_Caller.json
index 5da5eaaa1..07a020b73 100644
--- a/VMTests/vmLogTest/log2_Caller.json
+++ b/VMTests/vmLogTest/log2_Caller.json
@@ -2,8 +2,8 @@
"log2_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_CallerFiller.json",
"sourceHash" : "468ee501fc7285b05e78b09ff010eba3819d02de61167ebfd63831cc7a663cf8"
},
diff --git a/VMTests/vmLogTest/log2_MaxTopic.json b/VMTests/vmLogTest/log2_MaxTopic.json
index d1ce4e5f8..d06d150d3 100644
--- a/VMTests/vmLogTest/log2_MaxTopic.json
+++ b/VMTests/vmLogTest/log2_MaxTopic.json
@@ -2,8 +2,8 @@
"log2_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json",
"sourceHash" : "d847a6f4d2cea1bf7e832e67659301d776f107b8726ac06790b592cacf6fa7e3"
},
diff --git a/VMTests/vmLogTest/log2_emptyMem.json b/VMTests/vmLogTest/log2_emptyMem.json
index 0dfa486ae..cee4d929f 100644
--- a/VMTests/vmLogTest/log2_emptyMem.json
+++ b/VMTests/vmLogTest/log2_emptyMem.json
@@ -2,8 +2,8 @@
"log2_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json",
"sourceHash" : "d10d6a7d163810a6b21dc291cc9221533a44193e0c623008944a811c68b79495"
},
diff --git a/VMTests/vmLogTest/log2_logMemStartTooHigh.json b/VMTests/vmLogTest/log2_logMemStartTooHigh.json
index a45d42583..78801710f 100644
--- a/VMTests/vmLogTest/log2_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log2_logMemStartTooHigh.json
@@ -2,8 +2,8 @@
"log2_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json",
"sourceHash" : "9583d1e1006e57cec5a157e4ca5aca897ca3bdaf3f1fbd297ef4577e973069d5"
},
diff --git a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
index 853ee717a..c8c16c81e 100644
--- a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json
@@ -2,8 +2,8 @@
"log2_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json",
"sourceHash" : "b7f335aa3b7b7f356dcfca8995ac2c3a9c4bc3fc2fe458d2b9b3220d10b71032"
},
diff --git a/VMTests/vmLogTest/log2_logMemsizeZero.json b/VMTests/vmLogTest/log2_logMemsizeZero.json
index 6a9862461..87c66ee87 100644
--- a/VMTests/vmLogTest/log2_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log2_logMemsizeZero.json
@@ -2,8 +2,8 @@
"log2_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json",
"sourceHash" : "6398c7cf3c03ea0e04bc1ff9dbc5c1130c9262871895bd7b559e820a001f1486"
},
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem.json b/VMTests/vmLogTest/log2_nonEmptyMem.json
index 40dc7685a..ec159358d 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem.json
@@ -2,8 +2,8 @@
"log2_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json",
"sourceHash" : "28c630362b8563440ecca6cfae1bb6cc99911d3a1b153c7179c4b2b81fbb14a7"
},
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
index b0ddd0021..cd781e52e 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,8 @@
"log2_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json",
"sourceHash" : "5f6a11d3f37da54f133a2658cc15ae7be1ff8980d0037593c98d0ef277b5cc75"
},
diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
index 6dcdd818e..0679e9742 100644
--- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,8 @@
"log2_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
"sourceHash" : "f186223fff0f71b6694ebe391699c0ac961c31cf7effe75083e423357810ac6c"
},
diff --git a/VMTests/vmLogTest/log3_Caller.json b/VMTests/vmLogTest/log3_Caller.json
index bc0c75029..3a3103b27 100644
--- a/VMTests/vmLogTest/log3_Caller.json
+++ b/VMTests/vmLogTest/log3_Caller.json
@@ -2,8 +2,8 @@
"log3_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_CallerFiller.json",
"sourceHash" : "9808f13ad1effdb334ef6170822c0159f866c70f9a4d594e12599e1b6cfd6a07"
},
diff --git a/VMTests/vmLogTest/log3_MaxTopic.json b/VMTests/vmLogTest/log3_MaxTopic.json
index ffb02b95d..e5d99d28b 100644
--- a/VMTests/vmLogTest/log3_MaxTopic.json
+++ b/VMTests/vmLogTest/log3_MaxTopic.json
@@ -2,8 +2,8 @@
"log3_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json",
"sourceHash" : "cbe5ac7ecbdae41525db9866cb33d205e8501d7de230f7e917911a73cba8f400"
},
diff --git a/VMTests/vmLogTest/log3_PC.json b/VMTests/vmLogTest/log3_PC.json
index 6ffdb0ef0..c42a702d4 100644
--- a/VMTests/vmLogTest/log3_PC.json
+++ b/VMTests/vmLogTest/log3_PC.json
@@ -2,8 +2,8 @@
"log3_PC" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_PCFiller.json",
"sourceHash" : "3f8c0ced84b237d22781846ccdcc7570062c732290a3ffef5f808b0ad0cf87bb"
},
diff --git a/VMTests/vmLogTest/log3_emptyMem.json b/VMTests/vmLogTest/log3_emptyMem.json
index e15fbd89e..888aa5a70 100644
--- a/VMTests/vmLogTest/log3_emptyMem.json
+++ b/VMTests/vmLogTest/log3_emptyMem.json
@@ -2,8 +2,8 @@
"log3_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json",
"sourceHash" : "c4082ed8fd6b801a0dc161047ee859846023507d63cf78faf30503cf93bf319a"
},
diff --git a/VMTests/vmLogTest/log3_logMemStartTooHigh.json b/VMTests/vmLogTest/log3_logMemStartTooHigh.json
index b124d20da..d0a16cc2f 100644
--- a/VMTests/vmLogTest/log3_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log3_logMemStartTooHigh.json
@@ -2,8 +2,8 @@
"log3_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json",
"sourceHash" : "1e92824ed1cd7ffdad52423820604dccf42651648cdd5bd1f864e070b694c18d"
},
diff --git a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
index ecbb984a0..9262c976b 100644
--- a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json
@@ -2,8 +2,8 @@
"log3_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json",
"sourceHash" : "247eb27a86da748a30dd1c89087df4c666c65f53dcdd0a90fa2e1e2481d4b74e"
},
diff --git a/VMTests/vmLogTest/log3_logMemsizeZero.json b/VMTests/vmLogTest/log3_logMemsizeZero.json
index f2d64d832..7adc43315 100644
--- a/VMTests/vmLogTest/log3_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log3_logMemsizeZero.json
@@ -2,8 +2,8 @@
"log3_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json",
"sourceHash" : "b809669b3acb51b5495352fd251d0f30efd7a40891f1c86b43b733fd8aeaaaf6"
},
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem.json b/VMTests/vmLogTest/log3_nonEmptyMem.json
index 579745da1..bcefb59b5 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem.json
@@ -2,8 +2,8 @@
"log3_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json",
"sourceHash" : "97de8accf4ff0e86aa2f26f73f3ddc2499be88a996dde6f901603d51239a25e1"
},
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
index 33633cc1b..df800fe60 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,8 @@
"log3_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json",
"sourceHash" : "4e9f06ce26a14d5c78bd804b2497179736a1019efcdbd98bbd0ad14a9616688c"
},
diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
index 8a672bc53..b3e61cfbe 100644
--- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,8 @@
"log3_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
"sourceHash" : "05515cf5f693e637385898f6125f43afcb9dd14552df1c0f1e01ee8dc072f6e1"
},
diff --git a/VMTests/vmLogTest/log4_Caller.json b/VMTests/vmLogTest/log4_Caller.json
index e4d34572f..23bd50a3e 100644
--- a/VMTests/vmLogTest/log4_Caller.json
+++ b/VMTests/vmLogTest/log4_Caller.json
@@ -2,8 +2,8 @@
"log4_Caller" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_CallerFiller.json",
"sourceHash" : "19595398c5ddeba6c63a847796e8bc1079f650d054b0c1b6a1862eec58980fe3"
},
diff --git a/VMTests/vmLogTest/log4_MaxTopic.json b/VMTests/vmLogTest/log4_MaxTopic.json
index 20cff84fd..fd745bd7d 100644
--- a/VMTests/vmLogTest/log4_MaxTopic.json
+++ b/VMTests/vmLogTest/log4_MaxTopic.json
@@ -2,8 +2,8 @@
"log4_MaxTopic" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json",
"sourceHash" : "9437e06634cd8cedf7745b5268fce468af464caae6e1e076509aa6fb182e3222"
},
diff --git a/VMTests/vmLogTest/log4_PC.json b/VMTests/vmLogTest/log4_PC.json
index 36bf647fa..28abae3c6 100644
--- a/VMTests/vmLogTest/log4_PC.json
+++ b/VMTests/vmLogTest/log4_PC.json
@@ -2,8 +2,8 @@
"log4_PC" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_PCFiller.json",
"sourceHash" : "397fa01503ac4a9ca93878ff049edaa35902f56091ecaf456b71ee041b77542c"
},
diff --git a/VMTests/vmLogTest/log4_emptyMem.json b/VMTests/vmLogTest/log4_emptyMem.json
index bb93330f2..428289396 100644
--- a/VMTests/vmLogTest/log4_emptyMem.json
+++ b/VMTests/vmLogTest/log4_emptyMem.json
@@ -2,8 +2,8 @@
"log4_emptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json",
"sourceHash" : "4a47e1cec04bd6bcc0a7ef5bad8f880602b774fefef6691c7f5167fdb27e24d5"
},
diff --git a/VMTests/vmLogTest/log4_logMemStartTooHigh.json b/VMTests/vmLogTest/log4_logMemStartTooHigh.json
index 63305b8e0..889cb6bdf 100644
--- a/VMTests/vmLogTest/log4_logMemStartTooHigh.json
+++ b/VMTests/vmLogTest/log4_logMemStartTooHigh.json
@@ -2,8 +2,8 @@
"log4_logMemStartTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json",
"sourceHash" : "963480beda6744da8c02cd43ea481c5b6e8fdf75bf66810283e392a83b1a0f81"
},
diff --git a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
index 47c7897ea..da7eda2da 100644
--- a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
+++ b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json
@@ -2,8 +2,8 @@
"log4_logMemsizeTooHigh" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json",
"sourceHash" : "b3acd41f1bfa729371142b2e5442241ad7f7869587faab94d091699b3d4af32b"
},
diff --git a/VMTests/vmLogTest/log4_logMemsizeZero.json b/VMTests/vmLogTest/log4_logMemsizeZero.json
index 1d9a19870..715f81289 100644
--- a/VMTests/vmLogTest/log4_logMemsizeZero.json
+++ b/VMTests/vmLogTest/log4_logMemsizeZero.json
@@ -2,8 +2,8 @@
"log4_logMemsizeZero" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json",
"sourceHash" : "1f8674f6fb99a6ae15223e05b7defa4f63da4189f089ed4eaee932341d1daea1"
},
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem.json b/VMTests/vmLogTest/log4_nonEmptyMem.json
index 8ac67a84d..b98970465 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem.json
@@ -2,8 +2,8 @@
"log4_nonEmptyMem" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json",
"sourceHash" : "925f1c3927ef303e15131555320502ef445d0a510efc08f2918d282a80d85287"
},
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
index 6f4757cae..18826705f 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json
@@ -2,8 +2,8 @@
"log4_nonEmptyMem_logMemSize1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json",
"sourceHash" : "b306d4c1052081efe513d2e941e2977e841fdde2582e4bb70e0f49c4a365a68a"
},
diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
index 87a05e266..f1aab44c6 100644
--- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
+++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json
@@ -2,8 +2,8 @@
"log4_nonEmptyMem_logMemSize1_logMemStart31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json",
"sourceHash" : "36670aca2e48a11f1f9a47c8745999bdf2b2795ff5187133e860d0e0d4ae4828"
},
diff --git a/VMTests/vmLogTest/log_2logs.json b/VMTests/vmLogTest/log_2logs.json
index 7092fde82..72644c698 100644
--- a/VMTests/vmLogTest/log_2logs.json
+++ b/VMTests/vmLogTest/log_2logs.json
@@ -2,8 +2,8 @@
"log_2logs" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmLogTest/log_2logsFiller.json",
"sourceHash" : "5f06d581898ac68c320f28dc72988dfae3989b57cf646b3b0b27bda59c5ad3e0"
},
diff --git a/VMTests/vmPushDupSwapTest/dup1.json b/VMTests/vmPushDupSwapTest/dup1.json
index cfb82a2d4..3c080e495 100644
--- a/VMTests/vmPushDupSwapTest/dup1.json
+++ b/VMTests/vmPushDupSwapTest/dup1.json
@@ -2,8 +2,8 @@
"dup1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json",
"sourceHash" : "889d5de15fe358e75ea0112d96f91b7f0611e50107afd44e49591dfdf4d1404a"
},
diff --git a/VMTests/vmPushDupSwapTest/dup10.json b/VMTests/vmPushDupSwapTest/dup10.json
index 9594e9713..b873cc60b 100644
--- a/VMTests/vmPushDupSwapTest/dup10.json
+++ b/VMTests/vmPushDupSwapTest/dup10.json
@@ -2,8 +2,8 @@
"dup10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json",
"sourceHash" : "23bdbc11963ca2b25f37833790df2c18f7e8eafb140aeae46da7aa559b155c08"
},
diff --git a/VMTests/vmPushDupSwapTest/dup11.json b/VMTests/vmPushDupSwapTest/dup11.json
index 37b621c62..3d344c42d 100644
--- a/VMTests/vmPushDupSwapTest/dup11.json
+++ b/VMTests/vmPushDupSwapTest/dup11.json
@@ -2,8 +2,8 @@
"dup11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json",
"sourceHash" : "19bd1559d38698b81939d34f57fd6d0cc67f859abd68cef0aa92d5bfab4988a9"
},
diff --git a/VMTests/vmPushDupSwapTest/dup12.json b/VMTests/vmPushDupSwapTest/dup12.json
index 986bf737a..835042754 100644
--- a/VMTests/vmPushDupSwapTest/dup12.json
+++ b/VMTests/vmPushDupSwapTest/dup12.json
@@ -2,8 +2,8 @@
"dup12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json",
"sourceHash" : "da44468576186e257a5702a707b1473294a2462f0f658a766844ecb54a3695aa"
},
diff --git a/VMTests/vmPushDupSwapTest/dup13.json b/VMTests/vmPushDupSwapTest/dup13.json
index 730aea52d..b342f44e5 100644
--- a/VMTests/vmPushDupSwapTest/dup13.json
+++ b/VMTests/vmPushDupSwapTest/dup13.json
@@ -2,8 +2,8 @@
"dup13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json",
"sourceHash" : "f3c75ee821b71e2914b48355154b77941be4b3b5a181dea5233d79b3bf40fcc1"
},
diff --git a/VMTests/vmPushDupSwapTest/dup14.json b/VMTests/vmPushDupSwapTest/dup14.json
index 1183091ec..4f6f96ff7 100644
--- a/VMTests/vmPushDupSwapTest/dup14.json
+++ b/VMTests/vmPushDupSwapTest/dup14.json
@@ -2,8 +2,8 @@
"dup14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json",
"sourceHash" : "a37f4ccb2c77bb918267d494a88dcb88531ea34447b2d16aff8f4ae3860182f3"
},
diff --git a/VMTests/vmPushDupSwapTest/dup15.json b/VMTests/vmPushDupSwapTest/dup15.json
index 3d869b8b1..129a42c40 100644
--- a/VMTests/vmPushDupSwapTest/dup15.json
+++ b/VMTests/vmPushDupSwapTest/dup15.json
@@ -2,8 +2,8 @@
"dup15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json",
"sourceHash" : "0ac65194062a3e7bc2459472d9c4864695ec91177b5344a134c2da8ed44b0369"
},
diff --git a/VMTests/vmPushDupSwapTest/dup16.json b/VMTests/vmPushDupSwapTest/dup16.json
index f79ab71de..0a0c97f21 100644
--- a/VMTests/vmPushDupSwapTest/dup16.json
+++ b/VMTests/vmPushDupSwapTest/dup16.json
@@ -2,8 +2,8 @@
"dup16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json",
"sourceHash" : "2b4c0d14cb78c59f0ab214cc935fe94741426dbd20418c1c06dd063ea0caa2d5"
},
diff --git a/VMTests/vmPushDupSwapTest/dup2.json b/VMTests/vmPushDupSwapTest/dup2.json
index 3c6792af4..be2100746 100644
--- a/VMTests/vmPushDupSwapTest/dup2.json
+++ b/VMTests/vmPushDupSwapTest/dup2.json
@@ -2,8 +2,8 @@
"dup2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json",
"sourceHash" : "12b1431dcf55f1141d0e407117f92914fa9a25ae5485ad89e06bef6b688b1a94"
},
diff --git a/VMTests/vmPushDupSwapTest/dup2error.json b/VMTests/vmPushDupSwapTest/dup2error.json
index 5b172e046..757c89b88 100644
--- a/VMTests/vmPushDupSwapTest/dup2error.json
+++ b/VMTests/vmPushDupSwapTest/dup2error.json
@@ -2,8 +2,8 @@
"dup2error" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json",
"sourceHash" : "39d43572d1117048ea0ef48812b09faca67b3978451dd4da80d2df3d758fb102"
},
diff --git a/VMTests/vmPushDupSwapTest/dup3.json b/VMTests/vmPushDupSwapTest/dup3.json
index 481999645..9c3da2895 100644
--- a/VMTests/vmPushDupSwapTest/dup3.json
+++ b/VMTests/vmPushDupSwapTest/dup3.json
@@ -2,8 +2,8 @@
"dup3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json",
"sourceHash" : "09c9fbeef4cef9883c23f3444738ad2b4751e00b5753aa9c1b9f224ae365a53f"
},
diff --git a/VMTests/vmPushDupSwapTest/dup4.json b/VMTests/vmPushDupSwapTest/dup4.json
index 6fcdd5aac..c99d05f47 100644
--- a/VMTests/vmPushDupSwapTest/dup4.json
+++ b/VMTests/vmPushDupSwapTest/dup4.json
@@ -2,8 +2,8 @@
"dup4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json",
"sourceHash" : "acb8190d34fe9b884acd7d69397e6434d2fd07227d7e6736eb6ae7f5bb172401"
},
diff --git a/VMTests/vmPushDupSwapTest/dup5.json b/VMTests/vmPushDupSwapTest/dup5.json
index 7f5324b30..b766baa54 100644
--- a/VMTests/vmPushDupSwapTest/dup5.json
+++ b/VMTests/vmPushDupSwapTest/dup5.json
@@ -2,8 +2,8 @@
"dup5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json",
"sourceHash" : "4fcfefb995a2ebbd90e18181ff5939c6db3e630bda508f94cc1a55fb7b8b43bc"
},
diff --git a/VMTests/vmPushDupSwapTest/dup6.json b/VMTests/vmPushDupSwapTest/dup6.json
index 1b00b3f23..82f869fb4 100644
--- a/VMTests/vmPushDupSwapTest/dup6.json
+++ b/VMTests/vmPushDupSwapTest/dup6.json
@@ -2,8 +2,8 @@
"dup6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json",
"sourceHash" : "9cc5d01fd36294ca6f658eb77a10d597d30ef8b6ed1b9cee39719fcaf639b757"
},
diff --git a/VMTests/vmPushDupSwapTest/dup7.json b/VMTests/vmPushDupSwapTest/dup7.json
index 10bce65dd..1df8c9871 100644
--- a/VMTests/vmPushDupSwapTest/dup7.json
+++ b/VMTests/vmPushDupSwapTest/dup7.json
@@ -2,8 +2,8 @@
"dup7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json",
"sourceHash" : "28fe0e04a338072067f4bd7ea8c75f1dd010613fb5255ca54411fa8c3e215476"
},
diff --git a/VMTests/vmPushDupSwapTest/dup8.json b/VMTests/vmPushDupSwapTest/dup8.json
index 6e420db69..ffb7ecbf0 100644
--- a/VMTests/vmPushDupSwapTest/dup8.json
+++ b/VMTests/vmPushDupSwapTest/dup8.json
@@ -2,8 +2,8 @@
"dup8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json",
"sourceHash" : "0fcca677e0e2f103dd67ab566f8d0382403fb41f1cec87c741d57199163bc819"
},
diff --git a/VMTests/vmPushDupSwapTest/dup9.json b/VMTests/vmPushDupSwapTest/dup9.json
index 3d0da8adb..33d693900 100644
--- a/VMTests/vmPushDupSwapTest/dup9.json
+++ b/VMTests/vmPushDupSwapTest/dup9.json
@@ -2,8 +2,8 @@
"dup9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json",
"sourceHash" : "f5af3ef5323e2e3792ba1f470a26ed99975e436cf47ef414f28cb8fc510ca1a7"
},
diff --git a/VMTests/vmPushDupSwapTest/push1.json b/VMTests/vmPushDupSwapTest/push1.json
index 21cfc0e80..4b20c4f46 100644
--- a/VMTests/vmPushDupSwapTest/push1.json
+++ b/VMTests/vmPushDupSwapTest/push1.json
@@ -2,8 +2,8 @@
"push1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json",
"sourceHash" : "8171c34388587f0c7ae7a41b825eef42d10738f6fb953c11c1d6ef9c2a6f5129"
},
diff --git a/VMTests/vmPushDupSwapTest/push10.json b/VMTests/vmPushDupSwapTest/push10.json
index 5fb977b91..0ca500c8a 100644
--- a/VMTests/vmPushDupSwapTest/push10.json
+++ b/VMTests/vmPushDupSwapTest/push10.json
@@ -2,8 +2,8 @@
"push10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json",
"sourceHash" : "0d3011bde292b2ca6a6266ba693e55e0edbe5682bc20216e970fcb3d2fe881c3"
},
diff --git a/VMTests/vmPushDupSwapTest/push11.json b/VMTests/vmPushDupSwapTest/push11.json
index d88d4abd7..5cef684dd 100644
--- a/VMTests/vmPushDupSwapTest/push11.json
+++ b/VMTests/vmPushDupSwapTest/push11.json
@@ -2,8 +2,8 @@
"push11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json",
"sourceHash" : "c18904bda959ad278ce35ec57ba4b78a539f35bc14f843ac9774c9f0004f59ce"
},
diff --git a/VMTests/vmPushDupSwapTest/push12.json b/VMTests/vmPushDupSwapTest/push12.json
index 640e22b65..99939fed5 100644
--- a/VMTests/vmPushDupSwapTest/push12.json
+++ b/VMTests/vmPushDupSwapTest/push12.json
@@ -2,8 +2,8 @@
"push12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json",
"sourceHash" : "60fa6626a3b28b48318b49eb9fdf256c6a25d9dac4959b9bea89a98050c4469a"
},
diff --git a/VMTests/vmPushDupSwapTest/push13.json b/VMTests/vmPushDupSwapTest/push13.json
index 9ec9c40d7..43bde3620 100644
--- a/VMTests/vmPushDupSwapTest/push13.json
+++ b/VMTests/vmPushDupSwapTest/push13.json
@@ -2,8 +2,8 @@
"push13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json",
"sourceHash" : "343d540d55a46e9f3857c7a0919a69108c7924b9c690db204c2868d5ae50a460"
},
diff --git a/VMTests/vmPushDupSwapTest/push14.json b/VMTests/vmPushDupSwapTest/push14.json
index 3ffe12585..2cbfd81d6 100644
--- a/VMTests/vmPushDupSwapTest/push14.json
+++ b/VMTests/vmPushDupSwapTest/push14.json
@@ -2,8 +2,8 @@
"push14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json",
"sourceHash" : "0ba241772c95e7ce39b9cc1dc5ea2d2f7ee75a96ce82bd17bfea425ca32a4d4a"
},
diff --git a/VMTests/vmPushDupSwapTest/push15.json b/VMTests/vmPushDupSwapTest/push15.json
index c11ddcc5a..c86888a34 100644
--- a/VMTests/vmPushDupSwapTest/push15.json
+++ b/VMTests/vmPushDupSwapTest/push15.json
@@ -2,8 +2,8 @@
"push15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json",
"sourceHash" : "29617368ed760520f7807ed629abe751dada5a3e9fc72602b50ed1f48278ce52"
},
diff --git a/VMTests/vmPushDupSwapTest/push16.json b/VMTests/vmPushDupSwapTest/push16.json
index 86ffce813..5c8a361b4 100644
--- a/VMTests/vmPushDupSwapTest/push16.json
+++ b/VMTests/vmPushDupSwapTest/push16.json
@@ -2,8 +2,8 @@
"push16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json",
"sourceHash" : "5c54e00d05640819402aa7120a2b9d12ff42edd5a049b32adaf44e768fe9efc2"
},
diff --git a/VMTests/vmPushDupSwapTest/push17.json b/VMTests/vmPushDupSwapTest/push17.json
index 94bf1c604..b18a941f6 100644
--- a/VMTests/vmPushDupSwapTest/push17.json
+++ b/VMTests/vmPushDupSwapTest/push17.json
@@ -2,8 +2,8 @@
"push17" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json",
"sourceHash" : "0b82cf50a2dd3f921f0316cd2be4749ad1c7b7804a7057743103317674fc1c80"
},
diff --git a/VMTests/vmPushDupSwapTest/push18.json b/VMTests/vmPushDupSwapTest/push18.json
index 5df527321..a4a6c3fd9 100644
--- a/VMTests/vmPushDupSwapTest/push18.json
+++ b/VMTests/vmPushDupSwapTest/push18.json
@@ -2,8 +2,8 @@
"push18" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json",
"sourceHash" : "80e81d41694d284faac2ade3e819de6103aa03a169166fa8d8c5e43944b7ad50"
},
diff --git a/VMTests/vmPushDupSwapTest/push19.json b/VMTests/vmPushDupSwapTest/push19.json
index 0a379af50..d5f710442 100644
--- a/VMTests/vmPushDupSwapTest/push19.json
+++ b/VMTests/vmPushDupSwapTest/push19.json
@@ -2,8 +2,8 @@
"push19" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json",
"sourceHash" : "395bb54c39e164688f3a8706e288302b4aa1ce898faf9af85298651b815c78d5"
},
diff --git a/VMTests/vmPushDupSwapTest/push1_missingStack.json b/VMTests/vmPushDupSwapTest/push1_missingStack.json
index b3d5744f0..2c431397e 100644
--- a/VMTests/vmPushDupSwapTest/push1_missingStack.json
+++ b/VMTests/vmPushDupSwapTest/push1_missingStack.json
@@ -2,8 +2,8 @@
"push1_missingStack" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json",
"sourceHash" : "8648b58b98abaa9416a15974256a81f45ab7d3692b5798c30dae0bd377ffd5c0"
},
diff --git a/VMTests/vmPushDupSwapTest/push2.json b/VMTests/vmPushDupSwapTest/push2.json
index 65cf856eb..61dc97168 100644
--- a/VMTests/vmPushDupSwapTest/push2.json
+++ b/VMTests/vmPushDupSwapTest/push2.json
@@ -2,8 +2,8 @@
"push2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json",
"sourceHash" : "da86ae7ca1372a231b1c1fd8f060e3e993e00448951af08348ca65fa11aab298"
},
diff --git a/VMTests/vmPushDupSwapTest/push20.json b/VMTests/vmPushDupSwapTest/push20.json
index 9c9698fd6..a65367d0f 100644
--- a/VMTests/vmPushDupSwapTest/push20.json
+++ b/VMTests/vmPushDupSwapTest/push20.json
@@ -2,8 +2,8 @@
"push20" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json",
"sourceHash" : "c3f370223d38ff6230aad16a24a32a2c02622d8f6f32a6cef36f37ff3efd5f3e"
},
diff --git a/VMTests/vmPushDupSwapTest/push21.json b/VMTests/vmPushDupSwapTest/push21.json
index bc1b7012c..50121be57 100644
--- a/VMTests/vmPushDupSwapTest/push21.json
+++ b/VMTests/vmPushDupSwapTest/push21.json
@@ -2,8 +2,8 @@
"push21" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json",
"sourceHash" : "0abf08a8156e9009d9000e3cd4ff34a0a59f752cf83398435e375b8cac971ece"
},
diff --git a/VMTests/vmPushDupSwapTest/push22.json b/VMTests/vmPushDupSwapTest/push22.json
index e76e553f4..ec03cc81f 100644
--- a/VMTests/vmPushDupSwapTest/push22.json
+++ b/VMTests/vmPushDupSwapTest/push22.json
@@ -2,8 +2,8 @@
"push22" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json",
"sourceHash" : "e4086c43a883aba2edaa929e238d346bdfbb26807ec8cbc846584b2b9efe3015"
},
diff --git a/VMTests/vmPushDupSwapTest/push23.json b/VMTests/vmPushDupSwapTest/push23.json
index 090e06225..46f5b87dc 100644
--- a/VMTests/vmPushDupSwapTest/push23.json
+++ b/VMTests/vmPushDupSwapTest/push23.json
@@ -2,8 +2,8 @@
"push23" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json",
"sourceHash" : "c9c1a082ed275dceb0b1d5e66dc9e02bf983c8066aa2f703409131550ce818f3"
},
diff --git a/VMTests/vmPushDupSwapTest/push24.json b/VMTests/vmPushDupSwapTest/push24.json
index 571f55481..b9333c10b 100644
--- a/VMTests/vmPushDupSwapTest/push24.json
+++ b/VMTests/vmPushDupSwapTest/push24.json
@@ -2,8 +2,8 @@
"push24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json",
"sourceHash" : "5b4d98c3f4c67c360b2aae0d300c947470dafa9ce2545891725387310fe0c2b6"
},
diff --git a/VMTests/vmPushDupSwapTest/push25.json b/VMTests/vmPushDupSwapTest/push25.json
index c66149c89..6099f850a 100644
--- a/VMTests/vmPushDupSwapTest/push25.json
+++ b/VMTests/vmPushDupSwapTest/push25.json
@@ -2,8 +2,8 @@
"push25" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json",
"sourceHash" : "78b2fb30a16bb58147d99ef1f6fdba16fe5f403cb52aea760eb6d5a813f478cb"
},
diff --git a/VMTests/vmPushDupSwapTest/push26.json b/VMTests/vmPushDupSwapTest/push26.json
index c7d88eab3..0bdd2f7fd 100644
--- a/VMTests/vmPushDupSwapTest/push26.json
+++ b/VMTests/vmPushDupSwapTest/push26.json
@@ -2,8 +2,8 @@
"push26" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json",
"sourceHash" : "b29629f6a45374bd27c145ad45c4e9dd63aee283f706bf35ccb98cb57d8f4615"
},
diff --git a/VMTests/vmPushDupSwapTest/push27.json b/VMTests/vmPushDupSwapTest/push27.json
index 8dfc2ac93..30605e3bf 100644
--- a/VMTests/vmPushDupSwapTest/push27.json
+++ b/VMTests/vmPushDupSwapTest/push27.json
@@ -2,8 +2,8 @@
"push27" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json",
"sourceHash" : "33e85a89072e1d3b1b84e66fbe5b42a77509d046a6edb8a75e66caf16d7b8c8a"
},
diff --git a/VMTests/vmPushDupSwapTest/push28.json b/VMTests/vmPushDupSwapTest/push28.json
index 2a5fe134a..714291246 100644
--- a/VMTests/vmPushDupSwapTest/push28.json
+++ b/VMTests/vmPushDupSwapTest/push28.json
@@ -2,8 +2,8 @@
"push28" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json",
"sourceHash" : "e5ce3ec9a80d778187ca40662e6c4b406a70bb9dcf472f807f270b163c31be50"
},
diff --git a/VMTests/vmPushDupSwapTest/push29.json b/VMTests/vmPushDupSwapTest/push29.json
index 0fa95a695..b038a1e6c 100644
--- a/VMTests/vmPushDupSwapTest/push29.json
+++ b/VMTests/vmPushDupSwapTest/push29.json
@@ -2,8 +2,8 @@
"push29" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json",
"sourceHash" : "1ef57214acc4761163e6aebfecd7934a10f2c37e7ad0f0ffcec4896c11986861"
},
diff --git a/VMTests/vmPushDupSwapTest/push3.json b/VMTests/vmPushDupSwapTest/push3.json
index dbf5b6c11..0007f0ebe 100644
--- a/VMTests/vmPushDupSwapTest/push3.json
+++ b/VMTests/vmPushDupSwapTest/push3.json
@@ -2,8 +2,8 @@
"push3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json",
"sourceHash" : "20a168ac86bdd2d3db0921329d4f82421261f0b9d91342d49f079cdc4f07b519"
},
diff --git a/VMTests/vmPushDupSwapTest/push30.json b/VMTests/vmPushDupSwapTest/push30.json
index 6129778f9..8865c7e24 100644
--- a/VMTests/vmPushDupSwapTest/push30.json
+++ b/VMTests/vmPushDupSwapTest/push30.json
@@ -2,8 +2,8 @@
"push30" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json",
"sourceHash" : "a50547b1b97d5b147e6ff053f126c0741759f6f8f2f8e242d4b97068923f0b1e"
},
diff --git a/VMTests/vmPushDupSwapTest/push31.json b/VMTests/vmPushDupSwapTest/push31.json
index c12d384ee..531cd1b8e 100644
--- a/VMTests/vmPushDupSwapTest/push31.json
+++ b/VMTests/vmPushDupSwapTest/push31.json
@@ -2,8 +2,8 @@
"push31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json",
"sourceHash" : "2200ea0b0c9cd7781b9647a0082848bc70691fadb5bbc0e6286c39b83191e4fe"
},
diff --git a/VMTests/vmPushDupSwapTest/push32.json b/VMTests/vmPushDupSwapTest/push32.json
index 87dac156f..2c76a4c91 100644
--- a/VMTests/vmPushDupSwapTest/push32.json
+++ b/VMTests/vmPushDupSwapTest/push32.json
@@ -2,8 +2,8 @@
"push32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json",
"sourceHash" : "c43c12c1b4e0a444bf3811410b4d0f830096d44fda3c08a4d62337a585505b81"
},
diff --git a/VMTests/vmPushDupSwapTest/push32AndSuicide.json b/VMTests/vmPushDupSwapTest/push32AndSuicide.json
index ed5b0c415..53d5205e3 100644
--- a/VMTests/vmPushDupSwapTest/push32AndSuicide.json
+++ b/VMTests/vmPushDupSwapTest/push32AndSuicide.json
@@ -2,8 +2,8 @@
"push32AndSuicide" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json",
"sourceHash" : "af183885a76f539a582fdea8b5e208af8bb8a7eeee650fc577c7bbe08e7dd573"
},
diff --git a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
index f5c81532c..720385e95 100644
--- a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
+++ b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
@@ -2,8 +2,8 @@
"push32FillUpInputWithZerosAtTheEnd" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json",
"sourceHash" : "d9030acc29449af0afca2ae316049618bd5341cbb9199229cf7d32d1e8a69cae"
},
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined.json b/VMTests/vmPushDupSwapTest/push32Undefined.json
index 0de4b2b1c..299a229cb 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined.json
@@ -2,8 +2,8 @@
"push32Undefined" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json",
"sourceHash" : "4785045efbe6fd8cda777fbefd472c6a59f5ff2e9ec58857da3630eba0301880"
},
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined2.json b/VMTests/vmPushDupSwapTest/push32Undefined2.json
index fad69a536..1232d0f52 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined2.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined2.json
@@ -2,8 +2,8 @@
"push32Undefined2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json",
"sourceHash" : "82f94221f2d543097751ecc6b8a89b5b52041ebd868d2059bf7e684eed45e4f2"
},
diff --git a/VMTests/vmPushDupSwapTest/push32Undefined3.json b/VMTests/vmPushDupSwapTest/push32Undefined3.json
index f25a21696..13785f77f 100644
--- a/VMTests/vmPushDupSwapTest/push32Undefined3.json
+++ b/VMTests/vmPushDupSwapTest/push32Undefined3.json
@@ -2,8 +2,8 @@
"push32Undefined3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json",
"sourceHash" : "530f8de32e0ad870380534ff33c3ca7b86401391b64d1c33affa28021a531233"
},
diff --git a/VMTests/vmPushDupSwapTest/push33.json b/VMTests/vmPushDupSwapTest/push33.json
index 298324023..3c622fff0 100644
--- a/VMTests/vmPushDupSwapTest/push33.json
+++ b/VMTests/vmPushDupSwapTest/push33.json
@@ -2,8 +2,8 @@
"push33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json",
"sourceHash" : "ea8cc586ff9dfaac550e6e2709d2ab87f36589938fb684462db713390b9e57eb"
},
diff --git a/VMTests/vmPushDupSwapTest/push4.json b/VMTests/vmPushDupSwapTest/push4.json
index 2897db957..792e4d01f 100644
--- a/VMTests/vmPushDupSwapTest/push4.json
+++ b/VMTests/vmPushDupSwapTest/push4.json
@@ -2,8 +2,8 @@
"push4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json",
"sourceHash" : "5a3832a8b7f6e3a6c995c246489601cebfde0a3b04378909ded6427608cf6f75"
},
diff --git a/VMTests/vmPushDupSwapTest/push5.json b/VMTests/vmPushDupSwapTest/push5.json
index 6abedee68..ea8209dfc 100644
--- a/VMTests/vmPushDupSwapTest/push5.json
+++ b/VMTests/vmPushDupSwapTest/push5.json
@@ -2,8 +2,8 @@
"push5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json",
"sourceHash" : "f2293a566cf50f05c0e44a6026d1cdb43b252f6a2ebbab995fcf5370e7950419"
},
diff --git a/VMTests/vmPushDupSwapTest/push6.json b/VMTests/vmPushDupSwapTest/push6.json
index 91fce0cc5..d4786d490 100644
--- a/VMTests/vmPushDupSwapTest/push6.json
+++ b/VMTests/vmPushDupSwapTest/push6.json
@@ -2,8 +2,8 @@
"push6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json",
"sourceHash" : "ce3dba7bfdc96d65e81e5861ce747a9ea16ca2ea702f770ef4e1ca8be634dc46"
},
diff --git a/VMTests/vmPushDupSwapTest/push7.json b/VMTests/vmPushDupSwapTest/push7.json
index a9039df90..9735426dc 100644
--- a/VMTests/vmPushDupSwapTest/push7.json
+++ b/VMTests/vmPushDupSwapTest/push7.json
@@ -2,8 +2,8 @@
"push7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json",
"sourceHash" : "c89c898f0e46b4eeb7856bfc2e7825a94d2d30c6a564047fc46506607bf9f0b2"
},
diff --git a/VMTests/vmPushDupSwapTest/push8.json b/VMTests/vmPushDupSwapTest/push8.json
index c719ce500..d6a5f3f50 100644
--- a/VMTests/vmPushDupSwapTest/push8.json
+++ b/VMTests/vmPushDupSwapTest/push8.json
@@ -2,8 +2,8 @@
"push8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json",
"sourceHash" : "25eb3adbc75d5ea4259d81c0fdce4047a33407f0a09c142217699bd5cb391f61"
},
diff --git a/VMTests/vmPushDupSwapTest/push9.json b/VMTests/vmPushDupSwapTest/push9.json
index c8661deb1..54e15280a 100644
--- a/VMTests/vmPushDupSwapTest/push9.json
+++ b/VMTests/vmPushDupSwapTest/push9.json
@@ -2,8 +2,8 @@
"push9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json",
"sourceHash" : "c2a9a74283bbf2502f661e2834bbde716e044893d73b382c37201ab70c98a56b"
},
diff --git a/VMTests/vmPushDupSwapTest/swap1.json b/VMTests/vmPushDupSwapTest/swap1.json
index 4a2b41403..189837f87 100644
--- a/VMTests/vmPushDupSwapTest/swap1.json
+++ b/VMTests/vmPushDupSwapTest/swap1.json
@@ -2,8 +2,8 @@
"swap1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json",
"sourceHash" : "573b3b4cbf04b6f052a4578898713e320d9141607d40f043270e54e67ad5822c"
},
diff --git a/VMTests/vmPushDupSwapTest/swap10.json b/VMTests/vmPushDupSwapTest/swap10.json
index 99414f295..f5eb1b09b 100644
--- a/VMTests/vmPushDupSwapTest/swap10.json
+++ b/VMTests/vmPushDupSwapTest/swap10.json
@@ -2,8 +2,8 @@
"swap10" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json",
"sourceHash" : "27210b84bae9ed1b441071ca34af233dbaf3e8b82f9fba0222775b29bd5760eb"
},
diff --git a/VMTests/vmPushDupSwapTest/swap11.json b/VMTests/vmPushDupSwapTest/swap11.json
index db23e78e4..964345ba3 100644
--- a/VMTests/vmPushDupSwapTest/swap11.json
+++ b/VMTests/vmPushDupSwapTest/swap11.json
@@ -2,8 +2,8 @@
"swap11" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json",
"sourceHash" : "701ff096656063385777a56582f56ab24c54976934d14b7c5dd5bd7f3b85be23"
},
diff --git a/VMTests/vmPushDupSwapTest/swap12.json b/VMTests/vmPushDupSwapTest/swap12.json
index 4b0f9cb18..7f3553e15 100644
--- a/VMTests/vmPushDupSwapTest/swap12.json
+++ b/VMTests/vmPushDupSwapTest/swap12.json
@@ -2,8 +2,8 @@
"swap12" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json",
"sourceHash" : "c29bc2645f826a7aa91f3e1086bc1962d76c5cbb34ddc8e816b26a45d413d3ab"
},
diff --git a/VMTests/vmPushDupSwapTest/swap13.json b/VMTests/vmPushDupSwapTest/swap13.json
index acf4800e0..746208220 100644
--- a/VMTests/vmPushDupSwapTest/swap13.json
+++ b/VMTests/vmPushDupSwapTest/swap13.json
@@ -2,8 +2,8 @@
"swap13" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json",
"sourceHash" : "7ac35225656e1a5eeea3fdc46501a8ba14175c8736f7eda814cac12357e6cab2"
},
diff --git a/VMTests/vmPushDupSwapTest/swap14.json b/VMTests/vmPushDupSwapTest/swap14.json
index 9c6f3604d..0b727b63f 100644
--- a/VMTests/vmPushDupSwapTest/swap14.json
+++ b/VMTests/vmPushDupSwapTest/swap14.json
@@ -2,8 +2,8 @@
"swap14" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json",
"sourceHash" : "5df386c790b19a45d07bbf67f06ecf00a9edd97883f421f84c459388c74f8add"
},
diff --git a/VMTests/vmPushDupSwapTest/swap15.json b/VMTests/vmPushDupSwapTest/swap15.json
index 51d657080..a02387208 100644
--- a/VMTests/vmPushDupSwapTest/swap15.json
+++ b/VMTests/vmPushDupSwapTest/swap15.json
@@ -2,8 +2,8 @@
"swap15" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json",
"sourceHash" : "6f6977d7e7f4b57787f5577b7d2179e8f4d3882293dcea6e868f1da471d3749f"
},
diff --git a/VMTests/vmPushDupSwapTest/swap16.json b/VMTests/vmPushDupSwapTest/swap16.json
index ba324362e..a38f4b08f 100644
--- a/VMTests/vmPushDupSwapTest/swap16.json
+++ b/VMTests/vmPushDupSwapTest/swap16.json
@@ -2,8 +2,8 @@
"swap16" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json",
"sourceHash" : "389d2be8dbbc4585847be9b5a678a565899d4fac6018d1f6200ed091e99ce7fd"
},
diff --git a/VMTests/vmPushDupSwapTest/swap2.json b/VMTests/vmPushDupSwapTest/swap2.json
index 9439e66f3..b02b58641 100644
--- a/VMTests/vmPushDupSwapTest/swap2.json
+++ b/VMTests/vmPushDupSwapTest/swap2.json
@@ -2,8 +2,8 @@
"swap2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json",
"sourceHash" : "75997b5204913e930c40cdf804c1be567f528b939529e86530e8c4cf3600af18"
},
diff --git a/VMTests/vmPushDupSwapTest/swap2error.json b/VMTests/vmPushDupSwapTest/swap2error.json
index 067da5b54..eae5f7f95 100644
--- a/VMTests/vmPushDupSwapTest/swap2error.json
+++ b/VMTests/vmPushDupSwapTest/swap2error.json
@@ -2,8 +2,8 @@
"swap2error" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json",
"sourceHash" : "01ebb21f32f2d7dd1a2113138f594314c49fa4c7af00e0a1c333492b81921135"
},
diff --git a/VMTests/vmPushDupSwapTest/swap3.json b/VMTests/vmPushDupSwapTest/swap3.json
index 563405c40..5a3dd6d72 100644
--- a/VMTests/vmPushDupSwapTest/swap3.json
+++ b/VMTests/vmPushDupSwapTest/swap3.json
@@ -2,8 +2,8 @@
"swap3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json",
"sourceHash" : "0d62cd3e39f052b9154ea37ec43cf9ba110035ffdcb4e4b0d766aea8bb2b2cb1"
},
diff --git a/VMTests/vmPushDupSwapTest/swap4.json b/VMTests/vmPushDupSwapTest/swap4.json
index 94a2cfbeb..d972a5814 100644
--- a/VMTests/vmPushDupSwapTest/swap4.json
+++ b/VMTests/vmPushDupSwapTest/swap4.json
@@ -2,8 +2,8 @@
"swap4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json",
"sourceHash" : "27f78dcff6d58f67504046d267f0568c976d1e5a85ed6da2373eafa24bfbe47c"
},
diff --git a/VMTests/vmPushDupSwapTest/swap5.json b/VMTests/vmPushDupSwapTest/swap5.json
index 4baed46b0..71f13beb9 100644
--- a/VMTests/vmPushDupSwapTest/swap5.json
+++ b/VMTests/vmPushDupSwapTest/swap5.json
@@ -2,8 +2,8 @@
"swap5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json",
"sourceHash" : "bcb9c8c7ac639affe784b6987c77d9249326db0799e1e861ad03641d9a77cef3"
},
diff --git a/VMTests/vmPushDupSwapTest/swap6.json b/VMTests/vmPushDupSwapTest/swap6.json
index b902ebfa4..fa1a34cbe 100644
--- a/VMTests/vmPushDupSwapTest/swap6.json
+++ b/VMTests/vmPushDupSwapTest/swap6.json
@@ -2,8 +2,8 @@
"swap6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json",
"sourceHash" : "1bc51662e33ac34a79297262ee86f8b8e7cab89949abf037fc22f85ee08fdada"
},
diff --git a/VMTests/vmPushDupSwapTest/swap7.json b/VMTests/vmPushDupSwapTest/swap7.json
index 411208604..cd3651a6e 100644
--- a/VMTests/vmPushDupSwapTest/swap7.json
+++ b/VMTests/vmPushDupSwapTest/swap7.json
@@ -2,8 +2,8 @@
"swap7" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json",
"sourceHash" : "8eaa2a76ec6d47d5bf7c4b49c8c1db384fe29355ced056e1c1330b1669f27b3c"
},
diff --git a/VMTests/vmPushDupSwapTest/swap8.json b/VMTests/vmPushDupSwapTest/swap8.json
index 0633609dc..26b977ac8 100644
--- a/VMTests/vmPushDupSwapTest/swap8.json
+++ b/VMTests/vmPushDupSwapTest/swap8.json
@@ -2,8 +2,8 @@
"swap8" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json",
"sourceHash" : "e7d09fcfe3e8e687d084b95524fd4ff5aedf69ee2797e33930e3e9fc45e57742"
},
diff --git a/VMTests/vmPushDupSwapTest/swap9.json b/VMTests/vmPushDupSwapTest/swap9.json
index 049b96213..1ba374b3b 100644
--- a/VMTests/vmPushDupSwapTest/swap9.json
+++ b/VMTests/vmPushDupSwapTest/swap9.json
@@ -2,8 +2,8 @@
"swap9" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json",
"sourceHash" : "f63ce540948be968c775c020f379e675d4a0f2a67cd6d22dff2490bf023ae796"
},
diff --git a/VMTests/vmPushDupSwapTest/swapjump1.json b/VMTests/vmPushDupSwapTest/swapjump1.json
index b16174673..eb4a84856 100644
--- a/VMTests/vmPushDupSwapTest/swapjump1.json
+++ b/VMTests/vmPushDupSwapTest/swapjump1.json
@@ -2,10 +2,10 @@
"swapjump1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.10.6+commit.6c09e32c.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json",
- "sourceHash" : "33bdfa966236aac6be6a6a7ac64600ab63f3d6c646163f4c2f1ab1c578e0e819"
+ "sourceHash" : "47f99990a3fc0c078c509a98ddf4962f6fb38d11115c1400ca5bc98789bc1dac"
},
"callcreates" : [
],
@@ -19,20 +19,20 @@
"exec" : {
"address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
"caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
- "code" : "0x",
+ "code" : "0x600560026001600c575050005b9060016116575050005b035b0360005260016003611ff3",
"data" : "0x",
"gas" : "0x0186a0",
"gasPrice" : "0x5af3107a4000",
"origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value" : "0x0de0b6b3a7640000"
},
- "gas" : "0x0186a0",
+ "gas" : "0x01867c",
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"out" : "0x",
"post" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x600560026001600c575050005b9060016116575050005b035b0360005260016003611ff3",
"nonce" : "0x00",
"storage" : {
}
@@ -41,7 +41,7 @@
"pre" : {
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "0x152d02c7e14af6800000",
- "code" : "0x",
+ "code" : "0x600560026001600c575050005b9060016116575050005b035b0360005260016003611ff3",
"nonce" : "0x00",
"storage" : {
}
diff --git a/VMTests/vmRandomTest/201503102320PYTHON.json b/VMTests/vmRandomTest/201503102320PYTHON.json
index 06c59d1ee..e1768986a 100644
--- a/VMTests/vmRandomTest/201503102320PYTHON.json
+++ b/VMTests/vmRandomTest/201503102320PYTHON.json
@@ -2,8 +2,8 @@
"201503102320PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json",
"sourceHash" : "c134767f79b89196c15765c1029cd8f9094cabe86a0ebb3eef27af4d678daeda"
},
diff --git a/VMTests/vmRandomTest/201503110206PYTHON.json b/VMTests/vmRandomTest/201503110206PYTHON.json
index df53c91bb..694cd92b4 100644
--- a/VMTests/vmRandomTest/201503110206PYTHON.json
+++ b/VMTests/vmRandomTest/201503110206PYTHON.json
@@ -2,8 +2,8 @@
"201503110206PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json",
"sourceHash" : "6407cb3fb164cb661afd6d332a370d29de76a7f16fdd2758cd77af9c51199b6a"
},
diff --git a/VMTests/vmRandomTest/201503110219PYTHON.json b/VMTests/vmRandomTest/201503110219PYTHON.json
index 46dac68a8..e7f0a3343 100644
--- a/VMTests/vmRandomTest/201503110219PYTHON.json
+++ b/VMTests/vmRandomTest/201503110219PYTHON.json
@@ -2,8 +2,8 @@
"201503110219PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json",
"sourceHash" : "912f075297efb897ebce3227570ad3758baace9cb4d9bdb836f6ff09d7dae4ba"
},
diff --git a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
index b0de5a375..76f7829cd 100644
--- a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
+++ b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json
@@ -2,8 +2,8 @@
"201503110346PYTHON_PUSH24" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json",
"sourceHash" : "ecfa44a30504c5dd9e4b278ba57c3109741992c1d6f5b2dd1d84e10aa34a0fa8"
},
diff --git a/VMTests/vmRandomTest/201503111844PYTHON.json b/VMTests/vmRandomTest/201503111844PYTHON.json
index 08016d028..d34c8befb 100644
--- a/VMTests/vmRandomTest/201503111844PYTHON.json
+++ b/VMTests/vmRandomTest/201503111844PYTHON.json
@@ -2,8 +2,8 @@
"201503111844PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json",
"sourceHash" : "4930fc5a5df96cfe35dc19197257dd6fd38b9d307f41b85335da1da5481221f6"
},
diff --git a/VMTests/vmRandomTest/201503112218PYTHON.json b/VMTests/vmRandomTest/201503112218PYTHON.json
index 5d5f66418..869356c41 100644
--- a/VMTests/vmRandomTest/201503112218PYTHON.json
+++ b/VMTests/vmRandomTest/201503112218PYTHON.json
@@ -2,8 +2,8 @@
"201503112218PYTHON" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json",
"sourceHash" : "89a6b68fc8611c5e15e8a05452c878ff5dd1ab8837717017f589cd825bcf09b3"
},
diff --git a/VMTests/vmSha3Test/sha3_0.json b/VMTests/vmSha3Test/sha3_0.json
index 1bfb0c2f5..10e11287e 100644
--- a/VMTests/vmSha3Test/sha3_0.json
+++ b/VMTests/vmSha3Test/sha3_0.json
@@ -2,8 +2,8 @@
"sha3_0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_0Filler.json",
"sourceHash" : "843009e4e97d7dd905578ea884db6d80c07f57d58679ec181dc761e1e51ae035"
},
diff --git a/VMTests/vmSha3Test/sha3_1.json b/VMTests/vmSha3Test/sha3_1.json
index 0b2986d7b..0d6c18b64 100644
--- a/VMTests/vmSha3Test/sha3_1.json
+++ b/VMTests/vmSha3Test/sha3_1.json
@@ -2,8 +2,8 @@
"sha3_1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_1Filler.json",
"sourceHash" : "5f786aded76570c96466f5a4c4632a5a0b362ffc1e4124667cdb1e9328d1d81d"
},
diff --git a/VMTests/vmSha3Test/sha3_2.json b/VMTests/vmSha3Test/sha3_2.json
index b1e526aff..23ae033b0 100644
--- a/VMTests/vmSha3Test/sha3_2.json
+++ b/VMTests/vmSha3Test/sha3_2.json
@@ -2,8 +2,8 @@
"sha3_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_2Filler.json",
"sourceHash" : "bb3f59dc995c834eaf315b4819900c30ba4e97ef60163aed05946c70e841691f"
},
diff --git a/VMTests/vmSha3Test/sha3_3.json b/VMTests/vmSha3Test/sha3_3.json
index 447b0cd0a..a5aa663b3 100644
--- a/VMTests/vmSha3Test/sha3_3.json
+++ b/VMTests/vmSha3Test/sha3_3.json
@@ -2,8 +2,8 @@
"sha3_3" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_3Filler.json",
"sourceHash" : "1f474f7dac8971615e641354d809db332975d1ea5ca589d855fb02a1da559033"
},
diff --git a/VMTests/vmSha3Test/sha3_4.json b/VMTests/vmSha3Test/sha3_4.json
index 265cbbfa4..c41771c41 100644
--- a/VMTests/vmSha3Test/sha3_4.json
+++ b/VMTests/vmSha3Test/sha3_4.json
@@ -2,8 +2,8 @@
"sha3_4" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_4Filler.json",
"sourceHash" : "100da75ff0b63159ca86aa4ef7457a956027af5c6c1ed1f0fa894aaa63849887"
},
diff --git a/VMTests/vmSha3Test/sha3_5.json b/VMTests/vmSha3Test/sha3_5.json
index 86d879425..1db3faa91 100644
--- a/VMTests/vmSha3Test/sha3_5.json
+++ b/VMTests/vmSha3Test/sha3_5.json
@@ -2,8 +2,8 @@
"sha3_5" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_5Filler.json",
"sourceHash" : "066bcf3a8e9e7b4c15ec2240c8e1bb0d53de0230c76989e21e4b6aaac83f577d"
},
diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json
index 97a6788ea..218f52789 100644
--- a/VMTests/vmSha3Test/sha3_6.json
+++ b/VMTests/vmSha3Test/sha3_6.json
@@ -2,8 +2,8 @@
"sha3_6" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_6Filler.json",
"sourceHash" : "c360c6583bf965674d153f11c243c1e0807e95e99bc9bcb684a7ad2c7155dd40"
},
diff --git a/VMTests/vmSha3Test/sha3_bigOffset.json b/VMTests/vmSha3Test/sha3_bigOffset.json
index 940cff9b3..41aef889b 100644
--- a/VMTests/vmSha3Test/sha3_bigOffset.json
+++ b/VMTests/vmSha3Test/sha3_bigOffset.json
@@ -2,8 +2,8 @@
"sha3_bigOffset" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json",
"sourceHash" : "1ae2cdfa2e3ab1cac89d8b3d535c3ee50601ebc6098fdbddadca74980eec6382"
},
diff --git a/VMTests/vmSha3Test/sha3_bigOffset2.json b/VMTests/vmSha3Test/sha3_bigOffset2.json
index d5ab8ebc1..971576f0b 100644
--- a/VMTests/vmSha3Test/sha3_bigOffset2.json
+++ b/VMTests/vmSha3Test/sha3_bigOffset2.json
@@ -2,8 +2,8 @@
"sha3_bigOffset2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json",
"sourceHash" : "2bf8d14886b1001b266c29bd9f9e764f7e6965e851bfe1440e536735fca993dc"
},
diff --git a/VMTests/vmSha3Test/sha3_bigSize.json b/VMTests/vmSha3Test/sha3_bigSize.json
index b859b9293..19c150dab 100644
--- a/VMTests/vmSha3Test/sha3_bigSize.json
+++ b/VMTests/vmSha3Test/sha3_bigSize.json
@@ -2,8 +2,8 @@
"sha3_bigSize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json",
"sourceHash" : "571bfd9a15c6b0e317f96a92f745aee1d800aa4486c1a101b3e016120ffb5415"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
index 8d6caa4a8..dda890d8f 100644
--- a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
+++ b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json
@@ -2,8 +2,8 @@
"sha3_memSizeNoQuadraticCost31" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json",
"sourceHash" : "04553284981ef7338bdeac0e029652313a2643169833e386ca34bfa3d5e5942a"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
index 6374c1cc2..08a45888a 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost32" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json",
"sourceHash" : "70f68e0328222cc2c995bf932f2f8f65f5d4c7e9f040a51bbf4dae3cad9110cf"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
index fb0c70dc9..66795c5ed 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost32_zeroSize" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json",
"sourceHash" : "96094eee3e3fcd478fe3780ff053e64bf5391616bfdc6c2017bf12dcc5d30366"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
index 71034990e..a3cd5b152 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost33" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json",
"sourceHash" : "2fc9e00a7759c4271b6897b285ae437f6484281e9113e82a8252afbe16e85841"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
index a32d5cdd6..5f20cb231 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost63" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json",
"sourceHash" : "b81dd9fc94929d24f6a06dac81abb0099b969086ecf83326ecb4d6c98fc36f39"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
index d9ea26cc9..ad6d1b6e4 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost64" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json",
"sourceHash" : "9f1ae20cc7b481e84732b835af1d284c815d79a470ceb1094f0cf9e765a64b8d"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
index b7dc0bc39..973ceaac1 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost64_2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json",
"sourceHash" : "4d313aaddd74f092eae5089cce1aef3aadc74b019f617fdf24acedd8fb26300b"
},
diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
index 733a17769..172fea8b4 100644
--- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
+++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json
@@ -2,8 +2,8 @@
"sha3_memSizeQuadraticCost65" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json",
"sourceHash" : "28d6ebfb32dd2c00c629fe373fe58fd83466484d6022cd476ca63981ffaa950a"
},
diff --git a/VMTests/vmSystemOperations/TestNameRegistrator.json b/VMTests/vmSystemOperations/TestNameRegistrator.json
index 7ddcb141c..c3c9a0cd6 100644
--- a/VMTests/vmSystemOperations/TestNameRegistrator.json
+++ b/VMTests/vmSystemOperations/TestNameRegistrator.json
@@ -2,8 +2,8 @@
"TestNameRegistrator" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json",
"sourceHash" : "387abb181fb86588247bd90f61af47bc57dc4e81ba7b0def48091fd4e58a4aa5"
},
diff --git a/VMTests/vmSystemOperations/return0.json b/VMTests/vmSystemOperations/return0.json
index 3e3c4d800..75bf7880c 100644
--- a/VMTests/vmSystemOperations/return0.json
+++ b/VMTests/vmSystemOperations/return0.json
@@ -2,8 +2,8 @@
"return0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/return0Filler.json",
"sourceHash" : "647d39cfbd0cfbb7949d21819292851595b5953115e44adeac632e6dbbd9d226"
},
diff --git a/VMTests/vmSystemOperations/return1.json b/VMTests/vmSystemOperations/return1.json
index ae6635fc0..7ce5e43f4 100644
--- a/VMTests/vmSystemOperations/return1.json
+++ b/VMTests/vmSystemOperations/return1.json
@@ -2,8 +2,8 @@
"return1" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/return1Filler.json",
"sourceHash" : "58ea2d8de5a7b931fdf445e653b4b9171354a927a2a2ae715b362e5f58023323"
},
diff --git a/VMTests/vmSystemOperations/return2.json b/VMTests/vmSystemOperations/return2.json
index 744a16f3c..5b046c719 100644
--- a/VMTests/vmSystemOperations/return2.json
+++ b/VMTests/vmSystemOperations/return2.json
@@ -2,8 +2,8 @@
"return2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/return2Filler.json",
"sourceHash" : "2cc76fea2e8533c8c07dd27ef10247426fe76eb27c2d74f8232326560bdab568"
},
diff --git a/VMTests/vmSystemOperations/suicide0.json b/VMTests/vmSystemOperations/suicide0.json
index 628e3c5ac..bffb6619e 100644
--- a/VMTests/vmSystemOperations/suicide0.json
+++ b/VMTests/vmSystemOperations/suicide0.json
@@ -2,8 +2,8 @@
"suicide0" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/suicide0Filler.json",
"sourceHash" : "ab977d31d9d9e8dc80c88bbd359b0aeaae6b3367ca6b61d86af2ed94c93ddbee"
},
diff --git a/VMTests/vmSystemOperations/suicideNotExistingAccount.json b/VMTests/vmSystemOperations/suicideNotExistingAccount.json
index 32cab7ac2..8a2ddaa9a 100644
--- a/VMTests/vmSystemOperations/suicideNotExistingAccount.json
+++ b/VMTests/vmSystemOperations/suicideNotExistingAccount.json
@@ -2,8 +2,8 @@
"suicideNotExistingAccount" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json",
"sourceHash" : "f513980015028ed5306fd2405dc9ee69159d94b8c988be8de9339faed626b4e5"
},
diff --git a/VMTests/vmSystemOperations/suicideSendEtherToMe.json b/VMTests/vmSystemOperations/suicideSendEtherToMe.json
index 1a2574d74..9ed2b74c5 100644
--- a/VMTests/vmSystemOperations/suicideSendEtherToMe.json
+++ b/VMTests/vmSystemOperations/suicideSendEtherToMe.json
@@ -2,8 +2,8 @@
"suicideSendEtherToMe" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json",
"sourceHash" : "0206456ecdae18584f5d2f57669534f98726e2624c7d0a9979cb554a908477db"
},
diff --git a/VMTests/vmTests/suicide.json b/VMTests/vmTests/suicide.json
index 525784ff3..779de2031 100644
--- a/VMTests/vmTests/suicide.json
+++ b/VMTests/vmTests/suicide.json
@@ -2,8 +2,8 @@
"suicide" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
- "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
+ "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3",
+ "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++",
"source" : "src/VMTestsFiller/vmTests/suicideFiller.json",
"sourceHash" : "bcf69cb48f1a86ef895a18400baf6e5df83c59bdfb421944dbf8cd3adfe246a1"
},
diff --git a/src/BlockchainTestsFiller/bcStateTests/transactionFromNotExistingAccountFiller.json b/src/BlockchainTestsFiller/bcStateTests/transactionFromNotExistingAccountFiller.json
index d41b0e672..62c84bb48 100644
--- a/src/BlockchainTestsFiller/bcStateTests/transactionFromNotExistingAccountFiller.json
+++ b/src/BlockchainTestsFiller/bcStateTests/transactionFromNotExistingAccountFiller.json
@@ -75,5 +75,5 @@
]
}
]
- },
+ }
}
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp2Filler.json
index b64e162c5..eb7a17afd 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp2Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp2Filler.json
@@ -84,7 +84,7 @@
"expectExceptionByzantium" : "InvalidStateRoot",
"expectExceptionConstantinople" : "InvalidStateRoot",
"blockHeader" : {
- "stateRoot" : "77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
+ "stateRoot" : "0x77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp3Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp3Filler.json
index b6e153f54..0246c31e3 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp3Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestamp3Filler.json
@@ -77,7 +77,7 @@
"expectExceptionByzantium" : "InvalidStateRoot",
"expectExceptionConstantinople" : "InvalidStateRoot",
"blockHeader" : {
- "stateRoot" : "3e9110dccee270e36e254d8e3b67cb18c12a9a0aa24065e24372a85856195c70",
+ "stateRoot" : "0x3e9110dccee270e36e254d8e3b67cb18c12a9a0aa24065e24372a85856195c70",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDrop2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDrop2Filler.json
index 8136b378d..b19d1c726 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDrop2Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDrop2Filler.json
@@ -78,7 +78,7 @@
"expectExceptionEIP158" : "InvalidStateRoot",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "aa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630",
+ "stateRoot" : "0xaa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDropFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDropFiller.json
index c8fd70c8d..12cdf16c6 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDropFiller.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/futureUncleTimestampDifficultyDropFiller.json
@@ -87,7 +87,7 @@
"expectExceptionConstantinople" : "InvalidStateRoot",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
+ "stateRoot" : "0x77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/gasLimitLTGasUsageUncleFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/gasLimitLTGasUsageUncleFiller.json
index a9f3cb0a1..48b59ef9f 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/gasLimitLTGasUsageUncleFiller.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/gasLimitLTGasUsageUncleFiller.json
@@ -75,7 +75,7 @@
"expectExceptionALL" : "TooMuchGasUsed",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
+ "stateRoot" : "0x77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/pastUncleTimestampFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/pastUncleTimestampFiller.json
index 23cda48a6..ac714f4b4 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/pastUncleTimestampFiller.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/pastUncleTimestampFiller.json
@@ -75,7 +75,7 @@
"expectExceptionALL" : "InvalidTimestamp",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
+ "stateRoot" : "0x77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0Filler.json
index 824b23ecd..16ade2f02 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0Filler.json
@@ -87,7 +87,7 @@
"expectExceptionConstantinople" : "InvalidStateRoot",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
+ "stateRoot" : "0x77f96f4c766c10cd0207e2672b1b747c741ed75bc94e7be7abacb71cdca3c8fb",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0_2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0_2Filler.json
index 208de19cc..dba246b0e 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0_2Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/uncleBloomNot0_2Filler.json
@@ -78,7 +78,7 @@
"expectExceptionEIP158" : "InvalidStateRoot",
"blocknumber" : "3",
"blockHeader" : {
- "stateRoot" : "aa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630",
+ "stateRoot" : "0xaa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/wrongStateRootFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/wrongStateRootFiller.json
index 4a337927c..ef371d58c 100644
--- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/wrongStateRootFiller.json
+++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/wrongStateRootFiller.json
@@ -87,7 +87,7 @@
],
"uncleHeaders" : [
{
- "stateRoot" : "bad40b30d613c35dad43e3693329e1b1ee6350f989cf46a288025a1cbfdab9cd",
+ "stateRoot" : "0xbad40b30d613c35dad43e3693329e1b1ee6350f989cf46a288025a1cbfdab9cd",
"populateFromBlock" : "1",
"overwriteAndRedoPoW" : "stateRoot"
}
diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json
index bab8d8506..2a9136405 100644
--- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json
+++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json
@@ -60,7 +60,7 @@
"expectExceptionEIP150" : "InvalidStateRoot",
"expectExceptionEIP158" : "InvalidStateRoot",
"blockHeader" : {
- "stateRoot" : "e1aff725a27c18dbb8d70c2d0e049511dabba2f595c20f7c67ad4026d6275f88",
+ "stateRoot" : "0xe1aff725a27c18dbb8d70c2d0e049511dabba2f595c20f7c67ad4026d6275f88",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json
index 7fe1ec8b9..3cfaa44a1 100644
--- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json
+++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json
@@ -69,7 +69,7 @@
"expectExceptionByzantium" : "InvalidStateRoot",
"expectExceptionConstantinople" : "InvalidStateRoot",
"blockHeader" : {
- "stateRoot" : "6ff22555fde6fe93e5b412a8691287a5be5708246adfd0c599604849925fcc34",
+ "stateRoot" : "0x6ff22555fde6fe93e5b412a8691287a5be5708246adfd0c599604849925fcc34",
"updatePoW" : "1"
},
"transactions" : [
diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json
index 340034352..0c9f9d694 100644
--- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json
+++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json
@@ -46,7 +46,7 @@
{
"transactions" : [
{
- "data" : "6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
+ "data" : "0x6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
"gasLimit" : "0x012343f0",
"gasPrice" : "1",
"nonce" : "0",
diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json
index 42aba839b..9d30b313d 100644
--- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json
+++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json
@@ -46,7 +46,7 @@
{
"transactions" : [
{
- "data" : "6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
+ "data" : "0x6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
"gasLimit" : "0x12343f",
"gasPrice" : "1",
"nonce" : "0",
diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeAndConfirmAgainFiller.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeAndConfirmAgainFiller.json
index 5760e1252..27ee67085 100644
--- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeAndConfirmAgainFiller.json
+++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeAndConfirmAgainFiller.json
@@ -46,7 +46,7 @@
{
"transactions" : [
{
- "data" : "6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
+ "data" : "0x6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
"gasLimit" : "0x012343f0",
"gasPrice" : "1",
"nonce" : "0",
diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeFiller.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeFiller.json
index c6ffc8a12..198dc22a3 100644
--- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeFiller.json
+++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsRevokeFiller.json
@@ -46,7 +46,7 @@
{
"transactions" : [
{
- "data" : "6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
+ "data" : "0x6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
"gasLimit" : "0x012343f0",
"gasPrice" : "1",
"nonce" : "0",
diff --git a/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json b/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json
index 100afaf34..28e8f6ce8 100644
--- a/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json
+++ b/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json
@@ -37,7 +37,7 @@
{
"transactions" : [
{
- "data" : "6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
+ "data" : "0x6060604052604051602080611014833960806040818152925160016000818155818055600160a060020a03331660038190558152610102909452938320939093556201518042046101075582917f102d25c49d33fcdb8976a3f2744e0785c98d9e43b88364859e6aec4ae82eff5c91a250610f958061007f6000396000f300606060405236156100b95760e060020a6000350463173825d9811461010b5780632f54bf6e146101675780634123cb6b1461018f5780635c52c2f5146101985780637065cb48146101c9578063746c9171146101fd578063797af62714610206578063b20d30a914610219578063b61d27f61461024d578063b75c7dc61461026e578063ba51a6df1461029e578063c2cf7326146102d2578063cbf0b0c014610312578063f00d4b5d14610346578063f1736d861461037f575b61038960003411156101095760408051600160a060020a033316815234602082015281517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c929181900390910190a15b565b610389600435600060003643604051808484808284375050509091019081526040519081900360200190209050610693815b600160a060020a0333166000908152610102602052604081205481808083811415610c1357610d6c565b61038b6004355b600160a060020a03811660009081526101026020526040812054115b919050565b61038b60015481565b610389600036436040518084848082843750505090910190815260405190819003602001902090506107e58161013d565b6103896004356000364360405180848480828437505050909101908152604051908190036020019020905061060b8161013d565b61038b60005481565b61038b6004355b600081610a4b8161013d565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107d98161013d565b61038b6004803590602480359160443591820191013560006108043361016e565b610389600435600160a060020a033316600090815261010260205260408120549080808381141561039d5761041f565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107528161013d565b61038b600435602435600082815261010360209081526040808320600160a060020a0385168452610102909252822054829081818114156107ab576107cf565b610389600435600036436040518084848082843750505090910190815260405190819003602001902090506107f38161013d565b6103896004356024356000600036436040518084848082843750505090910190815260405190819003602001902090506104ac8161013d565b61038b6101055481565b005b60408051918252519081900360200190f35b5050506000828152610103602052604081206001810154600284900a929083168190111561041f5781546001838101805492909101845590849003905560408051600160a060020a03331681526020810187905281517fc7fb647e59b18047309aa15aad418e5d7ca96d173ad704f1031a2c3d7591734b929181900390910190a15b5050505050565b600160a060020a03831660028361010081101561000257508301819055600160a060020a03851660008181526101026020908152604080832083905584835291829020869055815192835282019290925281517fb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c929181900390910190a15b505b505050565b156104a5576104ba8361016e565b156104c557506104a7565b600160a060020a0384166000908152610102602052604081205492508214156104ee57506104a7565b6104265b6101045460005b81811015610eba57610104805461010891600091849081101561000257600080516020610f7583398151915201548252506020918252604081208054600160a060020a0319168155600181018290556002810180548382559083528383209193610f3f92601f9290920104810190610a33565b60018054810190819055600160a060020a038316906002906101008110156100025790900160005081905550600160005054610102600050600084600160a060020a03168152602001908152602001600020600050819055507f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c3826040518082600160a060020a0316815260200191505060405180910390a15b505b50565b15610606576106198261016e565b156106245750610608565b61062c6104f2565b60015460fa90106106415761063f610656565b505b60015460fa901061056c5750610608565b6107105b600060015b600154811015610a47575b600154811080156106865750600281610100811015610002570154600014155b15610d7557600101610666565b156104a757600160a060020a0383166000908152610102602052604081205492508214156106c15750610606565b60016001600050540360006000505411156106dc5750610606565b600060028361010081101561000257508301819055600160a060020a038416815261010260205260408120556106526104f2565b5060408051600160a060020a038516815290517f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da9181900360200190a1505050565b15610606576001548211156107675750610608565b60008290556107746104f2565b6040805183815290517facbdb084c721332ac59f9b8e392196c9eb0e4932862da8eb9beaf0dad4f550da9181900360200190a15050565b506001830154600282900a908116600014156107ca57600094506107cf565b600194505b5050505092915050565b15610606575061010555565b156106085760006101065550565b156106065781600160a060020a0316ff5b15610a2357610818846000610e4f3361016e565b156108d4577f92ca3a80853e6663fa31fa10b99225f18d4902939b4c53a9caae9043f6efd00433858786866040518086600160a060020a0316815260200185815260200184600160a060020a031681526020018060200182810382528484828181526020019250808284378201915050965050505050505060405180910390a184600160a060020a03168484846040518083838082843750505090810191506000908083038185876185025a03f15060009350610a2392505050565b6000364360405180848480828437505050909101908152604051908190036020019020915061090490508161020d565b158015610927575060008181526101086020526040812054600160a060020a0316145b15610a235760008181526101086020908152604082208054600160a060020a03191688178155600181018790556002018054858255818452928290209092601f01919091048101908490868215610a2b579182015b82811115610a2b57823582600050559160200191906001019061097c565b50600050507f1733cbb53659d713b79580f79f3f9ff215f78a7c7aa45890f3b89fc5cddfbf328133868887876040518087815260200186600160a060020a0316815260200185815260200184600160a060020a03168152602001806020018281038252848482818152602001925080828437820191505097505050505050505060405180910390a15b949350505050565b5061099a9291505b80821115610a475760008155600101610a33565b5090565b15610c005760008381526101086020526040812054600160a060020a031614610c0057604080516000918220805460018201546002929092018054600160a060020a0392909216949293909291819084908015610acd57820191906000526020600020905b815481529060010190602001808311610ab057829003601f168201915b50509250505060006040518083038185876185025a03f1505050600084815261010860209081526040805181842080546001820154600160a060020a033381811686529685018c905294840181905293166060830181905260a06080840181815260029390930180549185018290527fe7c957c06e9a662c1a6c77366179f5b702b97651dc28eee7d5bf1dff6e40bb4a985095968b969294929390929160c083019085908015610ba257820191906000526020600020905b815481529060010190602001808311610b8557829003601f168201915b505097505050505050505060405180910390a160008381526101086020908152604082208054600160a060020a031916815560018101839055600281018054848255908452828420919392610c0692601f9290920104810190610a33565b50919050565b505050600191505061018a565b6000868152610103602052604081208054909450909250821415610c9c578154835560018381018390556101048054918201808255828015829011610c6b57818360005260206000209182019101610c6b9190610a33565b50505060028401819055610104805488929081101561000257600091909152600080516020610f7583398151915201555b506001820154600284900a90811660001415610d6c5760408051600160a060020a03331681526020810188905281517fe1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda929181900390910190a1825460019011610d59576000868152610103602052604090206002015461010480549091908110156100025760406000908120600080516020610f758339815191529290920181905580825560018083018290556002909201559550610d6c9050565b8254600019018355600183018054821790555b50505050919050565b5b60018054118015610d9857506001546002906101008110156100025701546000145b15610dac5760018054600019019055610d76565b60015481108015610dcf5750600154600290610100811015610002570154600014155b8015610de957506002816101008110156100025701546000145b15610e4a57600154600290610100811015610002578101549082610100811015610002578101919091558190610102906000908361010081101561000257810154825260209290925260408120929092556001546101008110156100025701555b61065b565b1561018a5761010754610e655b62015180420490565b1115610e7e57600061010655610e79610e5c565b610107555b6101065480830110801590610e9c5750610106546101055490830111155b15610eb25750610106805482019055600161018a565b50600061018a565b6106066101045460005b81811015610f4a5761010480548290811015610002576000918252600080516020610f75833981519152015414610f3757610104805461010391600091849081101561000257600080516020610f7583398151915201548252506020919091526040812081815560018101829055600201555b600101610ec4565b5050506001016104f9565b61010480546000808355919091526104a790600080516020610f7583398151915290810190610a3356004c0be60200faa20559308cb7b5a1bb3255c16cb1cab91f525b5ae7a03d02fabe",
"gasLimit" : "0x012343f0",
"gasPrice" : "1",
"nonce" : "0",
diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
index a075f98e8..72308fd1c 100644
--- a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
+++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : "0",
- "code" : "( asm PUSH1 0x05 PUSH1 0x09 PUSH1 0x00 SUB SDIV DUP1 PUSH1 0 SSTORE )",
+ "code" : "( asm 0x05 0x09 0x00 SUB SDIV DUP1 0 SSTORE )",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json
index 3e9f4b852..9e13a80b9 100644
--- a/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json
+++ b/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : "0",
- "code" : " 2**(256-1)",
+ "_code" : "2**(256-1)",
"code" : "{ [[ 0 ]] (SMOD (- 0 57896044618658097711785492504343953926634992332820282019728792003956564819968) (- 0 1) ) }",
"storage": {}
}
diff --git a/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json
index 28fdd32b7..cd35cddbb 100644
--- a/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json
+++ b/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : "0",
- "code" : " 2**(256-1)",
+ "_code" : "2**(256-1)",
"code" : "{ [[ 0 ]] (- (SMOD (- 0 57896044618658097711785492504343953926634992332820282019728792003956564819968) (- 0 1) ) 1) }",
"storage": {}
}
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json
index 71b89dbae..e389ccc08 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json
@@ -12,7 +12,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "//" : "PUSH1 3 JUMP",
+ "//" : "3 JUMP",
"code" : "0x6009436006575b566001",
"storage": {}
}
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json
index 5d04e3d41..ad4939305 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json
@@ -12,10 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 1 2 3 CALLVALUE JUMP
- JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "_code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json
index 219bc4765..02104cf27 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json
@@ -12,10 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 1 2 3 CALLVALUE JUMP
- JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "_code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json
index d014a6a89..851354fb3 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json
@@ -12,10 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 1 2 3 CALLVALUE JUMP
- JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "_code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST 0 MSTORE MSIZE 0 RETURN)",
+ "code":"0x60016002600334565b5050600052596000f35b50600052596000f35b600052596000f3",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
index 49913992a..765263d62 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json
@@ -12,10 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 1 2 3 CALLVALUE JUMP
- JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST POP 0 MSTORE MSIZE 0 RETURN
- JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)",
+ "_code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)",
+ "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b505050600052596000f3",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json
index 5ea8b0807..901441cdc 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json
@@ -12,7 +12,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm PUSH1 0x03 JUMPDEST PUSH1 0x01 SWAP1 SUB DUP1 PUSH1 0x02 JUMPI PUSH9 0x010000000000000016 JUMP JUMPDEST PUSH4 0xbadf000d PUSH1 0x11 SSTORE STOP )",
+ "code" : "(asm 0x03 JUMPDEST 0x01 SWAP1 SUB DUP1 0x02 JUMPI 0x010000000000000016 JUMP JUMPDEST 0xbadf000d 0x11 SSTORE STOP )",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
index 64866671b..a8c85d898 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "{ (JUMP 0xfffffff) (JUMPDEST) (JUMPDEST) (SSTORE 1 1) }",
+ "code" : "( asm 0xfffffff JUMP JUMPDEST JUMPDEST 0x01 0x01 SSTORE )",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json
index 4526795c3..bab696265 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json
@@ -12,7 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)",
+ "_code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)",
+ "code" : "0x60015b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3",
"storage": {}
}
},
diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json
index 52cff7a71..0a021784c 100644
--- a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json
+++ b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json
@@ -12,7 +12,8 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "(asm 5 2 1 12 JUMPI POP POP STOP JUMPDEST SWAP1 1 22 JUMPI POP POP STOP JUMPDEST SUB 0 MSTORE 1 31 RETURN)",
+ "_code" : "(asm 5 2 1 12 JUMPI POP POP STOP JUMPDEST SWAP1 1 22 JUMPI POP POP STOP JUMPDEST SUB 0 MSTORE 1 31 RETURN)",
+ "code" : "0x600560026001600c575050005b9060016116575050005b035b0360005260016003611ff3",
"storage": {}
}
},
diff --git a/test.py b/test.py
new file mode 100755
index 000000000..e7957989d
--- /dev/null
+++ b/test.py
@@ -0,0 +1,192 @@
+#!/usr/bin/env python3
+
+# For help:
+#
+# - Run with no arguments.
+# - Ask Everett Hildenbrandt (@ehildenb).
+
+# Goals:
+#
+# - Validate test inputs with JSON Schemas.
+# - Check that tests have been filled.
+# - Filter tests based on properties.
+# - Convert between various test filler formats.
+
+# Non-goals:
+#
+# - Test filling.
+# - Test post-state checking.
+
+# Dependencies:
+#
+# - python-json
+# - python-jsonschema
+# - python-pysha3
+
+import sys
+import os
+import json
+import jsonschema
+import sha3
+
+# Utilities
+# =========
+
+# Errors/Reporting
+
+exit_status = 0
+error_log = []
+
+def _report(*msg):
+ print("== " + sys.argv[0] + ":", *msg, file=sys.stderr)
+
+def _logerror(*msg):
+ global exit_status
+ _report("ERROR:", *msg)
+ error_log.append(" ".join(msg))
+ exit_status = 1
+
+def _die(*msg, exit_code=1):
+ _report(*msg)
+ _report("exiting...")
+ sys.exit(exit_code)
+
+# Filesystem/parsing
+
+def readJSONFile(fname):
+ if not os.path.isfile(fname):
+ _die("Not a file:", fname)
+ with open(fname, "r") as f:
+ fcontents = f.read()
+ return json.loads(fcontents)
+
+def writeJSONFile(fname, fcontents):
+ if not os.path.exists(os.path.dirname(fname)):
+ os.makedirs(os.path.dirname(fname))
+ with open(fname, "w") as f:
+ f.write(json.dumps(fcontents, indent=4, sort_keys=True))
+
+# Functionality
+# =============
+
+# Listing tests
+
+def findTests(filePrefix=""):
+ return [ fullTest for fullTest in [ os.path.join(root, file) for root, _, files in os.walk(".")
+ for file in files
+ if file.endswith(".json")
+ ]
+ if fullTest.startswith(filePrefix)
+ ]
+
+def listTests(filePrefixes=[""]):
+ return [ test for fPrefix in filePrefixes
+ for test in findTests(filePrefix=fPrefix)
+ ]
+
+# Schema Validation
+
+def validateSchema(jsonFile, schemaFile):
+ testSchema = readJSONFile(schemaFile)
+ defSchema = readJSONFile("JSONSchema/definitions.json")
+ schema = { "definitions" : dict(defSchema["definitions"], **testSchema["definitions"])
+ , "patternProperties" : testSchema["patternProperties"]
+ }
+
+ jsonInput = readJSONFile(jsonFile)
+ try:
+ jsonschema.validate(jsonInput, schema)
+ except:
+ _logerror("Validation failed:", "schema", schemaFile, "on", jsonFile)
+
+def validateTestFile(jsonFile):
+ if jsonFile.startswith("./src/VMTestsFiller/"):
+ schemaFile = "JSONSchema/vm-filler-schema.json"
+ elif jsonFile.startswith("./src/GeneralStateTestsFiller/"):
+ schemaFile = "JSONSchema/st-filler-schema.json"
+ elif jsonFile.startswith("./src/BlockchainTestsFiller/"):
+ schemaFile = "JSONSchema/bc-filler-schema.json"
+ elif jsonFile.startswith("./VMTests/"):
+ schemaFile = "JSONSchema/vm-schema.json"
+ elif jsonFile.startswith("./GeneralStateTests/"):
+ schemaFile = "JSONSchema/st-schema.json"
+ elif jsonFile.startswith("./BlockchainTests/"):
+ schemaFile = "JSONSchema/bc-schema.json"
+ else:
+ _logerror("Do not know how to validate file:", jsonFile)
+ return
+ validateSchema(jsonFile, schemaFile)
+
+# Check tests filled
+
+def hashFile(fname):
+ with open(fname ,"rb") as f:
+ k = sha3.keccak_256()
+ k.update(f.read())
+ return k.hexdigest()
+
+def checkFilled(jsonFile):
+ jsonTest = readJSONFile(jsonFile)
+ if not ( jsonFile.startswith("./src/BlockchainTestsFiller/GeneralStateTests/")
+ # or jsonFile.startswith("./src/BlockchainTestsFiller/VMTests/")
+ or jsonFile.startswith("./VMTests/")
+ or jsonFile.startswith("./GeneralStateTests/")
+ or jsonFile.startswith("./TransactionTests/")
+ or jsonFile.startswith("./BlockchainTests/")
+ ):
+ _report("Not a file that is filled:", jsonFile)
+ return
+ for test in jsonTest:
+ if "_info" in jsonTest[test]:
+ fillerSource = jsonTest[test]["_info"]["source"]
+ fillerHash = jsonTest[test]["_info"]["sourceHash"]
+ if fillerHash != hashFile(fillerSource):
+ _logerror("Test must be filled:", jsonFile)
+
+# Main
+# ====
+
+def _usage():
+ usage_lines = [ ""
+ , " usage: " + sys.argv[0] + " [list|format|validate] [<TEST_FILE_PREFIX>*]"
+ , " where:"
+ , " list: command to list the matching tests."
+ , " format: command to format/sort the JSON file."
+ , " validate: command to check a file against the associated JSON schema (defaults to all files)."
+ , " <TEST_FILE_PREFIX>: file path prefix to search for tests with."
+ , " eg. './src/VMTestsFiller' './VMTests' for all VMTests and their fillers."
+ ]
+ _die("\n".join(usage_lines))
+
+def main():
+ if len(sys.argv) < 2:
+ _usage()
+ test_command = sys.argv[1]
+ if len(sys.argv) == 2:
+ testList = listTests()
+ else:
+ testList = listTests(filePrefixes=sys.argv[2:])
+
+ if len(testList) == 0:
+ _die("No tests listed!!!")
+
+ if test_command == "list":
+ testDo = lambda t: print(t)
+ elif test_command == "format":
+ testDo = lambda t: writeJSONFile(t, readJSONFile(t))
+ elif test_command == "validate":
+ testDo = validateTestFile
+ elif test_command == "checkFilled":
+ testDo = checkFilled
+ else:
+ _usage()
+
+ for test in testList:
+ _report(test_command + ":", test)
+ testDo(test)
+
+ if exit_status != 0:
+ _die("Errors reported!\n[ERROR] " + "\n[ERROR] ".join(error_log))
+
+if __name__ == "__main__":
+ main()