aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ↵Daniel Kirchner2018-08-141-0/+7
| | | | ``block.gaslimit``.
* Determine transaction status in RPC sessions.Daniel Kirchner2018-07-021-0/+2
|
* Add virtual destructors on base classes.Alexander Arlt2018-05-021-0/+1
|
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
|
* Test both EVM versions.chriseth2018-03-021-0/+3
|
* Decoder tests.chriseth2017-11-301-3/+13
|
* Move contract related code to test/contractsAlex Beregszaszi2017-10-191-66/+1
|
* Improved error messages for EndToEnd tests.chriseth2017-09-251-0/+8
|
* Ensure parameter names match between headers and implementationAlex Beregszaszi2017-09-201-1/+1
|
* Cleanup: Remove ABI.hchriseth2017-08-251-18/+18
|
* Add blockNumber and blockTimestamp to ExecutionFrameworkAlex Beregszaszi2017-02-101-0/+2
|
* Option to show messages in tests.chriseth2016-12-071-0/+1
|
* Fix type of optimizeRunsAlex Beregszaszi2016-12-011-1/+1
|
* Rename testSolidityAgainstCpp* to testContractAgainstCpp*Alex Beregszaszi2016-11-301-10/+10
|
* Add callFallback to ExectionFrameworkAlex Beregszaszi2016-11-301-0/+11
|
* Move ExecutionFramework to the dev::test namespaceAlex Beregszaszi2016-11-301-5/+1
|
* Split out Solidity-specific part of ExecutionFrameworkAlex Beregszaszi2016-11-301-0/+288