diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
commit | 8a53efa84c102c2c547692e47778e5a5e45cb126 (patch) | |
tree | 0dd31a83b47bef4a980862aa90a2328539e88995 /VMTests/vmTests | |
parent | adaa3459f1f381370d56a4449927da97a28ad731 (diff) | |
download | dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2 dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip |
refill all the tests
Diffstat (limited to 'VMTests/vmTests')
-rw-r--r-- | VMTests/vmTests/arith.json | 6 | ||||
-rw-r--r-- | VMTests/vmTests/boolean.json | 6 | ||||
-rw-r--r-- | VMTests/vmTests/mktx.json | 6 | ||||
-rw-r--r-- | VMTests/vmTests/suicide.json | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/VMTests/vmTests/arith.json b/VMTests/vmTests/arith.json index f72497132..f5fe97060 100644 --- a/VMTests/vmTests/arith.json +++ b/VMTests/vmTests/arith.json @@ -2,8 +2,10 @@ "arith" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", - "source" : "/src/VMTestsFiller/vmTests/arithFiller.json" + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "source" : "src/VMTestsFiller/vmTests/arithFiller.json", + "sourceHash" : "8f4e4a62dfa8fd52e0faab0b478824e2064ac5744e62a6af9f6d3ea2d9712b44" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmTests/boolean.json b/VMTests/vmTests/boolean.json index e1a714239..6f7d0cb9b 100644 --- a/VMTests/vmTests/boolean.json +++ b/VMTests/vmTests/boolean.json @@ -2,8 +2,10 @@ "boolean" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", - "source" : "/src/VMTestsFiller/vmTests/booleanFiller.json" + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "source" : "src/VMTestsFiller/vmTests/booleanFiller.json", + "sourceHash" : "0f012cd048716cd82e48f12331903ff6bb09640bfdae7a8db160b36c3b434b71" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmTests/mktx.json b/VMTests/vmTests/mktx.json index 2e5f50920..037f63806 100644 --- a/VMTests/vmTests/mktx.json +++ b/VMTests/vmTests/mktx.json @@ -2,8 +2,10 @@ "mktx" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", - "source" : "/src/VMTestsFiller/vmTests/mktxFiller.json" + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "source" : "src/VMTestsFiller/vmTests/mktxFiller.json", + "sourceHash" : "54891c7e72cf6c38b63783d74856b5c17b3010ce20c0a340d7ff97c663fac3d3" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmTests/suicide.json b/VMTests/vmTests/suicide.json index 94fe8ec51..525784ff3 100644 --- a/VMTests/vmTests/suicide.json +++ b/VMTests/vmTests/suicide.json @@ -2,8 +2,10 @@ "suicide" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", - "source" : "/src/VMTestsFiller/vmTests/suicideFiller.json" + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "source" : "src/VMTestsFiller/vmTests/suicideFiller.json", + "sourceHash" : "bcf69cb48f1a86ef895a18400baf6e5df83c59bdfb421944dbf8cd3adfe246a1" }, "callcreates" : [ ], |