solidity/test/libsolidity/semanticTests
2020-07-20 17:17:19 +02:00
..
abiencodedecode [Sol - Yul] Add support for ABIDecode. 2020-05-26 13:30:37 -05:00
abiEncoderV1 Update tests. 2020-07-20 15:40:58 +02:00
abiEncoderV2 Update tests. 2020-07-20 15:40:58 +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 Update tests. 2020-07-20 17:17:19 +02:00
asmForLoop
builtinFunctions [Sol - Yul] Add support for ripemd160 & ecrecover. 2020-05-14 10:44:39 -05:00
calldata Update tests. 2020-07-20 17:17:19 +02:00
cleanup Yul parser hack and more yul tests. 2020-05-05 17:23:41 +02:00
constants IR generation for constants. 2020-05-05 17:07:55 +02:00
constructor Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
conversions
ecrecover [Sol - Yul] Add support for ripemd160 & ecrecover. 2020-05-14 10:44:39 -05:00
enums
exponentiation
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 Update tests. 2020-07-20 15:40:58 +02:00
functionSelector
functionTypes Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
getters Cleanup from storage. 2020-06-09 14:57:04 +02:00
immutable [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
inlineAssembly [Sol->Yul] Enabling new bytes(n) 2020-05-14 12:55:14 +02:00
integer implemented type(X).min and type(X).max for all integer types 2020-05-11 14:51:13 +05:30
interfaceID [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
intheritance Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
libraries Update tests. 2020-07-20 15:40:58 +02:00
literals Add unit denomination `gwei` 2020-06-24 18:24:56 +02:00
modifiers [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
multiSource Update tests. 2020-07-20 15:40:58 +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 [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
shifts IR generation for shifts 2020-05-06 19:14:23 +02:00
smoke Update tests. 2020-07-20 15:40:58 +02:00
specialFunctions Evaluate keccak256 of string literals at compile-time. 2020-07-08 16:14:14 +02:00
statements
storage Update tests. 2020-07-20 15:40:58 +02:00
strings Update tests. 2020-07-20 15:40:58 +02:00
structs Update tests. 2020-07-20 15:40:58 +02:00
tryCatch Implement Yul IR generation for abi.encode* 2020-05-07 19:39:15 +02:00
types [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
uninitializedFunctionPointer
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-20 17:17:19 +02:00
viaYul Add tests to validate clearing dirty bits via inline assembly operations 2020-06-12 11:32:15 +02:00
virtualFunctions Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
c99_scoping_activation.sol
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 [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_with_params_diamond_inheritance.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_with_params_inheritance_2.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_with_params_inheritance.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_with_params.sol
dirty_calldata_bytes.sol Update tests. 2020-07-20 15:40:58 +02:00
dirty_calldata_dynamic_array.sol Update tests. 2020-07-20 15:40:58 +02:00
dirty_memory_bytes_to_storgage_copy.sol Add tests to validate clearing dirty bits via inline assembly operations 2020-06-12 11:32:15 +02:00
empty_contract.sol
interface_inheritance_conversions.sol [Sol->Yul] Enabling creation function call 2020-04-27 16:15:57 +02:00
isoltestFormatting.sol Update tests. 2020-07-20 17:17:19 +02:00
snark.sol Update tests. 2020-07-20 17:17:19 +02:00
state_var_initialization.sol
state_variables_init_order_2.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
state_variables_init_order_3.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +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