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
Lefteris Karapetsas
5ec74209fa
Style fixes and better exception message format
10 years ago
Lefteris Karapetsas
cc653ffbbb
Move ETH_TEST() Macros to TestHelper.h
- Also use them in Solidity Parser
10 years ago
CJentzsch
3eb2ad3593
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
CJentzsch
182cc1fc41
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
jhuntley
6d62e3ab26
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.
10 years ago
jhuntley
0bf7d15a57
asio.h and windows.h build comments as per request.
10 years ago
jhuntley
f7508dfc8a
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.
10 years ago
winsvega
0c16c19a1f
Transaction Tests
missing TestHelper.h file
10 years ago
CJentzsch
b0efa82daa
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
CJentzsch
bc54b1e5ba
remove unnecessary function
10 years ago
CJentzsch
3ab33165f4
check transactions
10 years ago
Gav Wood
ea043668b4
Test stuff into cpp from header.
Additional debug stuff in cmake.
10 years ago
winsvega
ce3638f75d
Test related
Constant in TestHelper.h
Exception in TestHelper.h
10 years ago
CJentzsch
6a8c6cba61
start with test defined genesis block
10 years ago
CJentzsch
7d03f7be2e
create block from transaction with genesis block as parent
10 years ago
winsvega
457e205d7e
style changes
10 years ago
winsvega
796c7468ee
Transaction Tests
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
10 years ago
CJentzsch
165c33395e
fix callcreates imoport
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago
Paweł Bylica
de2c793eff
Add "--jit" option to State tests
10 years ago
CJentzsch
38454cc08f
state log tests
10 years ago
CJentzsch
c4138a5ad4
added logs to state tests
10 years ago
Christoph Jentzsch
946f7d3d85
Add Log tests
10 years ago
Marek Kotewicz
6cc9e6952e
merge
10 years ago
Christoph Jentzsch
f495a58848
build fix
10 years ago
Christoph Jentzsch
54a73cbb0c
added generic userDefinedTest function
10 years ago
Christoph Jentzsch
fb9aeba3a3
Clean up state tests
10 years ago
Christoph Jentzsch
9d035eb317
style
10 years ago
Christoph Jentzsch
8dcf6635ac
style
10 years ago
Christoph Jentzsch
be3ccd3444
Clean up and organize tests + state class tests
10 years ago