Merge pull request #31 from CJentzsch/develop

Restructered tests in folders in accordance to test suites
pull/426/head
Christoph Jentzsch 10 years ago
commit 1c1ba8d161
  1. 0
      BasicTests/blockgenesistest.json
  2. 0
      BasicTests/genesishashestest.json
  3. 0
      BasicTests/hexencodetest.json
  4. 0
      BasicTests/keyaddrtest.json
  5. 0
      BasicTests/rlptest.json
  6. 0
      BasicTests/txtest.json
  7. 62
      StateTests/stExample.json
  8. 0
      TrieTests/trietest.json
  9. 0
      TrieTests/trietestnextprev.json
  10. 0
      VMTests/vmArithmeticTest.json
  11. 0
      VMTests/vmBitwiseLogicOperationTest.json
  12. 0
      VMTests/vmBlockInfoTest.json
  13. 0
      VMTests/vmEnvironmentalInfoTest.json
  14. 0
      VMTests/vmIOandFlowOperationsTest.json
  15. 2
      VMTests/vmNamecoin.json
  16. 0
      VMTests/vmPushDupSwapTest.json
  17. 0
      VMTests/vmSha3Test.json
  18. 0
      VMTests/vmtests.json
  19. 59
      vmtests/random.json
  20. 0
      vmtests/tmp.json
  21. 1924
      vmtests/vmSystemOperationsTest.json

@ -0,0 +1,62 @@
{
"add11" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "256",
"currentGasLimit" : "1000000",
"currentNumber" : "0",
"currentTimestamp" : 1,
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"out" : "0x",
"post" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000100000",
"code" : "0x6001600101600057",
"nonce" : "0",
"storage" : {
"0x" : "0x02"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "804",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "999999999999899196",
"code" : "0x",
"nonce" : "1",
"storage" : {
}
}
},
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1000000000000000000",
"code" : "0x6001600101600057",
"nonce" : 0,
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "1000000000000000000",
"code" : "",
"nonce" : 0,
"storage" : {
}
}
},
"transaction" : {
"data" : "",
"gasLimit" : "10000",
"gasPrice" : "1",
"nonce" : "0",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
"to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
"value" : "100000"
}
}
}

@ -25,7 +25,7 @@
"gasPrice": "1000000000000"
},
"callcreates": [],
"gas": "9763",
"gas": "9663",
"env": {
"currentTimestamp": "1405282164",
"currentGasLimit": "999023",

@ -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"
}
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save