Lefteris Karapetsas
a61e4a70a3
Move the u256 test to external_dependencies tests
10 years ago
Lefteris Karapetsas
be62f61837
Test for issue #1977
Test that reproduces issue #1977 and will fail on ArchLinux with
Boost version: 1.58.0-1
gcc version: 4.9.2-4
10 years ago
Paweł Bylica
259dc9a63b
testeth: let expected be expected.
10 years ago
Gav Wood
846de9acea
Pregenerate DAG when mining on AZ/eth/ethminer.
Use regeneratable key for decrets by default.
10 years ago
CJentzsch
bb7ca7a6b4
handle output larger than 4069 bytes in test
10 years ago
Paweł Bylica
6b0007d98e
Add support for --singletest filter in VM tests.
Add & correct arithmetic VM tests.
10 years ago
Paweł Bylica
0315689bb3
Ping buildbot
10 years ago
Paweł Bylica
5b4a3e1f60
Remove gas counter from interpreter VM. OnOp callback signature changed.
10 years ago
CJentzsch
be75f4872b
reorganize inout Limits tests
10 years ago
Paweł Bylica
6cf5976515
Remove gas counter from VM interface (VMFace)
10 years ago
Paweł Bylica
446abc57e5
testeth: fix --singletest option
10 years ago
Gav Wood
7bef9ed491
Tidy and conformalise the toHex API.
10 years ago
winsvega
3e945094c2
BlockWeight: data fix
refactoring
10 years ago
winsvega
0e758af143
BlockWeight: toCompactHex
refactoring
10 years ago
winsvega
56eb1ab2ee
Blockweight: rebase + comments
10 years ago
winsvega
39f5534578
BlockWeight: tests refactoring
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
winsvega
710b358cc2
All Fields As Hex: Secret Key
10 years ago
winsvega
b0de22158e
All Fields Hex: VMTests
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
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