Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | push test | CJentzsch | 2015-06-02 | 1 | -0/+89 |
| | |||||
* | add jumpi tests | CJentzsch | 2015-05-29 | 1 | -0/+72 |
| | |||||
* | add PC overflow for JUMP | CJentzsch | 2015-05-29 | 1 | -0/+72 |
| | |||||
* | add smod tests | CJentzsch | 2015-05-19 | 1 | -7/+478 |
| | |||||
* | remove wrong test | CJentzsch | 2015-05-11 | 2 | -0/+402569 |
| | |||||
* | update VM tests to new hex style | CJentzsch | 2015-04-28 | 10 | -2022/+1977 |
| | |||||
* | All fields as HEX | winsvega | 2015-04-10 | 11 | -7217/+7467 |
| | | | | State + VM tests | ||||
* | rm wrong tests | CJentzsch | 2015-04-08 | 2 | -1152515/+0 |
| | |||||
* | Pv59 changes | CJentzsch | 2015-03-24 | 1 | -9/+9 |
| | |||||
* | gas counter overflow | CJentzsch | 2015-03-23 | 1 | -0/+29 |
| | |||||
* | SDIV tests | CJentzsch | 2015-03-20 | 1 | -1/+286 |
| | |||||
* | add calldataload big offset test | CJentzsch | 2015-03-13 | 1 | -0/+44 |
| | |||||
* | add addmod test in order toc check that nothing get downcasted inbetween | CJentzsch | 2015-03-13 | 1 | -0/+45 |
| | |||||
* | dejavu issues | CJentzsch | 2015-03-13 | 3 | -3/+214 |
| | |||||
* | python fail | CJentzsch | 2015-03-12 | 1 | -0/+31 |
| | |||||
* | python fails - may be just wrong return value | CJentzsch | 2015-03-12 | 4 | -0/+124 |
| | |||||
* | add failing python test | CJentzsch | 2015-03-12 | 1 | -0/+46 |
| | |||||
* | python fails | CJentzsch | 2015-03-11 | 8 | -0/+308 |
| | |||||
* | python callcode fail | CJentzsch | 2015-03-11 | 1 | -0/+46 |
| | |||||
* | python big memory fail | CJentzsch | 2015-03-11 | 1 | -0/+46 |
| | |||||
* | renaming | CJentzsch | 2015-03-09 | 3 | -0/+0 |
| | |||||
* | vm input limit tests | CJentzsch | 2015-03-09 | 3 | -0/+2566146 |
| | |||||
* | remove deprecated tests | CJentzsch | 2015-03-09 | 1 | -134/+0 |
| | |||||
* | update blocktests - fix LLL in pre state | CJentzsch | 2015-03-09 | 2 | -459/+1156 |
| | |||||
* | adjust gas prices | CJentzsch | 2015-03-08 | 1 | -190/+346 |
| | |||||
* | add dajavi memory tests - OOG because of quadratic memory costs | CJentzsch | 2015-03-08 | 1 | -1/+233 |
| | |||||
* | add randomTest | Christoph Jentzsch | 2015-03-07 | 1 | -0/+46 |
| | |||||
* | add quadratic complexity and performance test | CJentzsch | 2015-03-06 | 1 | -0/+251 |
| | |||||
* | poc9 vm tests | CJentzsch | 2015-03-05 | 10 | -1144/+5145 |
| | |||||
* | add more vm tests | CJentzsch | 2015-03-04 | 4 | -12/+1146 |
| | |||||
* | Update VM tests. | Gav Wood | 2015-03-03 | 2 | -65/+221 |
| | |||||
* | fix jumpdest requirements | CJentzsch | 2015-03-03 | 1 | -0/+150 |
| | |||||
* | remove memory test | CJentzsch | 2015-03-03 | 1 | -134/+0 |
| | |||||
* | Remove unneeded tests. | Gav Wood | 2015-03-03 | 1 | -221/+0 |
| | |||||
* | Fix for tests. | Gav Wood | 2015-03-03 | 2 | -1/+1694 |
| | |||||
* | Test updates. | Gav Wood | 2015-03-03 | 2 | -3/+3 |
| | |||||
* | New tests. | Gav Wood | 2015-03-03 | 9 | -150/+150 |
| | |||||
* | rm failing tests | CJentzsch | 2015-03-02 | 109 | -2170319/+0 |
| | |||||
* | rm failing random tests | CJentzsch | 2015-03-02 | 12 | -566/+0 |
| | |||||
* | vmGasCostchanges | CJentzsch | 2015-03-02 | 12 | -6872/+314 |
| | |||||
* | more jump tests | CJentzsch | 2015-02-27 | 1 | -0/+103 |
| | |||||
* | add more addmod mulmod overflow tests | CJentzsch | 2015-02-27 | 1 | -0/+313 |
| | |||||
* | more mem tests - calldatacopy and return | CJentzsch | 2015-02-27 | 2 | -7/+271 |
| | |||||
* | adjust test for new mem rule | CJentzsch | 2015-02-26 | 1 | -0/+44 |
| | |||||
* | update to new quadratic memory cost rule | CJentzsch | 2015-02-26 | 2 | -11/+233 |
| | |||||
* | more Pawel tests | CJentzsch | 2015-02-25 | 1 | -0/+410 |
| | |||||
* | add Pawels tests | CJentzsch | 2015-02-25 | 4 | -0/+695 |
| | |||||
* | undo gasMemCostChange, add some state tests | CJentzsch | 2015-02-21 | 2 | -7/+38 |
| | |||||
* | memGasCost checks | CJentzsch | 2015-02-20 | 1 | -1/+361 |
| | |||||
* | python fail | CJentzsch | 2015-02-17 | 1 | -0/+31 |
| | |||||
* | cppjit fails | CJentzsch | 2015-02-16 | 4 | -0/+196 |
| | |||||
* | more performance tests | CJentzsch | 2015-02-16 | 1 | -5/+181 |
| | |||||
* | performance test | CJentzsch | 2015-02-13 | 1 | -0/+46 |
| | |||||
* | cppjit fails | CJentzsch | 2015-02-11 | 4 | -0/+155 |
| | |||||
* | undo changed due to memory gas cost rule | CJentzsch | 2015-02-10 | 1 | -361/+1 |
| | |||||
* | cppjit fail | CJentzsch | 2015-02-10 | 1 | -0/+46 |
| | |||||
* | more memory cost tests | CJentzsch | 2015-02-09 | 1 | -0/+360 |
| | |||||
* | update memory rule | CJentzsch | 2015-02-09 | 2 | -47/+1 |
| | |||||
* | gas failure cppjit | CJentzsch | 2015-02-08 | 1 | -0/+46 |
| | |||||
* | cppjit fails | CJentzsch | 2015-02-07 | 2 | -0/+104 |
| | |||||
* | sha3 performance test | CJentzsch | 2015-02-07 | 4 | -0/+168 |
| | |||||
* | cppjit wrong cmake config fail | CJentzsch | 2015-02-06 | 2 | -0/+92 |
| | |||||
* | remove false tests | CJentzsch | 2015-02-04 | 2 | -104/+0 |
| | |||||
* | python fail | CJentzsch | 2015-02-04 | 2 | -0/+104 |
| | |||||
* | goFail | CJentzsch | 2015-02-04 | 1 | -0/+59 |
| | |||||
* | cppjit fail | CJentzsch | 2015-02-03 | 1 | -0/+31 |
| | |||||
* | python fail | CJentzsch | 2015-01-23 | 1 | -0/+46 |
| | |||||
* | python fails | CJentzsch | 2015-01-23 | 2 | -0/+62 |
| | |||||
* | add python fail | CJentzsch | 2015-01-23 | 1 | -0/+46 |
| | |||||
* | cppjit fail | CJentzsch | 2015-01-23 | 1 | -0/+31 |
| | |||||
* | python fail | CJentzsch | 2015-01-23 | 1 | -0/+31 |
| | |||||
* | cppjit failure | CJentzsch | 2015-01-22 | 1 | -0/+31 |
| | |||||
* | failing python test | CJentzsch | 2015-01-22 | 1 | -0/+31 |
| | |||||
* | failing python test | CJentzsch | 2015-01-22 | 1 | -0/+46 |
| | |||||
* | more SHA3 tests, and random failing tests for python | CJentzsch | 2015-01-20 | 3 | -0/+120 |
| | |||||
* | 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 |