Commit Graph

128 Commits

Author SHA1 Message Date
winsvega
ce40f285f3 Solidity: cryptographic ecrecover test 2015-05-05 18:15:26 +03:00
winsvega
d2457abb98 Specifing concrete test when filling testsuite 2015-05-05 16:46:01 +03:00
Gav Wood
50644d2e10 Tidy and conformalise the toHex API. 2015-04-27 23:30:28 +02:00
winsvega
1580c38d66 blockweight: allfields to compact Hex fix 2015-04-24 16:03:14 +03:00
winsvega
d872539b1f blockweight: stateroot is hash 2015-04-24 16:03:14 +03:00
winsvega
a5535ec86f BlockWeight: data fix
refactoring
2015-04-24 16:03:14 +03:00
winsvega
5d35f71350 BlockWeight: toCompactHex
refactoring
2015-04-24 16:03:14 +03:00
winsvega
bd08a2bbe2 BlockWeight: tests refactoring 2015-04-24 16:03:14 +03:00
Gav Wood
6122aedb90 Merge pull request #1695 from imapp-pl/pr/testeth
testeth: Handle command line options for user defined tests
2015-04-21 17:29:15 +02:00
Paweł Bylica
332fcaebb9 testeth: Handle command line options for user defined tests 2015-04-21 10:37:47 +02:00
CJentzsch
8f8eb35974 fixes 2015-04-20 23:17:19 +02:00
CJentzsch
b2adcf3bf3 Restructure test folders 2015-04-20 22:48:53 +02:00
CJentzsch
d399f077ef simplification 2015-04-17 22:44:26 +02:00
CJentzsch
22d16c048b 0x -> 0x0 for numbers 2015-04-17 18:41:27 +02:00
winsvega
6e97308f27 All fields Hex: style 2015-04-16 16:46:40 +03:00
winsvega
d175996b3a All Fields Hex
rebase + merge error fix
2015-04-16 16:46:40 +03:00
winsvega
721ee65195 All Fields As Hex: Secret Key 2015-04-16 16:46:40 +03:00
winsvega
b040e23463 All Fields Hex: block tests 2015-04-16 16:46:40 +03:00
winsvega
c867e185bf All Fields Hex: VMTests 2015-04-16 16:46:40 +03:00
winsvega
3e605abea4 AllFieldsHex: State Tests 2015-04-16 16:46:40 +03:00
winsvega
92269d4df7 All Fields Hex: block tests 2015-04-16 16:46:40 +03:00
winsvega
10245ce4b3 All Fields Hex: VMTests 2015-04-16 16:46:40 +03:00
winsvega
bfa1e9b7b9 AllFieldsHex: State Tests 2015-04-16 16:46:40 +03:00
Gav Wood
efdd3790a0 Various fixes for mining. 2015-04-14 12:56:58 +02:00
winsvega
e54952c8cf BlockTests: add expect section 2015-04-13 12:20:12 +03:00
Gav Wood
07940a644d Merge pull request #1401 from winsvega/expectedState
Expected state
2015-04-08 22:42:36 +02:00
Gav Wood
fff3784c01 Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
2015-04-08 02:42:51 +02:00
Wins Vega
ff5ce7bda3 Check State: windows build 2015-04-08 01:31:30 +04:00
winsvega
dd0cdddd94 Check State
style changes
2015-04-07 21:32:32 +03:00
winsvega
4774ccfb28 Check State
Unused Variable
2015-04-07 21:32:32 +03:00
winsvega
44405625f2 Check State
Style + Rebase
2015-04-07 21:32:32 +03:00
winsvega
c38c8bb567 Check State
style changes
2015-04-07 21:32:32 +03:00
winsvega
923e452846 Check State
Style Changes
2015-04-07 21:32:32 +03:00
winsvega
2e71a91323 Check State
State tests with expect section
2015-04-07 21:32:32 +03:00
winsvega
adba4fb9a1 Check State
Incomplete State Support
2015-04-07 21:32:32 +03:00
winsvega
b0c8babf0e Check State
Refactoring
2015-04-07 21:32:32 +03:00
winsvega
bfc4d2eceb Expect State Check
state and vmtests
2015-04-07 21:32:31 +03:00
winsvega
a14cada9dd State Test
Expected state check when filling test
2015-04-07 21:32:31 +03:00
Gav Wood
a250749505 Typo "fix" fixed. 2015-04-05 22:13:24 +02:00
Gav Wood
0dc70c63a9 Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
2015-04-05 21:08:22 +02:00
Paweł Bylica
7fb437d0da Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-31 11:44:00 +02:00
Paweł Bylica
f07089ffa3 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.
2015-03-25 12:13:44 +01:00
Marek Kotewicz
94e4f410e9 ClientBase tests 2015-03-25 10:59:46 +01:00
Gav Wood
ca740a924b Minor rename.
Report errors properly.
2015-03-20 16:47:54 +01:00
Paweł Bylica
3782a33e50 Prettify VM and State test outputs 2015-03-14 00:18:52 +01:00
Paweł Bylica
31db4fbde8 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
2015-03-14 00:18:52 +01:00
Gav Wood
827b1e2b3d Merge pull request #1295 from CJentzsch/randomStateTests
Random state tests
2015-03-13 20:12:35 +01:00
CJentzsch
b5ed5d13d1 readd --filltest option and add dejavu issue 42 test 2015-03-12 16:53:00 +01:00
CJentzsch
24754c4693 Merge remote-tracking branch 'upstream/develop' into randomStateTests 2015-03-12 14:35:05 +01:00
Paweł Bylica
e18c7b99cb testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
2015-03-12 12:01:12 +01:00