CJentzsch
8b7ec057f4
remove eth_solidity dependency for statetests
10 years ago
Paweł Bylica
446abc57e5
testeth: fix --singletest option
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
winsvega
65f53a5f28
singletest when refill
Solidity Contract Inheritance Test
10 years ago
winsvega
43f34d3577
Solidity: cryptographic ecrecover test
10 years ago
winsvega
0a84827669
Specifing concrete test when filling testsuite
10 years ago
CJentzsch
adf244188d
add wallet test
10 years ago
winsvega
32f38eb207
blockweight: allfields to compact Hex fix
10 years ago
chriseth
69db1c7181
Removed (and added) some #ifs (but removed more than I added).
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
Paweł Bylica
7226fe23aa
Change instruction scheduler
Try different instruction scheduler in LLVM, other crashes sometimes.
Also parse command line options properly for random tests.
10 years ago
winsvega
b474139957
Check State
Refactoring
10 years ago
Gav Wood
6b05b8d9ff
Refactored much of transaction queue for tidiness and optimisation.
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
Gav Wood
1619d230c3
Extensive pathway for reporting transaction execution results.
10 years ago
Paweł Bylica
19fb5d9865
Prettify VM and State test outputs
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
0fa604edd8
add check random state test for jit
10 years ago
CJentzsch
d65fcc8687
add callCreateCallCode test file
10 years ago
CJentzsch
59ba467f86
add quadratic complexity tests
10 years ago
CJentzsch
1732bd2965
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
d8470e50ed
state rebase.
10 years ago
CJentzsch
6dad9826a3
add memory tests
10 years ago
CJentzsch
2608572e67
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
d6c89e465f
add memory tests
10 years ago
CJentzsch
3f62b787aa
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
6ec4881934
add quadratic complexity tests
10 years ago
CJentzsch
3eb2ad3593
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
179c5dffde
state rebase.
10 years ago
CJentzsch
d19b50d6e6
add memory tests
10 years ago
CJentzsch
b24ea8badc
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
472f15effe
add memory tests
10 years ago
CJentzsch
e7fae29713
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
689d13e0ac
add quadratic complexity tests
10 years ago
CJentzsch
182cc1fc41
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
36b8a2788d
state rebase.
10 years ago
CJentzsch
ecc6d2dd21
add memory tests
10 years ago
CJentzsch
8917d43fd4
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
9a2d9684e3
add memory tests
10 years ago
CJentzsch
9bed576fe8
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
577b7dc9af
add quadratic complexity tests
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
3e7e391b57
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
10 years ago
CJentzsch
b0efa82daa
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
83952acf0e
state rebase.
10 years ago
CJentzsch
91d31a94dc
add memory tests
10 years ago
CJentzsch
e6e0f13e2f
only check rootHash of state if FATDB is off
10 years ago