Dimitry
e8dae6ea35
Style
10 years ago
Dimitry
9512a38832
Remove NOBOOST, move createRandomTest to testeth --createRandomTest
10 years ago
Dimitry
fde97e186c
Error logs
10 years ago
Dimitry
7e300407df
Nice Error Report
10 years ago
Dimitry
101b8cda92
Coverage: tests
10 years ago
CJentzsch
0ac34822d7
update test to new Block/State refactoring - credit to winsvega and chriseth
10 years ago
Gav Wood
9f756124b0
First draft at splitting State.
Continuation of State split.
libethereum building again.
Compile fixes galore.
Remove a lot of code redundancy.
mix using new state/block classes
10 years ago
Gav Wood
5a05a8eaf2
Disable network test by default.
10 years ago
arkpar
374b1960f7
tests repared
10 years ago
subtly
3e5542cd95
Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown.
10 years ago
arkpar
3202427722
tests repared
10 years ago
Gav Wood
8031d76b89
Disable p2p tests.
10 years ago
Dimitry Khokhlov
829bcd0146
RLPTests: refactoring
10 years ago
CJentzsch
62672646ba
disbale dagcreaion during tests
10 years ago
Dimitry Khokhlov
8b8c385b01
FuzzTests: Boost exception
10 years ago
CJentzsch
032ebde3ec
avoid network tests when --nonetwork is set
10 years ago
CJentzsch
3169341b65
add network flag
10 years ago
Dimitry
2b16073d5b
FuzzTests: simple block test + NOBOOST flag
10 years ago
Dimitry
7db380d341
FuzzTests: blocktests (before merge)
10 years ago
Dimitry
5a0f990067
Fuzz Tests update
10 years ago
Dimitry
76a72769f4
FuzzTesting: VMTests + TransactionTests support
10 years ago
Dimitry
b72edc27d0
createRandomTest: State test
10 years ago
Dimitry
ec0e65d339
Random code: Exceptions and outut
10 years ago
Dimitry
3660c44336
FuzzTests: Boost Macro
10 years ago
Dimitry
b43c4f1145
Random test code
10 years ago
CJentzsch
fa69d6a529
optional wallet blockChain tests, beacuse it takes a while
10 years ago
Paweł Bylica
446abc57e5
testeth: fix --singletest option
10 years ago
Paweł Bylica
ad40e852bf
testeth: fix --singletest option
10 years ago
Paweł Bylica
346770def9
SmartVM: initial implementation
10 years ago
winsvega
43f34d3577
Solidity: cryptographic ecrecover test
10 years ago
winsvega
0a84827669
Specifing concrete test when filling testsuite
10 years ago
winsvega
0e758af143
BlockWeight: toCompactHex
refactoring
10 years ago
winsvega
39f5534578
BlockWeight: tests refactoring
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
winsvega
7d79d257d9
AllFieldsHex: State Tests
10 years ago
Gav Wood
cd4478e4cf
Various fixes for mining.
10 years ago
Gav Wood
2693659e56
Various fixes for mining.
10 years ago
winsvega
26257a191d
Check State
Style Changes
10 years ago
winsvega
97f3260b5a
Check State
Incomplete State Support
10 years ago
winsvega
b474139957
Check State
Refactoring
10 years ago
winsvega
ca8a48d9dc
Expect State Check
state and vmtests
10 years ago
winsvega
c476155cf1
State Test
Expected state check when filling test
10 years ago
Gav Wood
f2b56e7647
Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
10 years ago
Paweł Bylica
7ce4524ac0
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.
10 years ago
Marek Kotewicz
169ac0d4d0
ClientBase tests
10 years ago
Paweł Bylica
9b851e9359
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
10 years ago
Paweł Bylica
25fc91a9ca
testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
10 years ago
CJentzsch
8a6025ed8a
blockchain tests fixes
10 years ago
Lefteris Karapetsas
051fc0e772
style fixes in TestHelper.h
10 years ago
Lefteris Karapetsas
11bcdb2a73
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
10 years ago