Commit Graph

73 Commits

Author SHA1 Message Date
subtly
3b2fe59a07 Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown. 2015-07-19 05:55:43 -04:00
Gav Wood
f66eabed76 Disable p2p tests. 2015-07-15 17:50:56 +02:00
Dimitry Khokhlov
0ca5e4aca1 RLPTests: refactoring 2015-07-13 12:30:03 +04:00
CJentzsch
e4947b5619 disbale dagcreaion during tests 2015-06-23 23:01:32 +02:00
Dimitry Khokhlov
2bdf36ef27 FuzzTests: Boost exception 2015-06-22 19:50:59 +04:00
CJentzsch
ba65702982 avoid network tests when --nonetwork is set 2015-06-18 12:31:58 +02:00
CJentzsch
e325f33856 add network flag 2015-06-18 08:00:16 +02:00
Dimitry
1a88eaa6bd FuzzTests: simple block test + NOBOOST flag 2015-06-17 18:31:14 +03:00
Dimitry
9db2beacc2 FuzzTests: blocktests (before merge) 2015-06-17 17:01:31 +03:00
Dimitry
d3019d9922 Fuzz Tests update 2015-06-17 17:01:31 +03:00
Dimitry
82a61176dd FuzzTesting: VMTests + TransactionTests support 2015-06-17 17:01:31 +03:00
Dimitry
587819dd3c createRandomTest: State test 2015-06-17 17:01:31 +03:00
Dimitry
9db627471f Random code: Exceptions and outut 2015-06-17 17:01:31 +03:00
Dimitry
c787fa8dec FuzzTests: Boost Macro 2015-06-17 17:01:31 +03:00
Dimitry
5cfec260f7 Random test code 2015-06-01 18:11:25 +03:00
Gav Wood
021f20a640 Merge pull request #1854 from CJentzsch/optionalWalletTests
optional wallet blockChain tests, because it takes a while
2015-05-13 18:37:45 +03:00
Gav Wood
c600607eae Merge pull request #1829 from imapp-pl/pr/fix_singletest_option
testeth: fix --singletest option
2015-05-13 00:55:03 +03:00
Gav Wood
ae14cb9647 Merge pull request #1808 from imapp-pl/pr/evmjit
Smart VM
2015-05-12 12:10:39 +03:00
CJentzsch
2add2a4de9 optional wallet blockChain tests, beacuse it takes a while 2015-05-11 10:11:36 +02:00
Paweł Bylica
f7109717ed testeth: fix --singletest option 2015-05-08 11:00:53 +02:00
Paweł Bylica
b9a722223a SmartVM: initial implementation 2015-05-06 13:18:52 +02:00
winsvega
ce40f285f3 Solidity: cryptographic ecrecover test 2015-05-05 18:15:26 +03:00
winsvega
d2457abb98 Specifing concrete test when filling testsuite 2015-05-05 16:46:01 +03:00
winsvega
5d35f71350 BlockWeight: toCompactHex
refactoring
2015-04-24 16:03:14 +03:00
winsvega
bd08a2bbe2 BlockWeight: tests refactoring 2015-04-24 16:03:14 +03:00
CJentzsch
b2adcf3bf3 Restructure test folders 2015-04-20 22:48:53 +02:00
winsvega
bfa1e9b7b9 AllFieldsHex: State Tests 2015-04-16 16:46:40 +03:00
Gav Wood
efdd3790a0 Various fixes for mining. 2015-04-14 12:56:58 +02:00
winsvega
923e452846 Check State
Style Changes
2015-04-07 21:32:32 +03:00
winsvega
adba4fb9a1 Check State
Incomplete State Support
2015-04-07 21:32:32 +03:00
winsvega
b0c8babf0e Check State
Refactoring
2015-04-07 21:32:32 +03:00
winsvega
bfc4d2eceb Expect State Check
state and vmtests
2015-04-07 21:32:31 +03:00
winsvega
a14cada9dd State Test
Expected state check when filling test
2015-04-07 21:32:31 +03:00
Gav Wood
0dc70c63a9 Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
2015-04-05 21:08:22 +02:00
Paweł Bylica
7fb437d0da Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-31 11:44:00 +02:00
Paweł Bylica
f07089ffa3 Test execution stats improvements
--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.
2015-03-25 12:13:44 +01:00
Marek Kotewicz
94e4f410e9 ClientBase tests 2015-03-25 10:59:46 +01:00
Paweł Bylica
31db4fbde8 Stats for testeth
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
2015-03-14 00:18:52 +01:00
Paweł Bylica
e18c7b99cb testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
2015-03-12 12:01:12 +01:00
CJentzsch
f0a216943f blockchain tests fixes 2015-03-10 17:51:08 +01:00
Lefteris Karapetsas
d586a88f3c style fixes in TestHelper.h 2015-03-09 13:06:16 +01:00
Lefteris Karapetsas
3efbe46a49 Improving ETH_TEST() exceptions
- 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
2015-03-09 12:27:30 +01:00
Lefteris Karapetsas
e2c01948f4 Style fixes and better exception message format 2015-03-06 14:40:46 +01:00
Lefteris Karapetsas
79bbe1e5d8 Move ETH_TEST() Macros to TestHelper.h
- Also use them in Solidity Parser
2015-03-06 14:37:20 +01:00
CJentzsch
983514a42a remove genesis state from state tests
Conflicts:
	test/state.cpp
2015-03-06 12:45:25 +01:00
jhuntley
e229b5d291 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 2015-03-04 11:18:32 -05:00
jhuntley
5ae585f7cf asio.h and windows.h build comments as per request. 2015-03-04 11:17:46 -05:00
jhuntley
b6b80b0200 Avoid boost include order issue on windows:
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.
2015-03-04 11:17:46 -05:00
winsvega
b5693332fb Transaction Tests
missing TestHelper.h file
2015-03-03 20:12:17 +03:00
CJentzsch
3fae0daed9 remove unnecessary function 2015-02-16 12:23:08 +01:00