solidity/test/libsolidity/semanticTests
2021-04-08 18:37:24 +02:00
..
abiencodedecode Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
abiEncoderV1 Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
abiEncoderV2 Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
accessor [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
arithmetics Update tests. 2021-03-10 14:22:30 +01:00
array Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
asmForLoop [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
builtinFunctions [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
calldata Enable via yul or explain why disabled. 2021-01-19 16:12:53 +01:00
cleanup Use wrapping arithmetic for exp in unchecked blocks. 2020-12-22 16:49:55 +01:00
constantEvaluator [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
constants Provide selector for some internal functions. 2021-03-01 16:19:59 +01:00
constructor Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
conversions
ecrecover Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
enums Replace "pragma experimental ABIEncoderV2" in tests where appropriate 2021-01-15 19:57:09 +00:00
error Syntax for custom errors. 2021-03-30 21:15:18 +02:00
errors Code generation for errors. 2021-03-30 21:15:46 +02: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 Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
fallback [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
freeFunctions Update tests. 2021-03-10 14:22:30 +01:00
functionCall Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
functionSelector [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
functionTypes Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
getters Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
immutable Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
inheritance Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
inlineAssembly Changelog and test for the KeccakCaching bug 2021-03-23 11:09:00 +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
libraries Merge pull request #10764 from ethereum/fixLibraryFromModule 2021-01-14 15:30:52 +01:00
literals Update tests 2020-12-14 19:32:31 +00:00
memoryManagement [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
metaTypes [Sol->Yul] Implementing type name. 2020-12-30 17:19:03 +01:00
modifiers Added tests for modifiers whose input is a function return value 2021-02-11 16:48:00 +01:00
multiSource [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
operators [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
optimizer
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 Code generation for errors. 2021-03-30 21:15:46 +02:00
revertStrings Enable some semantic tests for the IR 2021-01-15 14:10:54 +00:00
salted_create Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
smoke Update tests. 2021-03-10 14:22:30 +01:00
specialFunctions Fix abi encode with signature shortcut. 2021-01-18 13:44:52 +01:00
state [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
statements [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
storage Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
strings [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
structs Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
tryCatch Catch panic. 2020-12-22 11:08:44 +01:00
types Replace "pragma experimental ABIEncoderV2" in tests where appropriate 2021-01-15 19:57:09 +00:00
underscore Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
uninitializedFunctionPointer [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
variables Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
various Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
viaYul Use unbounded allocation before returning. 2021-04-08 18:37:24 +02: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 Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
isoltestFormatting.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05: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