aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
Commit message (Collapse)AuthorAgeFilesLines
* avoid network tests when --nonetwork is setCJentzsch2015-06-181-1/+2
|
* add network flagCJentzsch2015-06-181-0/+1
|
* FuzzTests: simple block test + NOBOOST flagDimitry2015-06-171-2/+1
|
* FuzzTests: blocktests (before merge)Dimitry2015-06-171-0/+1
|
* Fuzz Tests updateDimitry2015-06-171-1/+1
|
* FuzzTesting: VMTests + TransactionTests supportDimitry2015-06-171-2/+11
|
* createRandomTest: State testDimitry2015-06-171-0/+1
|
* Random code: Exceptions and oututDimitry2015-06-171-4/+4
|
* FuzzTests: Boost MacroDimitry2015-06-171-0/+16
|
* Random test codeDimitry2015-06-011-0/+1
|
* Merge pull request #1854 from CJentzsch/optionalWalletTestsGav Wood2015-05-131-0/+1
|\ | | | | optional wallet blockChain tests, because it takes a while
| * optional wallet blockChain tests, beacuse it takes a whileCJentzsch2015-05-111-0/+1
| |
* | Merge pull request #1829 from imapp-pl/pr/fix_singletest_optionGav Wood2015-05-131-1/+2
|\ \ | | | | | | testeth: fix --singletest option
| * | testeth: fix --singletest optionPaweł Bylica2015-05-081-1/+2
| |/
* | Merge pull request #1808 from imapp-pl/pr/evmjitGav Wood2015-05-121-1/+0
|\ \ | |/ |/| Smart VM
| * SmartVM: initial implementationPaweł Bylica2015-05-061-1/+0
| |
* | Solidity: cryptographic ecrecover testwinsvega2015-05-051-2/+2
| |
* | Specifing concrete test when filling testsuitewinsvega2015-05-051-0/+2
|/
* BlockWeight: toCompactHexwinsvega2015-04-241-7/+0
| | | | refactoring
* BlockWeight: tests refactoringwinsvega2015-04-241-0/+8
|
* Restructure test foldersCJentzsch2015-04-211-1/+2
|
* AllFieldsHex: State Testswinsvega2015-04-161-0/+1
|
* Various fixes for mining.Gav Wood2015-04-141-2/+3
|
* Check Statewinsvega2015-04-081-4/+2
| | | | Style Changes
* Check Statewinsvega2015-04-081-0/+14
| | | | Incomplete State Support
* Check Statewinsvega2015-04-081-1/+2
| | | | Refactoring
* Expect State Checkwinsvega2015-04-081-3/+2
| | | | state and vmtests
* State Testwinsvega2015-04-081-0/+2
| | | | Expected state check when filling test
* Move hash to a hidden function, and provide a datapath to it so avoidGav Wood2015-04-061-1/+1
| | | | unneeded SHA3s.
* Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-311-1/+1
|\
| * ClientBase testsMarek Kotewicz2015-03-251-1/+1
| |
* | Test execution stats improvementsPaweł Bylica2015-03-251-1/+3
|/ | | | | | | | --stats can have optional values: --stats=out prints all test timings to standard output, --stats=<filename> prints all test timings to a file in tab-separated format. Stats are now kept in vector to allow duplicated values.
* Stats for testethPaweł Bylica2015-03-141-1/+29
| | | | | | Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full. Closes ethereum/cpp-ethereum#1285
* testeth: optional VM tracing (--vmtrace), command line options refactoring.Paweł Bylica2015-03-121-1/+26
| | | | Closes ethereum/cpp-ethereum#1280
* 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