| Commit message (Expand) | Author | Age | Files | Lines |
* | add python fail | CJentzsch | 2015-01-19 | 1 | -0/+31 |
* | python fail callcode (insufficient balance) | CJentzsch | 2015-01-15 | 1 | -0/+53 |
* | add test with large data in callcreate | CJentzsch | 2015-01-15 | 1 | -0/+52 |
* | update vmSystemOperationsTest | CJentzsch | 2015-01-15 | 1 | -36/+52 |
* | added a inputLimits tests (46725 test cases) | CJentzsch | 2015-01-15 | 2 | -0/+2164765 |
* | re-add vmSystemOperationsTest | CJentzsch | 2015-01-15 | 1 | -0/+1926 |
* | python fail | CJentzsch | 2015-01-14 | 1 | -0/+54 |
* | cppjit failing on byte? | CJentzsch | 2015-01-14 | 4 | -0/+154 |
* | python fail | CJentzsch | 2015-01-14 | 2 | -0/+104 |
* | python fail | CJentzsch | 2015-01-14 | 2 | -0/+104 |
* | go create return different address | CJentzsch | 2015-01-14 | 1 | -0/+53 |
* | more cpp-jit fails | CJentzsch | 2015-01-14 | 5 | -0/+187 |
* | cppjit fail | CJentzsch | 2015-01-14 | 1 | -0/+46 |
* | cpp-jit fail | CJentzsch | 2015-01-14 | 1 | -0/+31 |
* | more failing tests | CJentzsch | 2015-01-13 | 2 | -0/+62 |
* | new cppjit failures | CJentzsch | 2015-01-13 | 2 | -0/+62 |
* | cppjit fail | CJentzsch | 2015-01-13 | 1 | -0/+31 |
* | first failing cppjit tests | CJentzsch | 2015-01-13 | 3 | -0/+93 |
* | python failures, blockhash, invalid jump, invalid opcode | CJentzsch | 2015-01-13 | 3 | -0/+115 |
* | call to precompiled contract and balance | CJentzsch | 2015-01-13 | 2 | -0/+100 |
* | addmod mulmod div by zero tests | CJentzsch | 2015-01-12 | 1 | -0/+220 |
* | remove wrong mulmod/addmod tests | CJentzsch | 2015-01-12 | 6 | -295/+0 |
* | ADDMOD and MULMOD divison by zero | CJentzsch | 2015-01-12 | 5 | -0/+241 |
* | MULMOD with modul 0 gives division by zero error | CJentzsch | 2015-01-12 | 1 | -0/+54 |
* | create should return 0 | CJentzsch | 2015-01-12 | 2 | -0/+94 |
* | create with high value should fail and return 0 | CJentzsch | 2015-01-12 | 1 | -0/+46 |
* | include invalid opcode 0x0c | CJentzsch | 2015-01-12 | 3 | -0/+93 |
* | jump outside code | CJentzsch | 2015-01-12 | 1 | -0/+31 |
* | CODECOPY with size larger than codesize | CJentzsch | 2015-01-12 | 2 | -0/+92 |
* | remove wrong tests | CJentzsch | 2015-01-10 | 2 | -62/+0 |
* | wrong memmory needed calculation for CREATE in cpp | CJentzsch | 2015-01-10 | 1 | -0/+31 |
* | return input offset | CJentzsch | 2015-01-10 | 1 | -0/+46 |
* | big offset zero size for create | CJentzsch | 2015-01-10 | 1 | -0/+31 |
* | big offset zero size for sha3 and return | CJentzsch | 2015-01-10 | 4 | -0/+184 |
* | LOG0 no mem expansion despite large offset | CJentzsch | 2015-01-09 | 1 | -0/+54 |
* | add blockhash vm tests | CJentzsch | 2015-01-09 | 1 | -0/+91 |
* | add random test which fail on go | CJentzsch | 2015-01-09 | 2 | -0/+93 |
* | failing python tests | CJentzsch | 2015-01-09 | 35 | -0/+1085 |
* | long jumpdest list | CJentzsch | 2015-01-08 | 1 | -0/+44 |
* | sdiv int256.min -1 | CJentzsch | 2015-01-08 | 1 | -0/+45 |
* | sdiv with negative fractional result | CJentzsch | 2015-01-08 | 1 | -0/+45 |
* | add valid jumpdest with jumpdest at beginning | CJentzsch | 2015-01-08 | 1 | -0/+45 |
* | more dynamic jump tests | CJentzsch | 2015-01-08 | 1 | -3/+1286 |
* | jump into push data is forbidden | CJentzsch | 2015-01-08 | 1 | -64/+0 |
* | jumpdests tests, OOG at max call depth, ... | CJentzsch | 2015-01-07 | 1 | -21/+995 |
* | check address input greater then 2**160 | CJentzsch | 2015-01-07 | 1 | -0/+367 |
* | zeroMemExpansionTests | CJentzsch | 2015-01-06 | 2 | -928/+128 |
* | more jumpdest test | CJentzsch | 2015-01-06 | 1 | -21/+922 |
* | added blockhash tests which return 0 | CJentzsch | 2015-01-06 | 1 | -28/+159 |
* | clear random tests due to protocol changes | CJentzsch | 2015-01-05 | 232 | -10466/+0 |
* | new jumpdest interpretation | CJentzsch | 2015-01-03 | 1 | -79/+0 |
* | added complete exp tests | CJentzsch | 2015-01-02 | 1 | -0/+3628 |
* | more init code, systemoperations and transaction tests | CJentzsch | 2015-01-02 | 1 | -1/+1 |
* | more random tests | CJentzsch | 2014-12-28 | 230 | -5/+10332 |
* | first failing random tests | CJentzsch | 2014-12-23 | 4 | -0/+185 |
* | transaction tests and refund tests | CJentzsch | 2014-12-18 | 1 | -147/+147 |
* | first random test | CJentzsch | 2014-12-12 | 1 | -0/+46 |
* | update gas prices | CJentzsch | 2014-12-12 | 1 | -1/+1 |
* | Log as array | CJentzsch | 2014-12-08 | 9 | -649/+740 |
* | add calldataload, codecopy, extcodecopy tests | CJentzsch | 2014-12-05 | 1 | -0/+176 |
* | add calldataload test | CJentzsch | 2014-12-04 | 1 | -0/+44 |
* | protocol update (CALLCODE <-> RETURN), topics in log are arrays not sets | CJentzsch | 2014-12-03 | 1 | -2/+39 |
* | vmEnvironmentalInfoTest CALLDATACOPY, CODECOPY, EXTCODECOPY fix | alon muroch | 2014-12-01 | 1 | -5/+5 |
* | vmArithmeticTest exp fix | alon muroch | 2014-12-01 | 1 | -7/+7 |
* | Removed log,post,out,gas,callcreates if exception occured | Christoph Jentzsch | 2014-11-21 | 4 | -330/+0 |
* | Added log sections in all vmtests + log tests | Christoph Jentzsch | 2014-11-19 | 9 | -0/+2772 |
* | new push32 test and renaming | Christoph Jentzsch | 2014-11-19 | 1 | -1/+43 |
* | fix ecrecover2 | Christoph Jentzsch | 2014-11-18 | 1 | -1/+1 |
* | rename tests since they are valid opcodes that exist | ethers | 2014-11-13 | 1 | -3/+3 |
* | jump to position outside code stops execution | Christoph Jentzsch | 2014-11-11 | 1 | -1/+1 |
* | Unintended Exceptions work like OOG | Christoph Jentzsch | 2014-11-11 | 2 | -7/+7 |
* | Updated SIGNEXTEND tests | Christoph Jentzsch | 2014-11-06 | 1 | -28/+35 |
* | Merge remote-tracking branch 'origin/develop' into develop | Christoph Jentzsch | 2014-11-06 | 1 | -55/+0 |
|\ |
|
| * | Delete vmNamecoin.json | Christoph Jentzsch | 2014-11-06 | 1 | -55/+0 |
* | | added dynamic jump out of code | Christoph Jentzsch | 2014-11-06 | 1 | -0/+42 |
|/ |
|
* | Update tests to latest protocol changes (PoC7) | Christoph Jentzsch | 2014-11-04 | 8 | -1170/+1377 |
* | Updated vmNamecoin.json to new sstore prices | Christoph Jentzsch | 2014-11-03 | 1 | -1/+1 |
* | removed systemoperationstests | Christoph Jentzsch | 2014-11-03 | 1 | -1924/+0 |
* | Restructered tests in folders in accordance to test suites | Christoph Jentzsch | 2014-11-03 | 10 | -0/+13762 |