aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
Commit message (Collapse)AuthorAgeFilesLines
* blockchain tests fixesCJentzsch2015-03-111-0/+8
|
* style fixes in TestHelper.hLefteris Karapetsas2015-03-091-6/+6
|
* Improving ETH_TEST() exceptionsLefteris Karapetsas2015-03-091-12/+28
| | | | | | | | | | - Properly printing fail check/require message same way as BOOST implementation does - Also add a Test Pass Checkpoint call to be sure the last checkpoint is reported properly - Catch any sort of exception in the no throw
* Style fixes and better exception message formatLefteris Karapetsas2015-03-061-6/+8
|
* Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-061-0/+35
| | | | - Also use them in Solidity Parser
* remove genesis state from state testsCJentzsch2015-03-061-2/+1
| | | | | Conflicts: test/state.cpp
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-2/+0
| | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
* asio.h and windows.h build comments as per request.jhuntley2015-03-051-0/+3
|
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
| | | | | | | http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859 Make sure boost/asio.hpp is included before windows.h.
* Transaction Testswinsvega2015-03-041-1/+1
| | | | missing TestHelper.h file
* remove unnecessary functionCJentzsch2015-02-161-1/+0
|
* check transactionsCJentzsch2015-02-111-1/+1
|
* start with test defined genesis blockCJentzsch2015-02-101-1/+2
|
* create block from transaction with genesis block as parentCJentzsch2015-02-071-0/+1
|
* style changeswinsvega2015-01-241-1/+1
|
* Merge remote-tracking branch 'ethereum/develop' into developwinsvega2015-01-231-0/+3
|\
| * fix callcreates imoportCJentzsch2015-01-131-0/+2
| |
| * add blockhash test fo vm testsCJentzsch2015-01-091-0/+1
| |
* | Transaction Testswinsvega2015-01-221-0/+1
|/ | | | | | | | | | | | | | transaction tests Transaction Test Work In Progress transaction test work in progress work in progress. check for transaction is valid Transaction Tests Work In Progress compiler error fix
* Add "--jit" option to State testsPaweł Bylica2014-12-121-0/+1
|
* state log testsCJentzsch2014-12-061-2/+2
|
* added logs to state testsCJentzsch2014-12-021-0/+2
|
* Add Log testsChristoph Jentzsch2014-11-191-0/+2
|
* build fixChristoph Jentzsch2014-11-111-1/+1
|
* added generic userDefinedTest functionChristoph Jentzsch2014-11-111-0/+1
|
* Clean up state testsChristoph Jentzsch2014-11-071-1/+0
|
* styleChristoph Jentzsch2014-11-061-3/+3
|
* styleChristoph Jentzsch2014-11-041-10/+0
|
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-17/+34
|
* Clean up FakeExtVM - move to state testsChristoph Jentzsch2014-10-311-2/+6
|
* Restructure state tests. Remove FakeStateClassChristoph Jentzsch2014-10-301-0/+44
|
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-0/+5
|
* Added new transaction tests for checking miner feesMarko Simovic2014-04-031-0/+1
|
* Updated to add a simple forking testMarko Simovic2014-03-261-0/+29