solidity/test/libsolidity/semanticTests
chriseth f945163909
Merge pull request #9432 from ethereum/develop
Merge develop into breaking.
2020-07-16 17:14:45 +02:00
..
abiencodedecode [Sol - Yul] Add support for ABIDecode. 2020-05-26 13:30:37 -05:00
abiEncoderV1 Tests for memory in external functions. 2020-07-06 17:08:24 +02:00
abiEncoderV2 Tests for memory in external functions. 2020-07-06 17:08:24 +02:00
accessor IR generation for constants. 2020-05-05 17:07:55 +02:00
arithmetics Changelog and tests 2020-05-11 15:29:05 +05:30
array Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
asmForLoop [Sol->Yul] Compile some tests with yul 2019-06-11 17:44:36 +02:00
builtinFunctions [Sol - Yul] Add support for ripemd160 & ecrecover. 2020-05-14 10:44:39 -05:00
calldata Update tests. 2020-07-07 12:16:18 +02:00
cleanup Fix type inversion for shift and exp operators. 2020-06-03 13:46:26 +02:00
constants IR generation for constants. 2020-05-05 17:07:55 +02:00
constructor Update tests. 2020-07-07 12:16:18 +02:00
conversions YulUtilFunctions: convertionFunction() to also handle array string/memory casts. 2020-03-10 11:21:12 +01:00
ecrecover [Sol - Yul] Add support for ripemd160 & ecrecover. 2020-05-14 10:44:39 -05:00
enums Update tests. 2020-07-07 12:16:18 +02:00
exponentiation Fix type inversion for shift and exp operators. 2020-06-03 13:46:26 +02:00
expressions [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
fallback [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
functionCall Merge pull request #9373 from ethereum/develop 2020-07-09 16:15:43 +02:00
functionSelector Yul codegen for .selector. 2020-04-16 13:42:58 +02:00
functionTypes Update tests. 2020-07-07 12:16:18 +02:00
getters Update tests. 2020-07-07 12:16:18 +02:00
immutable Update tests. 2020-07-07 12:16:18 +02:00
inlineAssembly Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
integer implemented type(X).min and type(X).max for all integer types 2020-05-11 14:51:13 +05:30
interfaceID Update tests. 2020-07-07 12:16:18 +02:00
intheritance Update tests. 2020-07-07 12:16:18 +02:00
libraries Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
literals More semantic tests. 2020-07-13 18:07:11 +02:00
modifiers Update tests. 2020-07-07 12:16:18 +02:00
multiSource Implement multi source semantic tests 2020-06-23 17:29:16 +02:00
optimizer Optimize combination of byte and shl. 2020-07-08 20:26:46 +02:00
receive [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
reverts Yul parser hack and more yul tests. 2020-05-05 17:23:41 +02:00
revertStrings [Sol2Yul] Adding support for builtin revert(string) 2020-05-05 07:05:39 +02:00
salted_create Update tests. 2020-07-07 12:16:18 +02:00
shifts Disallowing shifts by signed types 2020-05-26 10:18:21 +02:00
smoke Update tests. 2020-07-07 12:16:18 +02:00
specialFunctions Evaluate keccak256 of string literals at compile-time. 2020-07-08 16:14:14 +02:00
statements Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
storage Update tests. 2020-07-07 12:16:18 +02:00
strings Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
structs Update tests. 2020-07-07 12:16:18 +02:00
tryCatch Update tests. 2020-07-07 12:16:18 +02:00
types [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
uninitializedFunctionPointer Update tests. 2020-07-07 12:16:18 +02:00
variables [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
various Update tests. 2020-07-07 12:16:18 +02:00
viaYul Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
virtualFunctions Update tests. 2020-07-07 12:16:18 +02:00
c99_scoping_activation.sol Extracting some Solidity end-to-end tests. 2019-07-01 15:37:46 +02:00
constructor_ihneritance_init_order_2.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_inheritance_init_order.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params_diamond_inheritance.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params_inheritance_2.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params_inheritance.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params.sol Update tests. 2020-07-07 12:16:18 +02:00
dirty_calldata_bytes.sol Add tests to validate clearing dirty bits via inline assembly operations 2020-06-12 11:32:15 +02:00
dirty_calldata_dynamic_array.sol Add tests to validate clearing dirty bits via inline assembly operations 2020-06-12 11:32:15 +02:00
dirty_memory_bytes_to_storgage_copy.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
empty_contract.sol Check that functions exist in isoltest. 2020-02-13 13:22:53 +01:00
interface_inheritance_conversions.sol [Sol->Yul] Enabling creation function call 2020-04-27 16:15:57 +02:00
isoltestFormatting.sol [isoltest] Improve parameter formatting. 2020-05-19 19:13:39 -05:00
snark.sol Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-10 10:07:30 +01:00
state_var_initialization.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order_2.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order_3.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00