aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsobscuren2014-12-101-172/+1
|
* Removed mutan. Closes #183obscuren2014-12-051-11/+4
|
* Convert vm test to checkerTaylor Gerring2014-11-171-183/+175
| | | | Tests are skipped due to reliance on deprecated mutan
* try to get full coverage report on travisTaylor Gerring2014-11-151-179/+179
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-7/+7
|
* Added VM testing toolobscuren2014-11-101-0/+18
|
* chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
| | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
* all: fix rename breakageFelix Lange2014-11-011-17/+17
|
* vm: fix basic VM testsFelix Lange2014-10-301-19/+35
| | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug.
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-5/+5
| | | | mist, etheruem have been moved to cmd/
* Moved ethvm => vmobscuren2014-10-181-0/+155