Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid network tests when --nonetwork is set | CJentzsch | 2015-06-18 | 1 | -1/+2 |
| | |||||
* | add network flag | CJentzsch | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | FuzzTests: simple block test + NOBOOST flag | Dimitry | 2015-06-17 | 1 | -2/+1 |
| | |||||
* | FuzzTests: blocktests (before merge) | Dimitry | 2015-06-17 | 1 | -0/+1 |
| | |||||
* | Fuzz Tests update | Dimitry | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | FuzzTesting: VMTests + TransactionTests support | Dimitry | 2015-06-17 | 1 | -2/+11 |
| | |||||
* | createRandomTest: State test | Dimitry | 2015-06-17 | 1 | -0/+1 |
| | |||||
* | Random code: Exceptions and outut | Dimitry | 2015-06-17 | 1 | -4/+4 |
| | |||||
* | FuzzTests: Boost Macro | Dimitry | 2015-06-17 | 1 | -0/+16 |
| | |||||
* | Random test code | Dimitry | 2015-06-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1854 from CJentzsch/optionalWalletTests | Gav Wood | 2015-05-13 | 1 | -0/+1 |
|\ | | | | | optional wallet blockChain tests, because it takes a while | ||||
| * | optional wallet blockChain tests, beacuse it takes a while | CJentzsch | 2015-05-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1829 from imapp-pl/pr/fix_singletest_option | Gav Wood | 2015-05-13 | 1 | -1/+2 |
|\ \ | | | | | | | testeth: fix --singletest option | ||||
| * | | testeth: fix --singletest option | Paweł Bylica | 2015-05-08 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #1808 from imapp-pl/pr/evmjit | Gav Wood | 2015-05-12 | 1 | -1/+0 |
|\ \ | |/ |/| | Smart VM | ||||
| * | SmartVM: initial implementation | Paweł Bylica | 2015-05-06 | 1 | -1/+0 |
| | | |||||
* | | Solidity: cryptographic ecrecover test | winsvega | 2015-05-05 | 1 | -2/+2 |
| | | |||||
* | | Specifing concrete test when filling testsuite | winsvega | 2015-05-05 | 1 | -0/+2 |
|/ | |||||
* | BlockWeight: toCompactHex | winsvega | 2015-04-24 | 1 | -7/+0 |
| | | | | refactoring | ||||
* | BlockWeight: tests refactoring | winsvega | 2015-04-24 | 1 | -0/+8 |
| | |||||
* | Restructure test folders | CJentzsch | 2015-04-21 | 1 | -1/+2 |
| | |||||
* | AllFieldsHex: State Tests | winsvega | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Various fixes for mining. | Gav Wood | 2015-04-14 | 1 | -2/+3 |
| | |||||
* | Check State | winsvega | 2015-04-08 | 1 | -4/+2 |
| | | | | Style Changes | ||||
* | Check State | winsvega | 2015-04-08 | 1 | -0/+14 |
| | | | | Incomplete State Support | ||||
* | Check State | winsvega | 2015-04-08 | 1 | -1/+2 |
| | | | | Refactoring | ||||
* | Expect State Check | winsvega | 2015-04-08 | 1 | -3/+2 |
| | | | | state and vmtests | ||||
* | State Test | winsvega | 2015-04-08 | 1 | -0/+2 |
| | | | | Expected state check when filling test | ||||
* | Move hash to a hidden function, and provide a datapath to it so avoid | Gav Wood | 2015-04-06 | 1 | -1/+1 |
| | | | | unneeded SHA3s. | ||||
* | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-31 | 1 | -1/+1 |
|\ | |||||
| * | ClientBase tests | Marek Kotewicz | 2015-03-25 | 1 | -1/+1 |
| | | |||||
* | | Test execution stats improvements | Paweł Bylica | 2015-03-25 | 1 | -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 testeth | Paweł Bylica | 2015-03-14 | 1 | -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ł Bylica | 2015-03-12 | 1 | -1/+26 |
| | | | | Closes ethereum/cpp-ethereum#1280 | ||||
* | blockchain tests fixes | CJentzsch | 2015-03-11 | 1 | -0/+8 |
| | |||||
* | style fixes in TestHelper.h | Lefteris Karapetsas | 2015-03-09 | 1 | -6/+6 |
| | |||||
* | Improving ETH_TEST() exceptions | Lefteris Karapetsas | 2015-03-09 | 1 | -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 format | Lefteris Karapetsas | 2015-03-06 | 1 | -6/+8 |
| | |||||
* | Move ETH_TEST() Macros to TestHelper.h | Lefteris Karapetsas | 2015-03-06 | 1 | -0/+35 |
| | | | | - Also use them in Solidity Parser | ||||
* | remove genesis state from state tests | CJentzsch | 2015-03-06 | 1 | -2/+1 |
| | | | | | Conflicts: test/state.cpp | ||||
* | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵ | jhuntley | 2015-03-05 | 1 | -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. | jhuntley | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | Avoid boost include order issue on windows: | jhuntley | 2015-03-05 | 1 | -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 Tests | winsvega | 2015-03-04 | 1 | -1/+1 |
| | | | | missing TestHelper.h file | ||||
* | remove unnecessary function | CJentzsch | 2015-02-16 | 1 | -1/+0 |
| | |||||
* | check transactions | CJentzsch | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | start with test defined genesis block | CJentzsch | 2015-02-10 | 1 | -1/+2 |
| | |||||
* | create block from transaction with genesis block as parent | CJentzsch | 2015-02-07 | 1 | -0/+1 |
| | |||||
* | style changes | winsvega | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into develop | winsvega | 2015-01-23 | 1 | -0/+3 |
|\ | |||||
| * | fix callcreates imoport | CJentzsch | 2015-01-13 | 1 | -0/+2 |
| | | |||||
| * | add blockhash test fo vm tests | CJentzsch | 2015-01-09 | 1 | -0/+1 |
| | | |||||
* | | Transaction Tests | winsvega | 2015-01-22 | 1 | -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 tests | Paweł Bylica | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | state log tests | CJentzsch | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | added logs to state tests | CJentzsch | 2014-12-02 | 1 | -0/+2 |
| | |||||
* | Add Log tests | Christoph Jentzsch | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | build fix | Christoph Jentzsch | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | added generic userDefinedTest function | Christoph Jentzsch | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | Clean up state tests | Christoph Jentzsch | 2014-11-07 | 1 | -1/+0 |
| | |||||
* | style | Christoph Jentzsch | 2014-11-06 | 1 | -3/+3 |
| | |||||
* | style | Christoph Jentzsch | 2014-11-04 | 1 | -10/+0 |
| | |||||
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -17/+34 |
| | |||||
* | Clean up FakeExtVM - move to state tests | Christoph Jentzsch | 2014-10-31 | 1 | -2/+6 |
| | |||||
* | Restructure state tests. Remove FakeStateClass | Christoph Jentzsch | 2014-10-30 | 1 | -0/+44 |
| | |||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -0/+5 |
| | |||||
* | Added new transaction tests for checking miner fees | Marko Simovic | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | Updated to add a simple forking test | Marko Simovic | 2014-03-26 | 1 | -0/+29 |