aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #796 from CJentzsch/randomTestEfficiencyGav Wood2015-01-141-7/+15
|\ | | | | Random test efficiency
| * less invalid opcode testsCJentzsch2015-01-141-1/+1
| |
| * more randomness in the optimizationsCJentzsch2015-01-141-3/+3
| |
| * random test optimizationCJentzsch2015-01-131-1/+1
| |
| * reinclude invalid opcode in random testsCJentzsch2015-01-131-3/+3
| |
| * rests current gas limit in vm testCJentzsch2015-01-121-2/+2
| |
| * start with block info opcodesCJentzsch2015-01-121-7/+15
| |
* | check test with JIT for random test simulationsCJentzsch2015-01-131-0/+2
|/
* Merge remote-tracking branch 'origin/vm' into develop-evmccPaweł Bylica2014-12-111-9/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethereum/Executive.cpp libethereum/Executive.h libethereum/State.cpp libevm/VM.cpp libevm/VM.h libevm/VMFace.h test/createRandomTest.cpp test/vm.cpp windows/LibEthereum.vcxproj.filters
| * VMFactory - a new way of creating VMsPaweł Bylica2014-12-111-4/+4
| |
| * state log testsCJentzsch2014-12-061-1/+1
| |
* | Fix random test generatorPaweł Bylica2014-12-051-13/+16
|/
* updated createRandomTest to correct exception behaviorCJentzsch2014-12-021-9/+16
|
* All unintended VM exceptions work like OOG in testsChristoph Jentzsch2014-11-111-1/+8
|
* styleChristoph Jentzsch2014-11-071-1/+1
|
* Merge remote-tracking branch 'upstream/develop' into StateBugChristoph Jentzsch2014-11-071-1/+1
|\
| * Moved instructions and assembly to new libevmcore.Christian2014-11-061-1/+1
| |
* | Fix ABAcalls OOG bugChristoph Jentzsch2014-11-041-2/+2
|/
* Change output of random test to std::out instead of fileChristoph Jentzsch2014-10-211-15/+3
|
* Random test optimizationsChristoph Jentzsch2014-10-211-13/+54
|
* In this house, we use std::chrono!Gav Wood2014-10-191-3/+3
| | | | Fix #395.
* Style fix.Gav Wood2014-10-181-2/+0
|
* style fixChristoph Jentzsch2014-10-151-1/+1
|
* Added random test createrChristoph Jentzsch2014-10-141-0/+154