diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 20:22:15 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 20:22:15 +0800 |
commit | 3930ca3a9a377107d5792b3e7202f79c688f1a67 (patch) | |
tree | 1f8944ce9c4964483539abe1ce2a40f5ec3e19be | |
parent | 014d370b5d5d0a807cc31a2fc3a8c5313ccd7ea4 (diff) | |
download | dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.gz dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.bz2 dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.lz dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.xz dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.zst dexon-3930ca3a9a377107d5792b3e7202f79c688f1a67.zip |
Restructered tests in folders in accordance to test suites
-rw-r--r-- | BasicTests/blockgenesistest.json (renamed from blockgenesistest.json) | 0 | ||||
-rw-r--r-- | BasicTests/genesishashestest.json (renamed from genesishashestest.json) | 0 | ||||
-rw-r--r-- | BasicTests/hexencodetest.json (renamed from hexencodetest.json) | 0 | ||||
-rw-r--r-- | BasicTests/keyaddrtest.json (renamed from keyaddrtest.json) | 0 | ||||
-rw-r--r-- | BasicTests/rlptest.json (renamed from rlptest.json) | 0 | ||||
-rw-r--r-- | BasicTests/txtest.json (renamed from txtest.json) | 0 | ||||
-rw-r--r-- | TrieTests/trietest.json (renamed from trietest.json) | 0 | ||||
-rw-r--r-- | TrieTests/trietestnextprev.json (renamed from trietestnextprev.json) | 0 | ||||
-rw-r--r-- | VMTests/vmArithmeticTest.json (renamed from vmtests/vmArithmeticTest.json) | 2 | ||||
-rw-r--r-- | VMTests/vmBitwiseLogicOperationTest.json (renamed from vmtests/vmBitwiseLogicOperationTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmBlockInfoTest.json (renamed from vmtests/vmBlockInfoTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmEnvironmentalInfoTest.json (renamed from vmtests/vmEnvironmentalInfoTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmIOandFlowOperationsTest.json (renamed from vmtests/vmIOandFlowOperationsTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmNamecoin.json (renamed from namecoin.json) | 0 | ||||
-rw-r--r-- | VMTests/vmPushDupSwapTest.json (renamed from vmtests/vmPushDupSwapTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmSha3Test.json (renamed from vmtests/vmSha3Test.json) | 0 | ||||
-rw-r--r-- | VMTests/vmSystemOperationsTest.json (renamed from vmtests/vmSystemOperationsTest.json) | 0 | ||||
-rw-r--r-- | VMTests/vmtests.json (renamed from vmtests/vmtests.json) | 0 | ||||
-rw-r--r-- | vmtests/random.json | 59 | ||||
-rw-r--r-- | vmtests/tmp.json | 0 |
20 files changed, 1 insertions, 60 deletions
diff --git a/blockgenesistest.json b/BasicTests/blockgenesistest.json index 8ad5590f1..8ad5590f1 100644 --- a/blockgenesistest.json +++ b/BasicTests/blockgenesistest.json diff --git a/genesishashestest.json b/BasicTests/genesishashestest.json index 083d0700e..083d0700e 100644 --- a/genesishashestest.json +++ b/BasicTests/genesishashestest.json diff --git a/hexencodetest.json b/BasicTests/hexencodetest.json index 26c5bc7ed..26c5bc7ed 100644 --- a/hexencodetest.json +++ b/BasicTests/hexencodetest.json diff --git a/keyaddrtest.json b/BasicTests/keyaddrtest.json index c65b2ae33..c65b2ae33 100644 --- a/keyaddrtest.json +++ b/BasicTests/keyaddrtest.json diff --git a/rlptest.json b/BasicTests/rlptest.json index 19adbb8e2..19adbb8e2 100644 --- a/rlptest.json +++ b/BasicTests/rlptest.json diff --git a/txtest.json b/BasicTests/txtest.json index 1261d0766..1261d0766 100644 --- a/txtest.json +++ b/BasicTests/txtest.json diff --git a/trietest.json b/TrieTests/trietest.json index 317429649..317429649 100644 --- a/trietest.json +++ b/TrieTests/trietest.json diff --git a/trietestnextprev.json b/TrieTests/trietestnextprev.json index f2ad924e3..f2ad924e3 100644 --- a/trietestnextprev.json +++ b/TrieTests/trietestnextprev.json diff --git a/vmtests/vmArithmeticTest.json b/VMTests/vmArithmeticTest.json index 7166016d8..0bb8322b1 100644 --- a/vmtests/vmArithmeticTest.json +++ b/VMTests/vmArithmeticTest.json @@ -3237,4 +3237,4 @@ } } } -}
\ No newline at end of file +} diff --git a/vmtests/vmBitwiseLogicOperationTest.json b/VMTests/vmBitwiseLogicOperationTest.json index 78a53f946..78a53f946 100644 --- a/vmtests/vmBitwiseLogicOperationTest.json +++ b/VMTests/vmBitwiseLogicOperationTest.json diff --git a/vmtests/vmBlockInfoTest.json b/VMTests/vmBlockInfoTest.json index 20a0b96f8..20a0b96f8 100644 --- a/vmtests/vmBlockInfoTest.json +++ b/VMTests/vmBlockInfoTest.json diff --git a/vmtests/vmEnvironmentalInfoTest.json b/VMTests/vmEnvironmentalInfoTest.json index 26340be6c..26340be6c 100644 --- a/vmtests/vmEnvironmentalInfoTest.json +++ b/VMTests/vmEnvironmentalInfoTest.json diff --git a/vmtests/vmIOandFlowOperationsTest.json b/VMTests/vmIOandFlowOperationsTest.json index b79c92268..b79c92268 100644 --- a/vmtests/vmIOandFlowOperationsTest.json +++ b/VMTests/vmIOandFlowOperationsTest.json diff --git a/namecoin.json b/VMTests/vmNamecoin.json index 64c2c550a..64c2c550a 100644 --- a/namecoin.json +++ b/VMTests/vmNamecoin.json diff --git a/vmtests/vmPushDupSwapTest.json b/VMTests/vmPushDupSwapTest.json index dfc395030..dfc395030 100644 --- a/vmtests/vmPushDupSwapTest.json +++ b/VMTests/vmPushDupSwapTest.json diff --git a/vmtests/vmSha3Test.json b/VMTests/vmSha3Test.json index da96c6e63..da96c6e63 100644 --- a/vmtests/vmSha3Test.json +++ b/VMTests/vmSha3Test.json diff --git a/vmtests/vmSystemOperationsTest.json b/VMTests/vmSystemOperationsTest.json index 65aab819f..65aab819f 100644 --- a/vmtests/vmSystemOperationsTest.json +++ b/VMTests/vmSystemOperationsTest.json diff --git a/vmtests/vmtests.json b/VMTests/vmtests.json index a8803992e..a8803992e 100644 --- a/vmtests/vmtests.json +++ b/VMTests/vmtests.json diff --git a/vmtests/random.json b/vmtests/random.json deleted file mode 100644 index 76248c85e..000000000 --- a/vmtests/random.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "random": { - "pre": { - "7d577a597b2742b498cb5cf0c26cdcd726d39e6e": { - "nonce": "0", - "balance": "1", - "storage": {}, - "code": "0x" - }, - "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { - "nonce": "0", - "balance": "2500000000000000000", - "storage": {}, - "code": "0x" - } - }, - "exec": { - "origin": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", - "code": "0x60f86363f011b260c16324413d44608e633688a34a6043637657ab003809060b0cff0aff00070f413041f234344542020f0043393104590c09325c13383458f137f0600845f205300a0d36030b35402011393635395454593a015940", - "value": "0", - "address": "7d577a597b2742b498cb5cf0c26cdcd726d39e6e", - "gas": "10000", - "caller": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", - "data": "0x604e63f12f6b0c60426319bcb28060986330a233e8604463265e809d0104600a3af0f10ff10d0c1336114408583a33f05135410160540f524057201313440d585513f25c54115c433a0d37045a5212094109f10108125c35100f535a", - "gasPrice": "1000000000000" - }, - "callcreates": [], - "gas": "9987", - "env": { - "currentTimestamp": "1405320512", - "currentGasLimit": "999023", - "previousHash": "112a6e7995fcb66376f44e52f011c38d328a9ed3a1dac6eebb1376fccd055fad", - "currentCoinbase": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1", - "currentDifficulty": "4190208", - "currentNumber": "1" - }, - "post": { - "0000000000000000000000000000000000000001": { - "nonce": "0", - "balance": "1", - "storage": {}, - "code": "0x" - }, - "7d577a597b2742b498cb5cf0c26cdcd726d39e6e": { - "nonce": "0", - "balance": "0", - "storage": {}, - "code": "0x" - }, - "82a978b3f5962a5b0957d9ee9eef472ee55b42f1": { - "nonce": "0", - "balance": "2500000000000000000", - "storage": {}, - "code": "0x" - } - }, - "out": "0x" - } -} diff --git a/vmtests/tmp.json b/vmtests/tmp.json deleted file mode 100644 index e69de29bb..000000000 --- a/vmtests/tmp.json +++ /dev/null |