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
faf3e14714
Check State
Style + Rebase
10 years ago
winsvega
b738f0c857
Check State
vmArithmeticTestFiller, memory test fix
10 years ago
winsvega
b474139957
Check State
Refactoring
10 years ago
winsvega
ca8a48d9dc
Expect State Check
state and vmtests
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
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
d44f09c9ec
add input limit tests
10 years ago
CJentzsch
79c336403a
blockchain tests
Conflicts:
test/block.cpp
10 years ago
CJentzsch
3bcd6dfda0
blockchain tests
Conflicts:
test/block.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
CJentzsch
7877356510
blockchain tests
Conflicts:
test/block.cpp
10 years ago
winsvega
3e7e391b57
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
10 years ago
CJentzsch
a5a4d36fd1
add --all flag for time consuming tests
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
CJentzsch
6107f678d8
style - auto
10 years ago
CJentzsch
f5022ee58f
use auto for steady clock and chrono::milliseconds
10 years ago
CJentzsch
483ce3a2ea
performance test
10 years ago
CJentzsch
1b1be69317
included vmInpulLimit Tests, updated vmSystemOperationTests
10 years ago
CJentzsch
3d01e66c1d
replace BOOST_REQUIRE with assert, because it is used outside the boost test framework
10 years ago
CJentzsch
165c33395e
fix callcreates imoport
10 years ago
CJentzsch
51a4ae1807
check test with JIT for random test simulations
10 years ago
arkpar
72628e8f32
fixed warnings for msvc build
10 years ago
CJentzsch
a0de919f65
read in vm test over standard in
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
Paweł Bylica
acec80d8f1
Remove unnecessary changes
10 years ago
wanderer
4dd5240111
append JSON objects to log
10 years ago
wanderer
7460d88bae
using json_spirit
10 years ago
wanderer
381c30ecd0
changed output stacktrace format to json
10 years ago
CJentzsch
4b1fb339bf
Added recursive create test + lesser output for safe VM exceptions
10 years ago
Gav Wood
9e2eb149af
Beginnings of cleaning up the Executive/State code.
10 years ago
Paweł Bylica
de2c793eff
Add "--jit" option to State tests
10 years ago
Gav Wood
946fd2126a
Remove extraneous old stuff for PoC-7.
Fix gas remaining issue.
10 years ago
Paweł Bylica
b1dc0d5e6a
VMFactory - a new way of creating VMs
10 years ago
CJentzsch
4ce6e3483a
fix stackoverflow in calldataload, codecopy, extcodecopy + some tests
10 years ago
CJentzsch
f97826d071
fix stackoverflow in calldataload, codecopy, extcodecopy + some tests
10 years ago
CJentzsch
38454cc08f
state log tests
10 years ago
Paweł Bylica
160aa47288
Use safe pointers in Executive
10 years ago
CJentzsch
4f53689086
fix stackoverflow in calldataload, codecopy, extcodecopy + some tests
10 years ago
Gav Wood
8cbea38df9
PV46. Minor protocol alterations.
10 years ago
CJentzsch
8245dd6978
style
Conflicts:
libevm/VM.h
10 years ago
CJentzsch
c4138a5ad4
added logs to state tests
10 years ago
Artur Zawłocki
312e05ab49
resolved circular dependency between libevm and libevmjit
10 years ago
Christoph Jentzsch
c74f5ae0e5
style
10 years ago