solidity/test/libsolidity/semanticTests
2021-01-14 11:28:26 +01:00
..
abiencodedecode Change ABIEncoderV1 to not pad empty strings 2020-12-01 14:32:18 +00:00
abiEncoderV1 Enable tests. 2021-01-11 14:51:33 +01:00
abiEncoderV2 Implement function modifiers. 2020-12-17 17:00:51 +01:00
accessor [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
arithmetics Tests 2020-12-17 17:00:51 +01:00
array [Sol->Yul] Implementing dynamic array push for arrays of structs. 2021-01-11 17:49:42 +01:00
asmForLoop [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
builtinFunctions [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
calldata Update tests 2020-12-14 19:32:31 +00:00
cleanup Use wrapping arithmetic for exp in unchecked blocks. 2020-12-22 16:49:55 +01:00
constantEvaluator New test. 2020-12-04 15:14:25 +01:00
constants Update tests 2020-12-14 19:32:31 +00:00
constructor Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
conversions
ecrecover Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
enums Removed "compileToEwasm: also" option from 4 tests cases 2020-11-25 08:13:46 +01:00
exponentiation Use wrapping arithmetic for exp in unchecked blocks. 2020-12-22 16:49:55 +01:00
expressions Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
externalContracts Add test cases for the deposit contract 2020-12-14 13:11:57 +00:00
fallback Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
freeFunctions Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
functionCall Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
functionSelector [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
functionTypes Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
getters Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
immutable Fix Yul codegen for try with create. 2020-11-11 17:52:50 +01:00
inlineAssembly Implement function modifiers. 2020-12-17 17:00:51 +01:00
integer [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
interfaceID [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
intheritance Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
libraries Enable some tests. 2021-01-11 20:37:45 +01:00
literals Update tests 2020-12-14 19:32:31 +00:00
memoryManagement Update test/libsolidity/semanticTests/memoryManagement/assembly_access.sol 2020-11-24 14:39:37 +01:00
metaTypes [Sol->Yul] Implementing type name. 2020-12-30 17:19:03 +01:00
modifiers Fix modifier lookup. 2021-01-14 11:01:14 +01:00
multiSource Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
operators Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
optimizer Optimize combination of byte and shl. 2020-07-08 20:26:46 +02:00
payable Implement function modifiers. 2020-12-17 17:00:51 +01:00
receive [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
reverts Merge remote-tracking branch 'origin/develop' into breaking 2020-12-07 13:04:14 +01:00
revertStrings Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
salted_create Merge remote-tracking branch 'origin/develop' into breaking 2020-11-11 20:33:40 +01:00
smoke Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
specialFunctions [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
state Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
statements [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
storage [Sol->Yul] Skipping mapping types when deleting structs and arrays. 2020-12-21 13:19:25 +01:00
strings Remove the \b, \f, \v escape sequences from the Scanner 2020-12-07 21:10:03 +00:00
structs Merge pull request #10577 from ethereum/deleteMappingSol2Yul 2020-12-21 20:08:51 +01:00
tryCatch Catch panic. 2020-12-22 11:08:44 +01:00
types Enable tests. 2021-01-11 14:51:33 +01:00
underscore Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
uninitializedFunctionPointer Merge remote-tracking branch 'origin/develop' into breaking 2020-11-26 11:48:53 +01:00
variables Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
various Fix YulUtilFunctions::negateNumberWrappingFunction 2021-01-13 21:29:37 +00:00
viaYul Update tests 2020-12-14 19:32:31 +00:00
virtualFunctions [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
c99_scoping_activation.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
constructor_ihneritance_init_order_2.sol Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
constructor_inheritance_init_order.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
constructor_with_params_diamond_inheritance.sol
constructor_with_params_inheritance_2.sol
constructor_with_params_inheritance.sol
constructor_with_params.sol
dirty_calldata_bytes.sol Update tests 2020-12-14 19:32:31 +00:00
dirty_calldata_dynamic_array.sol Tests/Docs after stricter explicit conversion. 2020-12-03 16:51:05 +01:00
empty_contract.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
empty_for_loop.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
interface_inheritance_conversions.sol
isoltestFormatting.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
snark.sol Update tests. 2020-07-20 17:17:19 +02:00
state_var_initialization.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
state_variables_init_order_2.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
state_variables_init_order_3.sol
state_variables_init_order.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00