solidity/test/libsolidity/semanticTests
chriseth e324deabd6
Merge pull request #6740 from ethereum/unary-ops
[Sol -> Yul] Implement Int/Bool Unary: ++, --, ~, !
2019-05-20 18:06:01 +02:00
..
abiEncoderV2 Add ABIEncoderV2 cleanup tests. 2019-05-08 22:16:06 +02:00
asmForLoop [yul] Implements EVM codegen for break/continue plus respective tests & ChangeLog entry. 2019-03-28 14:09:25 +01:00
ecrecover Moves ecrecover tests to isoltest. 2019-03-13 10:53:10 +01:00
functionCall Fix direct call to base class overloaded functions 2019-04-26 09:34:15 +02:00
specialFunctions Unifies behavior for member access of ABI functions. 2019-04-29 14:27:10 +02:00
structs Implement copying recursive structs from storage to memory. 2019-04-02 16:01:44 +02:00
uninitializedFunctionPointer Fix use of uninitialized functions stored in storage. 2019-04-25 15:40:48 +02:00
viaYul Merge pull request #6740 from ethereum/unary-ops 2019-05-20 18:06:01 +02:00
shifts.sol Allows additional EVMVersion comparators in isoltest. 2019-04-25 17:13:17 +02:00
smoke_test_alignment.sol Right-aligns hex numbers and introduces alignment built-ins. 2019-03-06 18:24:13 +01:00
smoke_test_multiline_comments.sol Adds semantic tests to test framework and isoltest. 2019-02-15 13:27:15 +01:00
smoke_test_multiline.sol Adds semantic tests to test framework and isoltest. 2019-02-15 13:27:15 +01:00
smoke_test.sol Adds support for constructor arguments in isoltest. 2019-05-15 12:01:14 +02:00